summaryrefslogtreecommitdiff
path: root/t/t4013
AgeCommit message (Expand)Author
2021-05-21t4013: test "git diff-tree -m"Sergey Organov
2021-05-21t4013: test "git log -m --stat"Sergey Organov
2021-05-21t4013: test "git log -m --raw"Sergey Organov
2021-02-06Merge branch 'so/log-diff-merge'Junio C Hamano
2020-12-21t4013: add tests for --diff-merges=first-parentSergey Organov
2020-12-21t4013: add tests for -m failing to override -c/--ccSergey Organov
2020-11-02Merge branch 'mk/diff-ignore-regex'Junio C Hamano
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień
2020-08-31Merge branch 'dd/diff-customize-index-line-abbrev'Junio C Hamano
2020-08-21diff: index-line: respect --abbrev in object's nameĐoàn Trần Công Danh
2020-08-18Merge branch 'so/log-diff-merges-opt'Junio C Hamano
2020-08-18Merge branch 'jk/log-fp-implies-m'Junio C Hamano
2020-08-11t/t4013: add test for --diff-merges=offSergey Organov
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano
2020-07-29log: enable "-m" automatically with "--first-parent"Jeff King
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Jeff King
2020-06-24fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin
2020-04-21diff-tree.c: load notes machinery when requiredTaylor Blau
2019-05-30Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-05-29diff-parseopt: restore -U (no argument) behaviorNguyễn Thái Ngọc Duy
2019-01-24combine-diff: treat --dirstat like --statJeff King
2019-01-24combine-diff: treat --summary like --statJeff King
2019-01-24combine-diff: treat --shortstat like --statJeff King
2018-02-27diff: add --compact-summaryNguyễn Thái Ngọc Duy
2017-12-06t4013: test new output from diff --abbrev --rawAnn T Ropea
2017-09-28diff: correct newline in summary for renamed filesStefan Beller
2016-12-08diff: handle --no-abbrev in no-index caseJack Bates
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller
2015-05-13log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano
2015-03-10log: decorate HEAD with branch nameJunio C Hamano
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek
2012-02-04Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy
2011-04-11Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland
2011-04-11--dirstat-by-file: Make it faster and more correctJohan Herland
2011-04-11--dirstat: Describe non-obvious differences relative to --stat or regular diffJohan Herland
2011-03-09log: fix --max-count when used together with -S or -GMatthieu Moy
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy
2010-08-31diff/log -G<pattern>: testsJunio C Hamano
2010-08-06diff: parse separate options like -S fooMatthieu Moy
2010-06-16format-patch: Add a signature option (--signature)Stephen Boyd
2010-03-09show --first-parent/-m: do not default to --ccJunio C Hamano
2010-03-09show -c: show patch textJunio C Hamano
2010-03-09t4013: add tests for log -p -m --first-parentJunio C Hamano
2009-10-12Let --decorate show HEAD positionThomas Rast
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli
2009-05-14Prettify log decorations even moreFelipe Contreras
2009-03-23format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd
2009-03-23format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd
2009-03-11Merge branch 'tr/gcov'Junio C Hamano
2009-02-20Test rev-list --parents/--childrenThomas Rast