Age | Commit message (Expand) | Author | Files | Lines |
2013-09-09 | Merge branch 'jc/diff-filter-negation' | Junio C Hamano | 1 | -21/+104 |
2013-08-09 | diff: fix a possible null pointer dereference | Stefan Beller | 1 | -1/+1 |
2013-08-09 | diff: remove ternary operator evaluating always to true | Stefan Beller | 1 | -2/+2 |
2013-07-24 | Merge branch 'ob/typofixes' | Junio C Hamano | 1 | -1/+1 |
2013-07-24 | Merge branch 'sb/misc-fixes' | Junio C Hamano | 1 | -3/+1 |
2013-07-22 | typofix: in-code comments | Ondřej Bílka | 1 | -1/+1 |
2013-07-22 | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 1 | -1/+1 |
2013-07-22 | Merge branch 'mm/diff-no-patch-synonym-to-s' | Junio C Hamano | 1 | -12/+18 |
2013-07-19 | diff: deprecate -q option to diff-files | Junio C Hamano | 1 | -0/+8 |
2013-07-17 | diff: allow --patch & cie to override -s/--no-patch | Matthieu Moy | 1 | -11/+17 |
2013-07-17 | diff: allow --no-patch as synonym for -s | Matthieu Moy | 1 | -1/+1 |
2013-07-17 | diff: allow lowercase letter to specify what change class to exclude | Junio C Hamano | 1 | -1/+28 |
2013-07-17 | diff: reject unknown change class given to --diff-filter | Junio C Hamano | 1 | -1/+1 |
2013-07-17 | diff: preparse --diff-filter string argument | Junio C Hamano | 1 | -7/+56 |
2013-07-17 | diff: factor out match_filter() | Junio C Hamano | 1 | -16/+13 |
2013-07-17 | diff: pass the whole diff_options to diffcore_apply_filter() | Junio C Hamano | 1 | -2/+4 |
2013-07-15 | diff.c: Do not initialize a variable, which gets reassigned anyway. | Stefan Beller | 1 | -3/+1 |
2013-07-11 | Merge branch 'jc/maint-diff-core-safecrlf' | Junio C Hamano | 1 | -1/+9 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-06-25 | diff: demote core.safecrlf=true to core.safecrlf=warn | Junio C Hamano | 1 | -1/+9 |
2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -0/+2 |
2013-04-24 | Merge branch 'jk/diff-algo-finishing-touches' into maint | Junio C Hamano | 1 | -2/+3 |
2013-04-15 | Merge branch 'jk/diff-graph-submodule-summary' | Junio C Hamano | 1 | -0/+1 |
2013-04-15 | Merge branch 'jk/diff-algo-finishing-touches' | Junio C Hamano | 1 | -2/+3 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
2013-04-05 | submodule: print graph output next to submodule log | John Keeping | 1 | -0/+1 |
2013-04-05 | diff: allow unstuck arguments with --diff-algorithm | John Keeping | 1 | -2/+3 |
2013-04-01 | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint | Junio C Hamano | 1 | -1/+13 |
2013-03-25 | Merge branch 'ap/maint-diff-rename-avoid-overlap' | Junio C Hamano | 1 | -1/+13 |
2013-03-21 | diff.c: diff.renamelimit => diff.renameLimit in message | Max Nanasy | 1 | -1/+1 |
2013-02-26 | diff: prevent pprint_rename from underrunning input | Thomas Rast | 1 | -7/+10 |
2013-02-23 | diff: Fix rename pretty-print when suffix and prefix overlap | Antoine Pelisse | 1 | -1/+10 |
2013-02-17 | Merge branch 'mp/diff-algo-config' | Junio C Hamano | 1 | -0/+34 |
2013-02-14 | Merge branch 'jk/diff-graph-cleanup' | Junio C Hamano | 1 | -97/+34 |
2013-02-12 | diff.c: use diff_line_prefix() where applicable | John Keeping | 1 | -95/+20 |
2013-02-12 | diff: add diff_line_prefix function | John Keeping | 1 | -0/+10 |
2013-02-12 | diff.c: make constant string arguments const | John Keeping | 1 | -2/+4 |
2013-02-12 | diff: write prefix to the correct file | John Keeping | 1 | -1/+1 |
2013-01-16 | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 1 | -1/+11 |
2013-01-16 | config: Introduce diff.algorithm variable | Michal Privoznik | 1 | -0/+24 |
2013-01-14 | Merge branch 'jc/blame-no-follow' | Junio C Hamano | 1 | -0/+2 |
2012-11-29 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 1 | -25/+29 |
2012-11-27 | diff --shortstat: do not count "unmerged" entries | Junio C Hamano | 1 | -3/+2 |
2012-11-27 | diff --stat: do not count "unmerged" entries | Junio C Hamano | 1 | -2/+4 |
2012-11-27 | diff --stat: move the "total count" logic to the last loop | Junio C Hamano | 1 | -9/+12 |
2012-11-27 | diff --stat: use "file" temporary variable to refer to data->files[i] | Junio C Hamano | 1 | -13/+13 |
2012-11-27 | diff --stat: status of unmodified pair in diff-q is not zero | Junio C Hamano | 1 | -1/+1 |
2012-11-25 | Merge branch 'rr/submodule-diff-config' | Junio C Hamano | 1 | -11/+35 |
2012-11-25 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 1 | -10/+15 |
2012-11-18 | submodule: display summary header in bold | Ramkumar Ramachandra | 1 | -1/+1 |