summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-29diff.c: fix get_patch_id()Junio C Hamano
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin
2006-06-26Merge branch 'jc/diff'Junio C Hamano
2006-06-26Merge branch 'js/diff'Junio C Hamano
2006-06-25diff --color: use $GIT_DIR/configJunio C Hamano
2006-06-25Clean up diff.cTimo Hirvonen
2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-06-22Tweak diff colorsLinus Torvalds
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-18diff options: add --colorJohannes Schindelin
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano
2006-05-24--summary output should print immediately after stats.Sean
2006-05-23Avoid segfault in diff --stat rename output.Sean
2006-05-22diff: minor option combination fix.Junio C Hamano
2006-05-21checkdiff_consume: strtol parameter fix.Junio C Hamano
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21diff family: add --check optionJohannes Schindelin
2006-05-16Merge branch 'se/diff'Junio C Hamano
2006-05-16Merge branch 'lt/diff'Junio C Hamano
2006-05-15diffstat rename squashing fix.Junio C Hamano
2006-05-14Add "--summary" option to git diff.Sean
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds
2006-05-09Merge branch 'jc/bindiff'Junio C Hamano
2006-05-08Merge branch 'fix'Junio C Hamano
2006-05-08Fix "git diff --stat" with long filenamesLinus Torvalds
2006-05-05binary diff: further updates.Junio C Hamano
2006-05-05binary patch.Junio C Hamano
2006-05-04sha1_to_hex() usage cleanupLinus Torvalds
2006-04-26diff --stat: show complete rewrites consistently.Junio C Hamano
2006-04-22Libify diff-files.Junio C Hamano
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano
2006-04-19Merge branch 'fix'Junio C Hamano
2006-04-18Fix filename scaling for binary filesJonas Fonseca
2006-04-18Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano
2006-04-16diff-options: add --patch-with-statJohannes Schindelin
2006-04-16diff-files --stat: do not dump core with unmerged index.Junio C Hamano
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano
2006-04-14diff --stat: no need to ask funcnames nor context.Junio C Hamano
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-11Separate the raw diff and patch with a newlinePetr Baudis
2006-04-11diff-* --patch-with-rawJunio C Hamano
2006-04-10Retire diffcore-pathspec.Junio C Hamano
2006-04-09diff: fix output of total-rewrite diff.Junio C Hamano
2006-04-05Merge branches 'master' and 'jc/combine' into nextJunio C Hamano
2006-04-05Merge branch 'fix'Junio C Hamano