Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Merge branch 'mk/diff-ignore-regex' | Junio C Hamano | 1 | -0/+41 |
2020-10-20 | diff: add -I<regex> that ignores matching changes | Michał Kępień | 1 | -0/+41 |
2020-08-31 | Merge branch 'dd/diff-customize-index-line-abbrev' | Junio C Hamano | 1 | -21/+42 |
2020-08-21 | diff: index-line: respect --abbrev in object's name | Đoàn Trần Công Danh | 1 | -0/+3 |
2020-08-21 | t4013: improve diff-post-processor logic | brian m. carlson | 1 | -21/+39 |
2020-08-17 | Merge branch 'so/log-diff-merges-opt' | Junio C Hamano | 1 | -0/+2 |
2020-08-17 | Merge branch 'jk/log-fp-implies-m' | Junio C Hamano | 1 | -0/+1 |
2020-08-11 | t/t4013: add test for --diff-merges=off | Sergey Organov | 1 | -0/+2 |
2020-07-30 | Revert "fmt-merge-msg: stop treating `master` specially" | Junio C Hamano | 1 | -2/+2 |
2020-07-29 | revision: add "--no-diff-merges" option to counteract "-m" | Jeff King | 1 | -0/+1 |
2020-06-23 | fmt-merge-msg: stop treating `master` specially | Johannes Schindelin | 1 | -2/+2 |
2020-04-28 | Merge branch 'tb/diff-tree-with-notes' | Junio C Hamano | 1 | -0/+12 |
2020-04-20 | diff-tree.c: load notes machinery when required | Taylor Blau | 1 | -0/+12 |
2020-02-07 | t4013: make test hash independent | brian m. carlson | 1 | -6/+38 |
2019-09-05 | t: use LF variable defined in the test harness | Junio C Hamano | 1 | -3/+0 |
2019-05-30 | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 1 | -0/+2 |
2019-05-29 | diff-parseopt: restore -U (no argument) behavior | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2019-01-24 | combine-diff: treat --dirstat like --stat | Jeff King | 1 | -0/+1 |
2019-01-24 | combine-diff: treat --summary like --stat | Jeff King | 1 | -0/+7 |
2019-01-24 | combine-diff: treat --shortstat like --stat | Jeff King | 1 | -0/+1 |
2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -1/+1 |
2018-08-29 | tests: fix non-portable "${var:-"str"}" construct | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-27 | diff: add --compact-summary | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2017-12-06 | t4013: test new output from diff --abbrev --raw | Ann T Ropea | 1 | -1/+15 |
2017-12-06 | t4013: prepare for upcoming "diff --raw --abbrev" output format change | Ann T Ropea | 1 | -6/+23 |
2017-12-04 | print_sha1_ellipsis: introduce helper | Ann T Ropea | 1 | -1/+1 |
2017-09-28 | diff: correct newline in summary for renamed files | Stefan Beller | 1 | -0/+12 |
2016-12-08 | diff: handle --no-abbrev in no-index case | Jack Bates | 1 | -0/+7 |
2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -0/+6 |
2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -0/+2 |
2014-07-28 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+10 |
2014-07-28 | t4013: test diff-tree's --stdin commit formatting | Jeff King | 1 | -0/+10 |
2014-04-30 | t4013-diff-various.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -3/+3 |
2012-03-13 | diffstat summary line varies by locale: miscellany | Jonathan Nieder | 1 | -1/+6 |
2011-04-11 | Teach --dirstat not to completely ignore rearranged lines within a file | Johan Herland | 1 | -2/+0 |
2011-04-11 | --dirstat-by-file: Make it faster and more correct | Johan Herland | 1 | -0/+2 |
2011-04-11 | --dirstat: Describe non-obvious differences relative to --stat or regular diff | Johan Herland | 1 | -6/+21 |
2011-03-09 | log: fix --max-count when used together with -S or -G | Matthieu Moy | 1 | -0/+3 |
2011-02-07 | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2010-08-31 | diff/log -G<pattern>: tests | Junio C Hamano | 1 | -0/+3 |
2010-08-06 | diff: parse separate options like -S foo | Matthieu Moy | 1 | -0/+5 |
2010-03-09 | show --first-parent/-m: do not default to --cc | Junio C Hamano | 1 | -0/+2 |
2010-03-09 | show -c: show patch text | Junio C Hamano | 1 | -0/+1 |
2010-03-09 | t4013: add tests for log -p -m --first-parent | Junio C Hamano | 1 | -0/+3 |
2009-08-18 | git-log: allow --decorate[=short|full] | Lars Hjemli | 1 | -0/+1 |
2009-03-22 | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 1 | -1/+1 |
2009-03-22 | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 1 | -0/+1 |
2009-03-19 | test-lib: Simplify test counting. | Johannes Sixt | 1 | -2/+1 |
2009-03-11 | Merge branch 'tr/gcov' | Junio C Hamano | 1 | -0/+5 |