summaryrefslogtreecommitdiff
path: root/t/t4013
Commit message (Expand)AuthorAgeFilesLines
* log: add --clear-decorations optionDerrick Stolee2022-08-054-0/+244
* log: add default decoration filterDerrick Stolee2022-08-052-2/+2
* t4013: test "git diff-tree -m"Sergey Organov2021-05-211-0/+11
* t4013: test "git log -m --stat"Sergey Organov2021-05-211-0/+66
* t4013: test "git log -m --raw"Sergey Organov2021-05-211-0/+61
* Merge branch 'so/log-diff-merge'Junio C Hamano2021-02-054-0/+593
|\
| * t4013: add tests for --diff-merges=first-parentSergey Organov2020-12-212-0/+193
| * t4013: add tests for -m failing to override -c/--ccSergey Organov2020-12-212-0/+400
* | Merge branch 'mk/diff-ignore-regex'Junio C Hamano2020-11-021-0/+99
|\ \ | |/ |/|
| * diff: add -I<regex> that ignores matching changesMichał Kępień2020-10-201-0/+99
* | Merge branch 'dd/diff-customize-index-line-abbrev'Junio C Hamano2020-08-313-0/+87
|\ \
| * | diff: index-line: respect --abbrev in object's nameĐoàn Trần Công Danh2020-08-213-0/+87
* | | Merge branch 'so/log-diff-merges-opt'Junio C Hamano2020-08-172-0/+156
|\ \ \
| * | | t/t4013: add test for --diff-merges=offSergey Organov2020-08-112-0/+156
* | | | Merge branch 'jk/log-fp-implies-m'Junio C Hamano2020-08-172-0/+100
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | log: enable "-m" automatically with "--first-parent"Jeff King2020-07-291-0/+22
| * | revision: add "--no-diff-merges" option to counteract "-m"Jeff King2020-07-291-0/+78
| |/
* | Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano2020-07-3022-24/+24
|/
* fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin2020-06-2322-24/+24
* diff-tree.c: load notes machinery when requiredTaylor Blau2020-04-205-0/+57
* Merge branch 'nd/diff-parseopt'Junio C Hamano2019-05-303-0/+92
|\
| * diff-parseopt: restore -U (no argument) behaviorNguyễn Thái Ngọc Duy2019-05-293-0/+92
* | combine-diff: treat --dirstat like --statJeff King2019-01-241-0/+3
* | combine-diff: treat --summary like --statJeff King2019-01-241-0/+6
* | combine-diff: treat --shortstat like --statJeff King2019-01-241-0/+4
|/
* diff: add --compact-summarynd/diff-stat-with-summaryNguyễn Thái Ngọc Duy2018-02-274-0/+32
* t4013: test new output from diff --abbrev --rawAnn T Ropea2017-12-0614-0/+238
* diff: correct newline in summary for renamed filesStefan Beller2017-09-285-0/+22
* diff: handle --no-abbrev in no-index casejb/diff-no-index-no-abbrevJack Bates2016-12-086-0/+27
* graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-312-0/+44
* log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2015-05-131-1/+1
* log: decorate HEAD with branch nameJunio C Hamano2015-03-101-1/+1
* diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek2012-04-3053-282/+282
* Use correct grammar in diffstat summary linend/diffstat-gramnumNguyễn Thái Ngọc Duy2012-02-0352-89/+89
* Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland2011-04-111-0/+1
* --dirstat-by-file: Make it faster and more correctJohan Herland2011-04-111-0/+3
* --dirstat: Describe non-obvious differences relative to --stat or regular diffJohan Herland2011-04-114-1/+15
* log: fix --max-count when used together with -S or -GMatthieu Moy2011-03-093-0/+16
* diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-072-0/+53
* diff/log -G<pattern>: testsJunio C Hamano2010-08-313-0/+52
* diff: parse separate options like -S fooMatthieu Moy2010-08-061-0/+7
* format-patch: Add a signature option (--signature)Stephen Boyd2010-06-161-0/+3
* show --first-parent/-m: do not default to --ccJunio C Hamano2010-03-092-0/+123
* show -c: show patch textJunio C Hamano2010-03-091-0/+36
* t4013: add tests for log -p -m --first-parentJunio C Hamano2010-03-093-0/+378
* Let --decorate show HEAD positionThomas Rast2009-10-122-2/+2
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-0/+34
* Prettify log decorations even moreFelipe Contreras2009-05-131-3/+3
* format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-221-0/+170
* format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-229-32/+93