summaryrefslogtreecommitdiff
path: root/t/t4013
AgeCommit message (Expand)Author
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
2009-02-20Test log --decorateThomas Rast
2009-02-20Test diff --dirstat functionalityThomas Rast
2009-02-18Merge branch 'maint'Junio C Hamano
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang
2009-02-14log: do not print ellipses with --abbrev-commitThomas Rast
2009-01-07diff: accept -- when using --no-indexThomas Rast
2008-10-18format-patch: autonumber by defaultBrian Gernhardt
2008-10-12"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen