aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Tweak diff colorsLinus Torvalds2006-06-22
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-21
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-20
* | diff options: add --colorJohannes Schindelin2006-06-17
|/
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-24
|\
| * fmt-patch: Support --attachJohannes Schindelin2006-05-21
* | --summary output should print immediately after stats.Sean2006-05-23
* | Avoid segfault in diff --stat rename output.Sean2006-05-22
* | diff: minor option combination fix.Junio C Hamano2006-05-22
* | checkdiff_consume: strtol parameter fix.Junio C Hamano2006-05-21
|/
* diff family: add --check optionJohannes Schindelin2006-05-21
* Merge branch 'se/diff'Junio C Hamano2006-05-15
|\
| * Add "--summary" option to git diff.Sean2006-05-14
* | Merge branch 'lt/diff'Junio C Hamano2006-05-15
|\ \
| * | git diff: support "-U" and "--unified" options properlyLinus Torvalds2006-05-14
| |/
* | diffstat rename squashing fix.Junio C Hamano2006-05-14
|/
* Merge branch 'jc/bindiff'Junio C Hamano2006-05-09
|\
| * binary diff: further updates.Junio C Hamano2006-05-05
| * binary patch.Junio C Hamano2006-05-05
* | Merge branch 'fix'Junio C Hamano2006-05-08
|\ \ | |/ |/|
| * Fix "git diff --stat" with long filenamesLinus Torvalds2006-05-08
* | sha1_to_hex() usage cleanupLinus Torvalds2006-05-03
* | diff --stat: show complete rewrites consistently.Junio C Hamano2006-04-25
* | Libify diff-files.Junio C Hamano2006-04-22
* | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-19
* | Merge branch 'fix'Junio C Hamano2006-04-19
|\ \ | |/
| * Fix filename scaling for binary filesJonas Fonseca2006-04-18
| * diff --stat: make sure to set recursive.Junio C Hamano2006-04-18
* | Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-18
|/
* diff-options: add --patch-with-statJohannes Schindelin2006-04-15
* diff-files --stat: do not dump core with unmerged index.Junio C Hamano2006-04-15
* diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-15
* diff --stat: no need to ask funcnames nor context.Junio C Hamano2006-04-13
* diff-options: add --stat (take 2)Johannes Schindelin2006-04-13
* diff-options: add --stat (take 2)Johannes Schindelin2006-04-13
* Separate the raw diff and patch with a newlinePetr Baudis2006-04-11
* diff-* --patch-with-rawJunio C Hamano2006-04-10
* Retire diffcore-pathspec.Junio C Hamano2006-04-10
* diff: fix output of total-rewrite diff.Junio C Hamano2006-04-08
*-. Merge branches 'master' and 'jc/combine' into nextJunio C Hamano2006-04-05
|\ \
| * \ Merge branch 'fix'Junio C Hamano2006-04-05
| |\ \ | | |/ | |/|
| | * diff_flush(): leakfix.Junio C Hamano2006-04-05
* | | Support for pickaxe matching regular expressionsPetr Baudis2006-04-04
|/ /
* | tree/diff header cleanup.Junio C Hamano2006-03-29
* | xdiff: Show function names in hunk headers.Mark Wooding2006-03-27
* | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-26
|\ \
| * | true built-in diff: run everything in-core.Junio C Hamano2006-03-25
* | | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-25
|\ \ \ | |/ /
| * | built-in diff: minimum tweaksJunio C Hamano2006-03-25
| * | Use a *real* built-in diff generatorLinus Torvalds2006-03-25