summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-28diff.c: fix get_patch_id()Junio C Hamano1-1/+1
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin1-0/+139
2006-06-26Merge branch 'jc/diff'Junio C Hamano1-14/+80
2006-06-26Merge branch 'js/diff'Junio C Hamano1-4/+9
2006-06-25diff --color: use $GIT_DIR/configJunio C Hamano1-14/+80
2006-06-24Clean up diff.cTimo Hirvonen1-12/+6
2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano1-1/+1
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-4/+9
2006-06-22Tweak diff colorsLinus Torvalds1-41/+58
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano1-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2006-06-17diff options: add --colorJohannes Schindelin1-9/+70
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-1/+5
2006-05-23--summary output should print immediately after stats.Sean1-1/+4
2006-05-22Avoid segfault in diff --stat rename output.Sean1-1/+1
2006-05-22diff: minor option combination fix.Junio C Hamano1-0/+8
2006-05-21checkdiff_consume: strtol parameter fix.Junio C Hamano1-1/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+5
2006-05-21diff family: add --check optionJohannes Schindelin1-1/+114
2006-05-15Merge branch 'se/diff'Junio C Hamano1-1/+87
2006-05-15Merge branch 'lt/diff'Junio C Hamano1-1/+51
2006-05-14diffstat rename squashing fix.Junio C Hamano1-2/+7
2006-05-14Add "--summary" option to git diff.Sean1-1/+87
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds1-1/+51
2006-05-09Merge branch 'jc/bindiff'Junio C Hamano1-7/+107
2006-05-08Merge branch 'fix'Junio C Hamano1-1/+1
2006-05-08Fix "git diff --stat" with long filenamesLinus Torvalds1-1/+1
2006-05-05binary diff: further updates.Junio C Hamano1-62/+70
2006-05-05binary patch.Junio C Hamano1-7/+99
2006-05-03sha1_to_hex() usage cleanupLinus Torvalds1-4/+2
2006-04-25diff --stat: show complete rewrites consistently.Junio C Hamano1-4/+14
2006-04-22Libify diff-files.Junio C Hamano1-0/+1795
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano1-1736/+0
2006-04-19Merge branch 'fix'Junio C Hamano1-3/+4
2006-04-18Fix filename scaling for binary filesJonas Fonseca1-3/+4
2006-04-18Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano1-0/+9
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano1-0/+10
2006-04-15diff-options: add --patch-with-statJohannes Schindelin1-1/+16
2006-04-15diff-files --stat: do not dump core with unmerged index.Junio C Hamano1-4/+17
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano1-2/+0
2006-04-13diff --stat: no need to ask funcnames nor context.Junio C Hamano1-2/+2
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-5/+5
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-5/+217
2006-04-11Separate the raw diff and patch with a newlinePetr Baudis1-0/+1
2006-04-10diff-* --patch-with-rawJunio C Hamano1-33/+49
2006-04-10Retire diffcore-pathspec.Junio C Hamano1-2/+0
2006-04-08diff: fix output of total-rewrite diff.Junio C Hamano1-2/+3
2006-04-05Merge branches 'master' and 'jc/combine' into nextJunio C Hamano1-19/+25
2006-04-05Merge branch 'fix'Junio C Hamano1-19/+25
2006-04-05diff_flush(): leakfix.Junio C Hamano1-19/+25