aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge branch 'maint'Junio C Hamano1-9/+2
2008-07-16Fix buffer overflow in git diffDmitry Potapov1-9/+2
2008-07-05Merge branch 'qq/maint'Junio C Hamano1-6/+2
2008-07-05diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro1-6/+2
2008-07-01Merge branch 'jc/checkdiff'Junio C Hamano1-20/+75
2008-06-28show_stats(): fix stats width calculationOlivier Marin1-6/+6
2008-06-26diff --check: detect leftover conflict markersJunio C Hamano1-0/+35
2008-06-26Teach "diff --check" about new blank lines at endJunio C Hamano1-2/+15
2008-06-26checkdiff: pass diff_options to the callbackJunio C Hamano1-10/+11
2008-06-26check_and_emit_line(): rename and refactorJunio C Hamano1-7/+6
2008-06-26diff --check: explain why we do not care whether old side is binaryJunio C Hamano1-2/+9
2008-06-26Merge branch 'maint'Junio C Hamano1-3/+5
2008-06-26diff --check: do not discard error status upon seeing a good lineJunio C Hamano1-3/+5
2008-06-22Merge branch 'jk/test'Junio C Hamano1-1/+2
2008-06-16Merge branch 'maint'Junio C Hamano1-2/+4
2008-06-16diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-16Merge branch 'maint'Junio C Hamano1-0/+4
2008-06-16diff: reset color before printing newlineSZEDER Gábor1-0/+4
2008-06-14avoid trailing whitespace in zero-change diffstat linesJeff King1-1/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-4/+4
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin1-0/+9
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-4/+4
2008-05-03bump rename limit defaultsJeff King1-1/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-1/+0
2008-04-09diff: make --dirstat binary-file safeJunio C Hamano1-23/+60
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow1-140/+166
2008-03-02diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano1-5/+2
2008-03-01Clean up find_unique_abbrev() callersJunio C Hamano1-2/+0
2008-02-27Merge branch 'jm/free'Junio C Hamano1-6/+3
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano1-17/+87
2008-02-26Merge branch 'maint'Junio C Hamano1-4/+4
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow1-4/+4
2008-02-24Merge branch 'lt/dirstat'Junio C Hamano1-1/+94
2008-02-24diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano1-1/+6
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-6/+3
2008-02-20diff: fix java funcname pattern for solarisJeff King1-1/+1
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-3/+3
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano1-1/+1
2008-02-16Merge branch 'maint'Junio C Hamano1-14/+6
2008-02-15diff: Fix miscounting of --check outputJunio C Hamano1-2/+2
2008-02-15diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder1-5/+2
2008-02-15diff.c: remove useless check for value != NULLChristian Couder1-7/+2
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder1-1/+1
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano1-1/+1
2008-02-13diff --relative: help working in a bare repositoryJunio C Hamano1-0/+4
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano1-17/+83
2008-02-12Add "--dirstat" for some directory statisticsLinus Torvalds1-1/+89
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-9/+14
2008-02-11diff.c: guard config parser from value=NULLJunio C Hamano1-2/+12