aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-17diff: preparse --diff-filter string argumentJunio C Hamano1-7/+56
2013-07-17diff: factor out match_filter()Junio C Hamano1-16/+13
2013-07-17diff: pass the whole diff_options to diffcore_apply_filter()Junio C Hamano1-2/+4
2013-07-15diff.c: Do not initialize a variable, which gets reassigned anyway.Stefan Beller1-3/+1
2013-07-11Merge branch 'jc/maint-diff-core-safecrlf'Junio C Hamano1-1/+9
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy1-1/+1
2013-06-25diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano1-1/+9
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse1-0/+2
2013-05-10diff_opt: track whether flags have been set explicitlyJunio C Hamano1-0/+3
2013-04-24Merge branch 'jk/diff-algo-finishing-touches' into maintJunio C Hamano1-2/+3
2013-04-15Merge branch 'jk/diff-graph-submodule-summary'Junio C Hamano1-0/+1
2013-04-15Merge branch 'jk/diff-algo-finishing-touches'Junio C Hamano1-2/+3
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-04-05submodule: print graph output next to submodule logJohn Keeping1-0/+1
2013-04-05diff: allow unstuck arguments with --diff-algorithmJohn Keeping1-2/+3
2013-04-01Merge branch 'ap/maint-diff-rename-avoid-overlap' into maintJunio C Hamano1-1/+13
2013-03-25Merge branch 'ap/maint-diff-rename-avoid-overlap'Junio C Hamano1-1/+13
2013-03-21diff.c: diff.renamelimit => diff.renameLimit in messageMax Nanasy1-1/+1
2013-02-26diff: prevent pprint_rename from underrunning inputThomas Rast1-7/+10
2013-02-23diff: Fix rename pretty-print when suffix and prefix overlapAntoine Pelisse1-1/+10
2013-02-17Merge branch 'mp/diff-algo-config'Junio C Hamano1-0/+34
2013-02-14Merge branch 'jk/diff-graph-cleanup'Junio C Hamano1-97/+34
2013-02-12diff.c: use diff_line_prefix() where applicableJohn Keeping1-95/+20
2013-02-12diff: add diff_line_prefix functionJohn Keeping1-0/+10
2013-02-12diff.c: make constant string arguments constJohn Keeping1-2/+4
2013-02-12diff: write prefix to the correct fileJohn Keeping1-1/+1
2013-01-16diff: Introduce --diff-algorithm command line optionMichal Privoznik1-1/+11
2013-01-16config: Introduce diff.algorithm variableMichal Privoznik1-0/+24
2013-01-14Merge branch 'jc/blame-no-follow'Junio C Hamano1-0/+2
2012-11-29Merge branch 'lt/diff-stat-show-0-lines'Junio C Hamano1-25/+29
2012-11-27diff --shortstat: do not count "unmerged" entriesJunio C Hamano1-3/+2
2012-11-27diff --stat: do not count "unmerged" entriesJunio C Hamano1-2/+4
2012-11-27diff --stat: move the "total count" logic to the last loopJunio C Hamano1-9/+12
2012-11-27diff --stat: use "file" temporary variable to refer to data->files[i]Junio C Hamano1-13/+13
2012-11-27diff --stat: status of unmodified pair in diff-q is not zeroJunio C Hamano1-1/+1
2012-11-25Merge branch 'rr/submodule-diff-config'Junio C Hamano1-11/+35
2012-11-25Merge branch 'lt/diff-stat-show-0-lines'Junio C Hamano1-10/+15
2012-11-18submodule: display summary header in boldRamkumar Ramachandra1-1/+1
2012-11-18diff: rename "set" variableJeff King1-6/+6
2012-11-18diff: introduce diff.submodule configuration variableRamkumar Ramachandra1-4/+28
2012-11-09Merge branch 'nd/builtin-to-libgit'Jeff King1-0/+16
2012-11-09Merge branch 'mh/maint-parse-dirstat-fix'Jeff King1-19/+21
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy1-0/+16
2012-10-29parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty1-19/+21
2012-10-17Fix "git diff --stat" for interesting - but empty - file changesLinus Torvalds1-10/+15
2012-09-30diff: diff.context configuration gives default to -UJeff Muizelaar1-1/+8
2012-09-21diff: accept --no-follow optionJunio C Hamano1-0/+2
2012-09-20Merge branch 'nd/maint-diffstat-summary' into maintJunio C Hamano1-6/+4
2012-09-18Merge branch 'jc/make-static'Junio C Hamano1-1/+1
2012-09-17Merge branch 'nd/maint-diffstat-summary'Junio C Hamano1-6/+4