Age | Commit message (Expand) | Author | Files | Lines |
2011-05-31 | diff: futureproof "stop feeding the backend early" logic | Junio C Hamano | 1 | -0/+2 |
2011-05-27 | diff: introduce --stat-lines to limit the stat lines | Michael J Gruber | 1 | -0/+1 |
2011-05-13 | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 1 | -1/+2 |
2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -4/+1 |
2011-04-29 | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 1 | -0/+1 |
2011-04-29 | Allow specifying --dirstat cut-off percentage as a floating point number | Johan Herland | 1 | -1/+1 |
2011-04-28 | Merge branch 'jc/diff-irreversible-delete' | Junio C Hamano | 1 | -0/+1 |
2011-04-23 | diff: remove often unused parameters from diff_unmerge() | Junio C Hamano | 1 | -4/+1 |
2011-04-23 | diff.c: return filepair from diff_unmerge() | Junio C Hamano | 1 | -1/+1 |
2011-04-02 | git diff -D: omit the preimage of deletes | Junio C Hamano | 1 | -0/+1 |
2011-03-22 | diffcore-rename: fall back to -C when -C -C busts the rename limit | Junio C Hamano | 1 | -0/+2 |
2011-03-19 | Merge branch 'jk/merge-rename-ux' | Junio C Hamano | 1 | -1/+2 |
2011-02-21 | add inexact rename detection progress infrastructure | Jeff King | 1 | -0/+1 |
2011-02-21 | merge: improve inexact rename limit warning | Jeff King | 1 | -1/+1 |
2011-02-03 | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
2010-10-26 | Merge branch 'kb/merge-recursive-rename-threshold' | Junio C Hamano | 1 | -0/+2 |
2010-09-29 | merge-recursive: option to specify rename threshold | Kevin Ballard | 1 | -0/+2 |
2010-08-31 | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 1 | -0/+3 |
2010-08-21 | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 1 | -0/+7 |
2010-08-18 | Merge branch 'jc/maint-follow-rename-fix' | Junio C Hamano | 1 | -0/+3 |
2010-08-13 | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 1 | -0/+3 |
2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -0/+1 |
2010-08-06 | diff: parse separate options like -S foo | Matthieu Moy | 1 | -0/+7 |
2010-06-27 | Merge branch 'ab/blame-textconv' | Junio C Hamano | 1 | -0/+9 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-06-11 | textconv: make the API public | Axel Bonnet | 1 | -0/+8 |
2010-05-31 | Add a prefix output callback to diff output | Bo Yang | 1 | -0/+5 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-04-14 | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 1 | -1/+9 |
2010-03-13 | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 1 | -0/+1 |
2010-03-08 | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 1 | -0/+1 |
2010-01-24 | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 1 | -0/+1 |
2010-01-18 | Performance optimization for detection of modified submodules | Jens Lehmann | 1 | -4/+6 |
2010-01-07 | unpack-trees.c: look ahead in the index | Junio C Hamano | 1 | -0/+1 |
2009-12-26 | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 1 | -2/+2 |
2009-11-28 | Give the hunk comment its own color | Bert Wesarg | 1 | -0/+1 |
2009-10-19 | Add the --submodule option to the diff option family | Johannes Schindelin | 1 | -0/+3 |
2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -1/+1 |
2009-07-29 | diff: change semantics of "ignore whitespace" options | Junio C Hamano | 1 | -0/+1 |
2009-03-04 | Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking | Keith Cascio | 1 | -0/+3 |
2009-02-10 | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 1 | -0/+2 |
2009-01-17 | color-words: take an optional regular expression describing words | Johannes Schindelin | 1 | -0/+1 |
2008-12-29 | diff: add option to show context between close hunks | René Scharfe | 1 | -0/+1 |
2008-10-26 | userdiff: require explicitly allowing textconv | Jeff King | 1 | -0/+1 |
2008-09-25 | Merge branch 'ho/dirstat-by-file' | Shawn O. Pearce | 1 | -0/+1 |
2008-09-18 | Merge branch 'jc/diff-prefix' | Junio C Hamano | 1 | -0/+2 |
2008-09-05 | diff --dirstat-by-file: count changed files, not lines | Heikki Orsila | 1 | -0/+1 |
2008-09-03 | diff --cumulative is a sub-option of --dirstat | Junio C Hamano | 1 | -1/+1 |
2008-08-30 | diff: vary default prefix depending on what are compared | Junio C Hamano | 1 | -0/+2 |
2008-07-16 | Fix buffer overflow in git diff | Dmitry Potapov | 1 | -5/+4 |