Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-03-07 | diff-parseopt: convert --quiet | 1 | -3/+3 | |
2019-03-07 | diff-parseopt: convert --exit-code | 1 | -3/+3 | |
2019-03-07 | diff-parseopt: convert --color-words | 1 | -5/+16 | |
2019-03-07 | diff-parseopt: convert --word-diff-regex | 1 | -6/+15 | |
2019-03-07 | diff-parseopt: convert --word-diff | 1 | -18/+29 | |
2019-03-07 | diff-parseopt: convert --[no-]color | 1 | -9/+3 | |
2019-03-07 | diff-parseopt: convert --[no-]follow | 1 | -6/+19 | |
2019-03-07 | diff-parseopt: convert -R | 1 | -3/+3 | |
2019-03-07 | diff-parseopt: convert -a|--text | 1 | -3/+3 | |
2019-03-07 | diff-parseopt: convert --full-index | 1 | -3/+3 | |
2019-03-07 | diff-parseopt: convert --binary | 2 | -6/+17 | |
2019-03-07 | diff-parseopt: convert --anchored | 1 | -9/+17 | |
2019-03-07 | diff-parseopt: convert --diff-algorithm | 1 | -11/+22 | |
2019-03-07 | diff-parseopt: convert --histogram | 1 | -3/+4 | |
2019-03-07 | diff-parseopt: convert --patience | 1 | -12/+25 | |
2019-03-07 | diff-parseopt: convert --[no-]indent-heuristic | 1 | -5/+4 | |
2019-02-21 | diff-parseopt: convert --ignore-some-changes | 1 | -11/+16 | |
2019-02-21 | diff-parseopt: convert --[no-]minimal | 1 | -5/+6 | |
2019-02-21 | diff-parseopt: convert --relative | 1 | -8/+17 | |
2019-02-21 | diff-parseopt: convert --no-renames|--[no--rename-empty | 2 | -7/+9 | |
2019-02-21 | diff-parseopt: convert --find-copies-harder | 1 | -2/+2 | |
2019-02-21 | diff-parseopt: convert -C|--find-copies | 1 | -34/+25 | |
2019-02-21 | diff-parseopt: convert -D|--irreversible-delete | 1 | -4/+4 | |
2019-02-21 | diff-parseopt: convert -M|--find-renames | 1 | -12/+23 | |
2019-02-21 | diff-parseopt: convert -B|--break-rewrites | 1 | -26/+36 | |
2019-02-21 | diff-parseopt: convert --output-* | 2 | -18/+63 | |
2019-02-21 | diff-parseopt: convert --[no-]compact-summary | 1 | -6/+19 | |
2019-02-21 | diff-parseopt: convert --stat* | 1 | -66/+52 | |
2019-02-21 | diff-parseopt: convert -s|--no-patch | 1 | -3/+4 | |
2019-02-21 | diff-parseopt: convert --name-status | 1 | -3/+4 | |
2019-02-21 | diff-parseopt: convert --name-only | 1 | -3/+4 | |
2019-02-21 | diff-parseopt: convert --patch-with-stat | 1 | -4/+5 | |
2019-02-21 | diff-parseopt: convert --summary | 1 | -3/+4 | |
2019-02-21 | diff-parseopt: convert --check | 1 | -3/+4 | |
2019-02-21 | diff-parseopt: convert --dirstat and friends | 2 | -10/+36 | |
2019-02-20 | diff-parseopt: convert --numstat and --shortstat | 1 | -5/+7 | |
2019-02-20 | diff-parseopt: convert --patch-with-raw | 1 | -4/+5 | |
2019-01-27 | diff.c: convert --raw | 1 | -3/+4 | |
2019-01-27 | diff.c: convert -W|--[no-]function-context | 1 | -6/+2 | |
2019-01-27 | diff.c: convert -U|--unified | 3 | -6/+24 | |
2019-01-27 | diff.c: convert -u|-p|--patch | 1 | -2/+8 | |
2019-01-27 | diff.c: prepare to use parse_options() for parsing | 2 | -0/+29 | |
2019-01-27 | diff.h: avoid bit fields in struct diff_flags | 1 | -33/+33 | |
2019-01-27 | diff.h: keep forward struct declarations sorted | 1 | -6/+6 | |
2019-01-27 | parse-options: allow ll_callback with OPTION_CALLBACK | 5 | -22/+51 | |
2019-01-27 | parse-options: avoid magic return codes | 5 | -46/+68 | |
2019-01-27 | parse-options: stop abusing 'callback' for lowlevel callbacks | 6 | -13/+32 | |
2019-01-27 | parse-options: add OPT_BITOP() | 2 | -0/+12 | |
2019-01-27 | parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN | 2 | -3/+4 | |
2019-01-27 | parse-options: add one-shot mode | 2 | -8/+35 |