| Commit message (Expand) | Author | Age | Files | Lines |
* | combine-diff: treat --dirstat like --stat | Jeff King | 2019-01-24 | 1 | -0/+1 |
* | combine-diff: treat --summary like --stat | Jeff King | 2019-01-24 | 1 | -0/+7 |
* | combine-diff: treat --shortstat like --stat | Jeff King | 2019-01-24 | 1 | -0/+1 |
* | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 2018-11-20 | 1 | -1/+1 |
* | tests: fix non-portable "${var:-"str"}" construct | Ævar Arnfjörð Bjarmason | 2018-08-29 | 1 | -1/+1 |
* | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
* | diff: add --compact-summarynd/diff-stat-with-summary | Nguyễn Thái Ngọc Duy | 2018-02-27 | 1 | -0/+5 |
* | t4013: test new output from diff --abbrev --raw | Ann T Ropea | 2017-12-06 | 1 | -1/+15 |
* | t4013: prepare for upcoming "diff --raw --abbrev" output format change | Ann T Ropea | 2017-12-06 | 1 | -6/+23 |
* | print_sha1_ellipsis: introduce helper | Ann T Ropea | 2017-12-04 | 1 | -1/+1 |
* | diff: correct newline in summary for renamed files | Stefan Beller | 2017-09-28 | 1 | -0/+12 |
* | diff: handle --no-abbrev in no-index casejb/diff-no-index-no-abbrev | Jack Bates | 2016-12-08 | 1 | -0/+7 |
* | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 2016-08-31 | 1 | -0/+6 |
* | diff: activate diff.renames by defaultmm/diff-renames-default | Matthieu Moy | 2016-02-25 | 1 | -0/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2014-07-28 | 1 | -0/+10 |
|\ |
|
| * | t4013: test diff-tree's --stdin commit formatting | Jeff King | 2014-07-28 | 1 | -0/+10 |
* | | t4013-diff-various.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-30 | 1 | -3/+3 |
|/ |
|
* | diffstat summary line varies by locale: miscellanyjn/diffstat-tests | Jonathan Nieder | 2012-03-13 | 1 | -1/+6 |
* | Teach --dirstat not to completely ignore rearranged lines within a file | Johan Herland | 2011-04-11 | 1 | -2/+0 |
* | --dirstat-by-file: Make it faster and more correct | Johan Herland | 2011-04-11 | 1 | -0/+2 |
* | --dirstat: Describe non-obvious differences relative to --stat or regular diff | Johan Herland | 2011-04-11 | 1 | -6/+21 |
* | log: fix --max-count when used together with -S or -G | Matthieu Moy | 2011-03-09 | 1 | -0/+3 |
* | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -0/+11 |
* | diff/log -G<pattern>: tests | Junio C Hamano | 2010-08-31 | 1 | -0/+3 |
* | diff: parse separate options like -S foo | Matthieu Moy | 2010-08-06 | 1 | -0/+5 |
* | show --first-parent/-m: do not default to --cc | Junio C Hamano | 2010-03-09 | 1 | -0/+2 |
* | show -c: show patch text | Junio C Hamano | 2010-03-09 | 1 | -0/+1 |
* | t4013: add tests for log -p -m --first-parent | Junio C Hamano | 2010-03-09 | 1 | -0/+3 |
* | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 | 1 | -0/+1 |
* | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 2009-03-22 | 1 | -1/+1 |
* | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 2009-03-22 | 1 | -0/+1 |
* | test-lib: Simplify test counting. | Johannes Sixt | 2009-03-19 | 1 | -2/+1 |
* | Merge branch 'tr/gcov' | Junio C Hamano | 2009-03-11 | 1 | -0/+5 |
|\ |
|
| * | Test rev-list --parents/--children | Thomas Rast | 2009-02-20 | 1 | -0/+3 |
| * | Test log --decorate | Thomas Rast | 2009-02-20 | 1 | -0/+1 |
| * | Test diff --dirstat functionality | Thomas Rast | 2009-02-20 | 1 | -0/+1 |
* | | Skip timestamp differences for diff --no-index | Michael Spang | 2009-02-18 | 1 | -0/+5 |
|/ |
|
* | diff: accept -- when using --no-index | Thomas Rast | 2009-01-06 | 1 | -0/+1 |
* | format-patch: autonumber by default | Brian Gernhardt | 2008-10-18 | 1 | -0/+3 |
* | "git diff <tree>{3,}": do not reverse order of arguments | Matt McCutchen | 2008-10-12 | 1 | -0/+1 |
* | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 | 1 | -1/+1 |
* | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 | 1 | -0/+1 |
* | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 | 1 | -1/+1 |
* | Add a --cover-letter option to format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-07-03 | 1 | -0/+2 |
|\ |
|
| * | diff --no-index: fix --name-status with added files | Johannes Schindelin | 2007-07-03 | 1 | -0/+2 |
* | | format-patch: Add format.subjectprefix config option | Adam Roben | 2007-07-02 | 1 | -0/+2 |
|/ |
|
* | Add testcase for format-patch --subject-prefix (take 3) | Robin H. Johnson | 2007-04-11 | 1 | -0/+1 |
* | Merge branch 'js/attach' | Junio C Hamano | 2007-03-10 | 1 | -1/+4 |
|\ |
|
| * | format-patch --attach: not folding some long headers. | Junio C Hamano | 2007-03-04 | 1 | -1/+1 |