summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ob/typofixes'Junio C Hamano2013-07-241-1/+1
|\
| * typofix: in-code commentsOndřej Bílka2013-07-221-1/+1
* | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-241-3/+1
|\ \ | |/ |/|
| * diff.c: Do not initialize a variable, which gets reassigned anyway.sb/misc-fixesStefan Beller2013-07-151-3/+1
| * Merge branch 'jk/diff-algo-finishing-touches' into maintJunio C Hamano2013-04-241-2/+3
| |\
* | \ Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\ \ \
| * | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
* | | | Merge branch 'mm/diff-no-patch-synonym-to-s'Junio C Hamano2013-07-221-12/+18
|\ \ \ \
| * | | | diff: allow --patch & cie to override -s/--no-patchMatthieu Moy2013-07-171-11/+17
| * | | | diff: allow --no-patch as synonym for -sMatthieu Moy2013-07-171-1/+1
* | | | | Merge branch 'jc/maint-diff-core-safecrlf'Junio C Hamano2013-07-111-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano2013-06-251-1/+9
* | | | | diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-191-0/+2
| |/ / / |/| | |
* | | | Merge branch 'jk/diff-graph-submodule-summary'Junio C Hamano2013-04-151-0/+1
|\ \ \ \
| * | | | submodule: print graph output next to submodule logJohn Keeping2013-04-051-0/+1
| * | | | Merge branch 'ap/maint-diff-rename-avoid-overlap'Junio C Hamano2013-03-251-1/+13
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/diff-algo-finishing-touches'Junio C Hamano2013-04-151-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | diff: allow unstuck arguments with --diff-algorithmJohn Keeping2013-04-051-2/+3
* | | | | Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | | | | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maintJunio C Hamano2013-04-011-1/+13
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | diff: prevent pprint_rename from underrunning inputThomas Rast2013-02-261-7/+10
| * | | diff: Fix rename pretty-print when suffix and prefix overlapAntoine Pelisse2013-02-231-1/+10
* | | | diff.c: diff.renamelimit => diff.renameLimit in messageMax Nanasy2013-03-211-1/+1
* | | | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-171-0/+34
|\ \ \ \ | | |/ / | |/| |
| * | | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-161-1/+11
| * | | config: Introduce diff.algorithm variableMichal Privoznik2013-01-161-0/+24
* | | | Merge branch 'jk/diff-graph-cleanup'Junio C Hamano2013-02-141-97/+34
|\ \ \ \
| * | | | diff.c: use diff_line_prefix() where applicableJohn Keeping2013-02-121-95/+20
| * | | | diff: add diff_line_prefix functionJohn Keeping2013-02-121-0/+10
| * | | | diff.c: make constant string arguments constJohn Keeping2013-02-121-2/+4
| * | | | diff: write prefix to the correct fileJohn Keeping2013-02-121-1/+1
| |/ / /
* | | | Merge branch 'jc/blame-no-follow'Junio C Hamano2013-01-141-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | diff: accept --no-follow optionJunio C Hamano2012-09-211-0/+2
* | | | Merge branch 'lt/diff-stat-show-0-lines'Junio C Hamano2012-11-291-25/+29
|\ \ \ \
| * | | | diff --shortstat: do not count "unmerged" entriesJunio C Hamano2012-11-271-3/+2
| * | | | diff --stat: do not count "unmerged" entriesJunio C Hamano2012-11-271-2/+4
| * | | | diff --stat: move the "total count" logic to the last loopJunio C Hamano2012-11-271-9/+12
| * | | | diff --stat: use "file" temporary variable to refer to data->files[i]Junio C Hamano2012-11-271-13/+13
| * | | | diff --stat: status of unmodified pair in diff-q is not zeroJunio C Hamano2012-11-271-1/+1
* | | | | Merge branch 'rr/submodule-diff-config'Junio C Hamano2012-11-251-11/+35
|\ \ \ \ \
| * | | | | submodule: display summary header in boldRamkumar Ramachandra2012-11-181-1/+1
| * | | | | diff: rename "set" variableJeff King2012-11-181-6/+6
| * | | | | diff: introduce diff.submodule configuration variableRamkumar Ramachandra2012-11-181-4/+28
* | | | | | Merge branch 'lt/diff-stat-show-0-lines'Junio C Hamano2012-11-251-10/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix "git diff --stat" for interesting - but empty - file changesLinus Torvalds2012-10-171-10/+15
* | | | | | Merge branch 'nd/builtin-to-libgit'Jeff King2012-11-091-0/+16
|\ \ \ \ \ \
| * | | | | | Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+16
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mh/maint-parse-dirstat-fix'Jeff King2012-11-091-19/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty2012-10-291-19/+21
| | |_|_|/ | |/| | |
| * | | | Merge branch 'nd/maint-diffstat-summary' into maintJunio C Hamano2012-09-201-6/+4
| |\ \ \ \