aboutsummaryrefslogtreecommitdiff
path: root/t/t4013-diff-various.sh
Commit message (Expand)AuthorAge
* t4013: test new output from diff --abbrev --rawAnn T Ropea2017-12-06
* t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea2017-12-06
* print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-04
* diff: correct newline in summary for renamed filesStefan Beller2017-09-28
* diff: handle --no-abbrev in no-index caseJack Bates2016-12-08
* graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-31
* diff: activate diff.renames by defaultMatthieu Moy2016-02-25
* Merge branch 'maint'Junio C Hamano2014-07-28
|\
| * t4013: test diff-tree's --stdin commit formattingJeff King2014-07-28
* | t4013-diff-various.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-30
|/
* diffstat summary line varies by locale: miscellanyJonathan Nieder2012-03-13
* Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland2011-04-11
* --dirstat-by-file: Make it faster and more correctJohan Herland2011-04-11
* --dirstat: Describe non-obvious differences relative to --stat or regular diffJohan Herland2011-04-11
* log: fix --max-count when used together with -S or -GMatthieu Moy2011-03-09
* diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-07
* diff/log -G<pattern>: testsJunio C Hamano2010-08-31
* diff: parse separate options like -S fooMatthieu Moy2010-08-06
* show --first-parent/-m: do not default to --ccJunio C Hamano2010-03-09
* show -c: show patch textJunio C Hamano2010-03-09
* t4013: add tests for log -p -m --first-parentJunio C Hamano2010-03-09
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
* format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-22
* format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-22
* test-lib: Simplify test counting.Johannes Sixt2009-03-19
* Merge branch 'tr/gcov'Junio C Hamano2009-03-11
|\
| * Test rev-list --parents/--childrenThomas Rast2009-02-20
| * Test log --decorateThomas Rast2009-02-20
| * Test diff --dirstat functionalityThomas Rast2009-02-20
* | Skip timestamp differences for diff --no-indexMichael Spang2009-02-18
|/
* diff: accept -- when using --no-indexThomas Rast2009-01-06
* format-patch: autonumber by defaultBrian Gernhardt2008-10-18
* "git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen2008-10-12
* tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
* "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-24
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-24
* Add a --cover-letter option to format-patchDaniel Barkalow2008-02-19
* Merge branch 'maint'Junio C Hamano2007-07-03
|\
| * diff --no-index: fix --name-status with added filesJohannes Schindelin2007-07-03
* | format-patch: Add format.subjectprefix config optionAdam Roben2007-07-02
|/
* Add testcase for format-patch --subject-prefix (take 3)Robin H. Johnson2007-04-11
* Merge branch 'js/attach'Junio C Hamano2007-03-10
|\
| * format-patch --attach: not folding some long headers.Junio C Hamano2007-03-04
| * format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-04
* | Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-04
|/
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* config option log.showroot to show the diff of root commitsPeter Baumann2006-11-24
* t/t4013: fix futzing with the version string.Junio C Hamano2006-08-12
* t4013 diff format tests updateJunio C Hamano2006-07-13
* tests: Set EDITOR=: and VISUAL=: globallyEric Wong2006-07-11