summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-241-1/+5
|\
| * fmt-patch: Support --attachJohannes Schindelin2006-05-211-1/+5
* | --summary output should print immediately after stats.Sean2006-05-231-1/+4
* | Avoid segfault in diff --stat rename output.Sean2006-05-221-1/+1
* | diff: minor option combination fix.Junio C Hamano2006-05-221-0/+8
* | checkdiff_consume: strtol parameter fix.Junio C Hamano2006-05-211-1/+1
|/
* diff family: add --check optionJohannes Schindelin2006-05-211-1/+114
* Merge branch 'se/diff'Junio C Hamano2006-05-151-1/+87
|\
| * Add "--summary" option to git diff.Sean2006-05-141-1/+87
* | Merge branch 'lt/diff'Junio C Hamano2006-05-151-1/+51
|\ \
| * | git diff: support "-U" and "--unified" options properlyLinus Torvalds2006-05-141-1/+51
| |/
* | diffstat rename squashing fix.Junio C Hamano2006-05-141-2/+7
|/
* Merge branch 'jc/bindiff'Junio C Hamano2006-05-091-7/+107
|\
| * binary diff: further updates.Junio C Hamano2006-05-051-63/+71
| * binary patch.Junio C Hamano2006-05-051-7/+99
* | Merge branch 'fix'Junio C Hamano2006-05-081-1/+1
|\ \ | |/ |/|
| * Fix "git diff --stat" with long filenamesLinus Torvalds2006-05-081-1/+1
* | sha1_to_hex() usage cleanupLinus Torvalds2006-05-031-4/+2
* | diff --stat: show complete rewrites consistently.Junio C Hamano2006-04-251-4/+14
* | Libify diff-files.Junio C Hamano2006-04-221-0/+1795
* | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-191-1736/+0
* | Merge branch 'fix'Junio C Hamano2006-04-191-3/+4
|\ \ | |/
| * Fix filename scaling for binary filesJonas Fonseca2006-04-181-3/+4
| * diff --stat: make sure to set recursive.Junio C Hamano2006-04-181-0/+10
* | Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-181-0/+9
|/
* diff-options: add --patch-with-statJohannes Schindelin2006-04-151-1/+16
* diff-files --stat: do not dump core with unmerged index.Junio C Hamano2006-04-151-4/+17
* diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-151-2/+0
* diff --stat: no need to ask funcnames nor context.Junio C Hamano2006-04-131-2/+2
* diff-options: add --stat (take 2)Johannes Schindelin2006-04-131-5/+5
* diff-options: add --stat (take 2)Johannes Schindelin2006-04-131-5/+217
* Separate the raw diff and patch with a newlinePetr Baudis2006-04-111-0/+1
* diff-* --patch-with-rawJunio C Hamano2006-04-101-33/+49
* Retire diffcore-pathspec.Junio C Hamano2006-04-101-2/+0
* diff: fix output of total-rewrite diff.Junio C Hamano2006-04-081-2/+3
*-. Merge branches 'master' and 'jc/combine' into nextJunio C Hamano2006-04-051-19/+25
|\ \
| * \ Merge branch 'fix'Junio C Hamano2006-04-051-19/+25
| |\ \ | | |/ | |/|
| | * diff_flush(): leakfix.Junio C Hamano2006-04-051-19/+25
* | | Support for pickaxe matching regular expressionsPetr Baudis2006-04-041-0/+2
|/ /
* | tree/diff header cleanup.Junio C Hamano2006-03-291-1/+1
* | xdiff: Show function names in hunk headers.Mark Wooding2006-03-271-0/+1
* | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-261-162/+94
|\ \
| * | true built-in diff: run everything in-core.Junio C Hamano2006-03-251-162/+94
* | | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-251-6/+104
|\ \ \ | |/ /
| * | built-in diff: minimum tweaksJunio C Hamano2006-03-251-5/+36
| * | Use a *real* built-in diff generatorLinus Torvalds2006-03-251-6/+73
* | | diffcore-rename: somewhat optimized.Junio C Hamano2006-03-121-0/+2
|/ /
* | Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds2006-02-261-58/+80
* | Merge branch 'jc/nostat'Junio C Hamano2006-02-211-1/+1
|\ \ | |/ |/|
| * "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1