Age | Commit message (Expand) | Author | Files | Lines |
2021-02-05 | Merge branch 'so/log-diff-merge' | Junio C Hamano | 4 | -0/+593 |
2020-12-21 | t4013: add tests for --diff-merges=first-parent | Sergey Organov | 2 | -0/+193 |
2020-12-21 | t4013: add tests for -m failing to override -c/--cc | Sergey Organov | 2 | -0/+400 |
2020-11-02 | Merge branch 'mk/diff-ignore-regex' | Junio C Hamano | 1 | -0/+99 |
2020-10-20 | diff: add -I<regex> that ignores matching changes | Michał Kępień | 1 | -0/+99 |
2020-08-31 | Merge branch 'dd/diff-customize-index-line-abbrev' | Junio C Hamano | 3 | -0/+87 |
2020-08-21 | diff: index-line: respect --abbrev in object's name | Đoàn Trần Công Danh | 3 | -0/+87 |
2020-08-17 | Merge branch 'so/log-diff-merges-opt' | Junio C Hamano | 2 | -0/+156 |
2020-08-17 | Merge branch 'jk/log-fp-implies-m' | Junio C Hamano | 2 | -0/+100 |
2020-08-11 | t/t4013: add test for --diff-merges=off | Sergey Organov | 2 | -0/+156 |
2020-07-30 | Revert "fmt-merge-msg: stop treating `master` specially" | Junio C Hamano | 22 | -24/+24 |
2020-07-29 | log: enable "-m" automatically with "--first-parent" | Jeff King | 1 | -0/+22 |
2020-07-29 | revision: add "--no-diff-merges" option to counteract "-m" | Jeff King | 1 | -0/+78 |
2020-06-23 | fmt-merge-msg: stop treating `master` specially | Johannes Schindelin | 22 | -24/+24 |
2020-04-20 | diff-tree.c: load notes machinery when required | Taylor Blau | 5 | -0/+57 |
2019-05-30 | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 3 | -0/+92 |
2019-05-29 | diff-parseopt: restore -U (no argument) behavior | Nguyễn Thái Ngọc Duy | 3 | -0/+92 |
2019-01-24 | combine-diff: treat --dirstat like --stat | Jeff King | 1 | -0/+3 |
2019-01-24 | combine-diff: treat --summary like --stat | Jeff King | 1 | -0/+6 |
2019-01-24 | combine-diff: treat --shortstat like --stat | Jeff King | 1 | -0/+4 |
2018-02-27 | diff: add --compact-summary | Nguyễn Thái Ngọc Duy | 4 | -0/+32 |
2017-12-06 | t4013: test new output from diff --abbrev --raw | Ann T Ropea | 14 | -0/+238 |
2017-09-28 | diff: correct newline in summary for renamed files | Stefan Beller | 5 | -0/+22 |
2016-12-08 | diff: handle --no-abbrev in no-index case | Jack Bates | 6 | -0/+27 |
2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 2 | -0/+44 |
2015-05-13 | log: decorate HEAD with branch name under --decorate=full, too | Junio C Hamano | 1 | -1/+1 |
2015-03-10 | log: decorate HEAD with branch name | Junio C Hamano | 1 | -1/+1 |
2012-04-30 | diff --stat: use less columns for change counts | Zbigniew Jędrzejewski-Szmek | 53 | -282/+282 |
2012-02-03 | Use correct grammar in diffstat summary line | Nguyễn Thái Ngọc Duy | 52 | -89/+89 |
2011-04-11 | Teach --dirstat not to completely ignore rearranged lines within a file | Johan Herland | 1 | -0/+1 |
2011-04-11 | --dirstat-by-file: Make it faster and more correct | Johan Herland | 1 | -0/+3 |
2011-04-11 | --dirstat: Describe non-obvious differences relative to --stat or regular diff | Johan Herland | 4 | -1/+15 |
2011-03-09 | log: fix --max-count when used together with -S or -G | Matthieu Moy | 3 | -0/+16 |
2011-02-07 | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 2 | -0/+53 |
2010-08-31 | diff/log -G<pattern>: tests | Junio C Hamano | 3 | -0/+52 |
2010-08-06 | diff: parse separate options like -S foo | Matthieu Moy | 1 | -0/+7 |
2010-06-16 | format-patch: Add a signature option (--signature) | Stephen Boyd | 1 | -0/+3 |
2010-03-09 | show --first-parent/-m: do not default to --cc | Junio C Hamano | 2 | -0/+123 |
2010-03-09 | show -c: show patch text | Junio C Hamano | 1 | -0/+36 |
2010-03-09 | t4013: add tests for log -p -m --first-parent | Junio C Hamano | 3 | -0/+378 |
2009-10-12 | Let --decorate show HEAD position | Thomas Rast | 2 | -2/+2 |
2009-08-18 | git-log: allow --decorate[=short|full] | Lars Hjemli | 1 | -0/+34 |
2009-05-13 | Prettify log decorations even more | Felipe Contreras | 1 | -3/+3 |
2009-03-22 | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 1 | -0/+170 |
2009-03-22 | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 9 | -32/+93 |
2009-03-11 | Merge branch 'tr/gcov' | Junio C Hamano | 4 | -0/+51 |
2009-02-20 | Test rev-list --parents/--children | Thomas Rast | 2 | -0/+14 |
2009-02-20 | Test log --decorate | Thomas Rast | 1 | -0/+34 |
2009-02-20 | Test diff --dirstat functionality | Thomas Rast | 1 | -0/+3 |
2009-02-18 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |