Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -1/+1 |
2012-03-15 | Merge branch 'th/doc-diff-submodule-option' | Junio C Hamano | 1 | -5/+6 |
2012-03-14 | Documentation/diff-options: reword description of --submodule option | Tim Henigan | 1 | -5/+6 |
2012-03-06 | Merge branch 'zj/diff-stat-dyncol' | Junio C Hamano | 1 | -6/+12 |
2012-03-06 | Merge branch 'maint-1.7.7' into maint-1.7.8 | Junio C Hamano | 1 | -0/+3 |
2012-03-06 | Document the --histogram diff option | Thomas Rast | 1 | -0/+3 |
2012-03-01 | diff --stat: add config option to limit graph width | Zbigniew Jędrzejewski-Szmek | 1 | -7/+9 |
2012-03-01 | diff --stat: enable limiting of the graph part | Zbigniew Jędrzejewski-Szmek | 1 | -0/+2 |
2012-03-01 | diff --stat: use a maximum of 5/8 for the filename part | Zbigniew Jędrzejewski-Szmek | 1 | -6/+8 |
2011-11-08 | Sync with 1.7.7.3 | Junio C Hamano | 1 | -0/+2 |
2011-11-08 | docs: don't mention --quiet or --exit-code in git-log(1) | Jeff King | 1 | -0/+2 |
2011-10-19 | Merge branch 'rs/diff-whole-function' | Junio C Hamano | 1 | -0/+4 |
2011-10-10 | diff: add option to show whole functions as context | René Scharfe | 1 | -0/+4 |
2011-10-03 | diff: resurrect XDF_NEED_MINIMAL with --minimal | Junio C Hamano | 1 | -0/+4 |
2011-07-06 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+11 |
2011-07-06 | docs: document --textconv diff option | Jeff King | 1 | -0/+11 |
2011-06-29 | Merge branch 'mg/diff-stat-count' | Junio C Hamano | 1 | -1/+7 |
2011-06-22 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+8 |
2011-06-22 | Documentation: git diff --check respects core.whitespace | Christof Krüger | 1 | -4/+8 |
2011-05-27 | diff-options.txt: describe --stat-{width,name-width,count} | Michael J Gruber | 1 | -0/+3 |
2011-05-27 | diff: introduce --stat-lines to limit the stat lines | Michael J Gruber | 1 | -1/+4 |
2011-05-26 | Merge branch 'mg/diff-uiconfig-doc' into maint | Junio C Hamano | 1 | -4/+11 |
2011-05-13 | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 1 | -12/+42 |
2011-05-06 | Merge branch 'mg/diff-uiconfig-doc' | Junio C Hamano | 1 | -4/+11 |
2011-05-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-05-05 | Remove duplicated "is a" | João Britto | 1 | -1/+1 |
2011-04-29 | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 1 | -0/+8 |
2011-04-29 | Add config variable for specifying default --dirstat behavior | Johan Herland | 1 | -0/+2 |
2011-04-29 | Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file | Johan Herland | 1 | -12/+32 |
2011-04-28 | Merge branch 'jc/diff-irreversible-delete' | Junio C Hamano | 1 | -0/+13 |
2011-04-27 | config.txt,diff-options.txt: porcelain vs. plumbing for color.diff | Michael J Gruber | 1 | -4/+11 |
2011-04-11 | Teach --dirstat not to completely ignore rearranged lines within a file | Johan Herland | 1 | -2/+2 |
2011-04-11 | --dirstat: Describe non-obvious differences relative to --stat or regular diff | Johan Herland | 1 | -0/+4 |
2011-04-02 | git diff -D: omit the preimage of deletes | Junio C Hamano | 1 | -0/+13 |
2010-12-10 | diff: use "find" instead of "detect" as prefix for long forms of -M and -C | Yann Dirson | 1 | -3/+2 |
2010-11-29 | diff: add --detect-copies-harder as a synonym for --find-copies-harder | Kevin Ballard | 1 | -0/+1 |
2010-11-17 | Merge branch 'maint' | Junio C Hamano | 1 | -14/+12 |
2010-11-16 | Keep together options controlling the behaviour of diffcore-rename. | Yann Dirson | 1 | -14/+12 |
2010-10-26 | Merge branch 'kb/merge-recursive-rename-threshold' | Junio C Hamano | 1 | -0/+3 |
2010-10-21 | Sync with 1.7.3.2 | Junio C Hamano | 1 | -7/+7 |
2010-10-08 | Fix odd markup in --diff-filter documentation | Štěpán Němec | 1 | -2/+2 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -5/+5 |
2010-09-29 | diff: add synonyms for -M, -C, -B | Kevin Ballard | 1 | -0/+3 |
2010-08-31 | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 1 | -1/+5 |
2010-08-18 | Merge branch 'jl/submodule-ignore-diff' | Junio C Hamano | 1 | -1/+5 |
2010-08-09 | Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C | Matthieu Moy | 1 | -5/+30 |
2010-08-09 | Submodules: Use "ignore" settings from .gitmodules too for diff and status | Jens Lehmann | 1 | -1/+1 |
2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -1/+5 |
2010-06-30 | Merge branch 'jl/maint-diff-ignore-submodules' | Junio C Hamano | 1 | -2/+8 |
2010-06-13 | Merge branch 'jk/diff-m-doc' | Junio C Hamano | 1 | -0/+7 |