summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
5 daysImprove handling of named pipe argumentsWilfred Hughes
5 daysRemove another mention of old flag nameWilfred Hughes
5 daysUpdate options parsing for new flag spellingWilfred Hughes
5 daysThe syntax is dot, not dottyWilfred Hughes
6 daysAdd a debug helper for syntax tree as DOTWilfred Hughes
2024-10-23Distinguish version and short version metadata to make --help clearerWilfred Hughes
2024-09-22Tweak name to reflect git internals conventionsWilfred Hughes
2024-08-26Find and replace all instances of "the all the" with "all the"Alexander Ilin
2024-05-10Improve terminal width detectionWilfred Hughes
2024-05-10Prefer 'terminal' over 'display' terminologyWilfred Hughes
2024-05-10Factor out a constant for the default terminal widthWilfred Hughes
2024-05-07Prefer .to_owned() on &strWilfred Hughes
2024-04-28Prefer _1 and _2 naming for test filesWilfred Hughes
2024-04-09Enable --strip-cr by defaultWilfred Hughes
2024-03-20Trace git environment variablesWilfred Hughes
2024-03-04Fix new files claiming they have permission changes0.56.0Wilfred Hughes
2024-02-26Fix windows buildWilfred Hughes
2024-02-20Fix permissions always shown as 'changed' with git-difftoolWilfred Hughes
2024-02-20Parse file mode properly from git and pass throughWilfred Hughes
2024-02-19Detect git difftool paths and prefer the second argumentWilfred Hughes
2024-02-08Prefer implementing Display over a custom .display() methodWilfred Hughes
2024-01-07Change default tab width to 4Wilfred Hughes
2023-12-29Clarify field that is a path description, not a pathWilfred Hughes
2023-12-29When called with a single path, require conflict markersWilfred Hughes
2023-12-05cargo fmtWilfred Hughes
2023-11-28Avoid `res` locals in favour of more meaningful namesWilfred Hughes
2023-11-24Treat --sort-paths as a flag optionWilfred Hughes
2023-11-20Sort by path before outputting directory diff so that the order is always the...Milan Damen
2023-11-18Remove unused struct fieldWilfred Hughes
2023-11-18Use pub(crate) everywhere for visibilityWilfred Hughes
2023-11-11Silence some clippy warningsWilfred Hughes
2023-10-13Add missing environment variable for --skip-unchangedWilfred Hughes
2023-10-10Add --strip-crWilfred Hughes
2023-08-25Group overrides from the same language together0.51.0Wilfred Hughes
2023-08-24Allow a language override to include multiple globsWilfred Hughes
2023-08-18feat: display commit info in --version (#558)eth3lbert
2023-08-17Add JSON cli flagAlex Krantz
2023-08-15Add the ability to parse conflict markers and diff the two filesWilfred Hughes
2023-08-14Renamed `old_path` to `extra_info` and format it during option parsingWilfred Hughes
2023-08-14Move local variable closer to first useWilfred Hughes
2023-08-13Move option parsing before argument parsingWilfred Hughes
2023-07-21Clarify how to find language names in argument helpWilfred Hughes
2023-05-15Document the --override option in CHANGELOG and --help0.47.0Wilfred Hughes
2023-05-15Fully document --overrideWilfred Hughes
2023-05-15Allow overriding language associations from numbered environment variablesWilfred Hughes
2023-05-15Pass overrides to guess() and display them in --list-languagesWilfred Hughes
2023-05-14Move LanguageOverride to guess_languageWilfred Hughes
2023-05-14Pass language_overrides to all modesWilfred Hughes
2023-05-14Initial support for parsing --overrideWilfred Hughes
2023-05-14Remove --languageWilfred Hughes