aboutsummaryrefslogtreecommitdiffstats
path: root/src/diff_options.rs
AgeCommit message (Expand)Author
2020-08-30diff_options: Add doc commentsTeddy Wing
2020-08-30diff_options: Sort and uniq `FLAGS`Teddy Wing
2020-08-30diff_options::parse(): Rename `found_args` to `diff_args`Teddy Wing
2020-08-30diff_options: Merge `FLAGS` and `OPTIONS`Teddy Wing
2020-08-30diff_options: Merge `ARG_OPTIONS` and `OPT_OPTIONS`Teddy Wing
2020-08-30diff_options: Clean up codeTeddy Wing
2020-08-29diff_options: Remove non-equals argument value handlingTeddy Wing
2020-08-29git-sugdiff: Use `diff_options.parse()` to extract diff optionsTeddy Wing
2020-08-26Add `diff_options` to parse Git diff optionsTeddy Wing