summaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorLines
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds-0/+4
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce-43/+55
2008-09-20diff hunk pattern: fix misconverted "\{" tex macro introducersJunio C Hamano-2/+2
2008-09-19diff: use extended regexp to find hunk headersJunio C Hamano-14/+17
2008-09-18diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey-0/+5
2008-09-18diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey-9/+12
2008-09-18diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey-27/+28
2008-09-18Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano-11/+1
2008-09-10Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maintJunio C Hamano-1/+8
2008-09-06diff --quiet: make it synonym to --exit-code >/dev/nullJunio C Hamano-10/+0
2008-09-06diff Porcelain: do not disable auto index refreshing on -C -CJunio C Hamano-1/+1
2008-09-03diff --cumulative is a sub-option of --dirstatJunio C Hamano-3/+6
2008-08-30diff: Help "less" hide ^M from the outputJunio C Hamano-1/+8
2008-08-29Fix '--dirstat' with cross-directory renamingLinus Torvalds-0/+8
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano-0/+1
2008-08-12Teach git diff about BibTeX head hunk patternsGustaf Hendeby-0/+1
2008-08-11diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano-1/+2
2008-08-05Merge branch 'maint'Junio C Hamano-4/+5
2008-08-05diff.renamelimit is a basic diff configurationLinus Torvalds-4/+5
2008-08-02diff: chapter and part in funcname for texGiuseppe Bilotta-1/+1
2008-08-02Teach "git diff -p" Pascal/Delphi funcname patternAvery Pennarun-0/+6
2008-08-02diff: add ruby funcname patternGiuseppe Bilotta-0/+1
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard-2/+1
2008-07-16Merge branch 'maint'Junio C Hamano-9/+2
2008-07-16Fix buffer overflow in git diffDmitry Potapov-9/+2
2008-07-05Merge branch 'qq/maint'Junio C Hamano-6/+2
2008-07-05diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro-6/+2
2008-07-01Merge branch 'jc/checkdiff'Junio C Hamano-20/+75
2008-06-28show_stats(): fix stats width calculationOlivier Marin-6/+6
2008-06-26diff --check: detect leftover conflict markersJunio C Hamano-0/+35
2008-06-26Teach "diff --check" about new blank lines at endJunio C Hamano-2/+15
2008-06-26checkdiff: pass diff_options to the callbackJunio C Hamano-10/+11
2008-06-26check_and_emit_line(): rename and refactorJunio C Hamano-7/+6
2008-06-26diff --check: explain why we do not care whether old side is binaryJunio C Hamano-2/+9
2008-06-26Merge branch 'maint'Junio C Hamano-3/+5
2008-06-26diff --check: do not discard error status upon seeing a good lineJunio C Hamano-3/+5
2008-06-22Merge branch 'jk/test'Junio C Hamano-1/+2
2008-06-16Merge branch 'maint'Junio C Hamano-2/+4
2008-06-16diff.c: fix emit_line() again not to add extra lineJunio C Hamano-2/+4
2008-06-16Merge branch 'maint'Junio C Hamano-0/+4
2008-06-16diff: reset color before printing newlineSZEDER Gábor-0/+4
2008-06-14avoid trailing whitespace in zero-change diffstat linesJeff King-1/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano-4/+4
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin-0/+9
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-4/+4
2008-05-03bump rename limit defaultsJeff King-1/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins-1/+0
2008-04-09diff: make --dirstat binary-file safeJunio C Hamano-23/+60
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow-140/+166