summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/numstat'Junio C Hamano2006-12-131-1/+4
|\
| * diff --numstat: show binary with '-' to match "apply --numstat"Junio C Hamano2006-12-111-1/+4
* | Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-131-2/+2
|/
* Merge branch 'js/diff'Junio C Hamano2006-10-181-0/+1
|\
| * Turn on recursive with --summaryJohannes Schindelin2006-10-051-0/+1
* | diff --numstatJunio C Hamano2006-10-131-2/+27
|/
* Merge branch 'jc/diff-stat'Junio C Hamano2006-09-301-41/+125
|\
| * diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin2006-09-281-4/+7
| * diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds2006-09-281-8/+25
| * diff --stat: color output.Junio C Hamano2006-09-271-10/+19
| * diff --stat: allow custom diffstat output width.Junio C Hamano2006-09-271-38/+93
* | git-diff -B output fix.Junio C Hamano2006-09-291-1/+1
* | diff.c: second war on whitespace.Junio C Hamano2006-09-241-41/+131
|/
* Merge branch 'jk/diff'Junio C Hamano2006-09-171-132/+7
|\
| * Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-081-132/+4
| * diff: support custom callbacks for outputJeff King2006-09-071-0/+3
* | diff --binary generates full index on binary files.Junio C Hamano2006-09-071-1/+7
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* Merge branch 'jc/apply'Junio C Hamano2006-08-271-2/+8
|\
| * diff.c: make binary patch reversible.Junio C Hamano2006-08-161-2/+8
* | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-5/+5
|/
* remove unnecessary initializationsDavid Rientjes2006-08-151-2/+2
* make inline is_null_sha1 globalDavid Rientjes2006-08-151-1/+1
* diff.c cleanupDavid Rientjes2006-08-141-3/+1
* Merge branch 'th/diff-extra'Junio C Hamano2006-08-121-0/+13
|\
| * --name-only, --name-status, --check and -s are mutually exclusiveTimo Hirvonen2006-07-011-0/+13
* | Add the --color-words option to the diff options familyJohannes Schindelin2006-08-101-6/+172
* | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano2006-08-091-3/+0
* | make --find-copies-harder imply -CJunio C Hamano2006-08-091-3/+4
* | diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-031-5/+1
* | pager: config variable pager.colorMatthias Lederhofer2006-07-311-1/+1
* | Colorize 'commit' lines in log uiJeff King2006-07-241-17/+11
* | diff: Support 256 colorsTimo Hirvonen2006-07-131-6/+18
* | diff: Support both attributes and colorsTimo Hirvonen2006-07-131-57/+107
* | Avoid C99 initializersShawn Pearce2006-07-101-6/+6
* | Merge branch 'ew/diff'Junio C Hamano2006-07-091-1/+23
|\ \
| * | diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-081-1/+7
| * | diff.c: --no-color to defeat diff.color configuration.Junio C Hamano2006-07-071-0/+2
| * | diff.c: respect diff.renames config optionEric Wong2006-07-071-0/+14
* | | "git -p cmd" to page anywhereJunio C Hamano2006-07-091-1/+1
* | | Merge branch 'sf/diff'Junio C Hamano2006-07-091-1/+4
|\ \ \ | |/ /
| * | Teach diff -a as shorthand for --textStephan Feder2006-07-071-1/+1
| * | Teach --text option to diffStephan Feder2006-07-071-1/+4
* | | colored diff: diff.color = auto fixJunio C Hamano2006-07-071-2/+8
|/ /
* | Do not drop data from '\0' until eol in patch outputStephan Feder2006-07-071-1/+3
* | Merge branch 'th/diff'Junio C Hamano2006-07-051-96/+125
|\ \ | |/
| * Fix some more diff options changes.Junio C Hamano2006-06-271-7/+8
| * Fix diff-tree -sTimo Hirvonen2006-06-271-3/+0
| * Print empty line between raw, stat, summary and patchTimo Hirvonen2006-06-271-5/+42