aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/diff-stat'Junio C Hamano2006-09-30
|\
| * diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin2006-09-28
| * diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds2006-09-28
| * diff --stat: color output.Junio C Hamano2006-09-27
| * diff --stat: allow custom diffstat output width.Junio C Hamano2006-09-27
* | git-diff -B output fix.Junio C Hamano2006-09-29
* | diff.c: second war on whitespace.Junio C Hamano2006-09-24
|/
* Merge branch 'jk/diff'Junio C Hamano2006-09-17
|\
| * Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-08
| * diff: support custom callbacks for outputJeff King2006-09-07
* | diff --binary generates full index on binary files.Junio C Hamano2006-09-07
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Merge branch 'jc/apply'Junio C Hamano2006-08-27
|\
| * diff.c: make binary patch reversible.Junio C Hamano2006-08-16
* | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
|/
* remove unnecessary initializationsDavid Rientjes2006-08-15
* make inline is_null_sha1 globalDavid Rientjes2006-08-15
* diff.c cleanupDavid Rientjes2006-08-14
* Merge branch 'th/diff-extra'Junio C Hamano2006-08-12
|\
| * --name-only, --name-status, --check and -s are mutually exclusiveTimo Hirvonen2006-07-01
* | Add the --color-words option to the diff options familyJohannes Schindelin2006-08-10
* | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano2006-08-09
* | make --find-copies-harder imply -CJunio C Hamano2006-08-09
* | diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-03
* | pager: config variable pager.colorMatthias Lederhofer2006-07-31
* | Colorize 'commit' lines in log uiJeff King2006-07-24
* | diff: Support 256 colorsTimo Hirvonen2006-07-13
* | diff: Support both attributes and colorsTimo Hirvonen2006-07-13
* | Avoid C99 initializersShawn Pearce2006-07-10
* | Merge branch 'ew/diff'Junio C Hamano2006-07-09
|\ \
| * | diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-08
| * | diff.c: --no-color to defeat diff.color configuration.Junio C Hamano2006-07-07
| * | diff.c: respect diff.renames config optionEric Wong2006-07-07
* | | "git -p cmd" to page anywhereJunio C Hamano2006-07-09
* | | Merge branch 'sf/diff'Junio C Hamano2006-07-09
|\ \ \ | |/ /
| * | Teach diff -a as shorthand for --textStephan Feder2006-07-07
| * | Teach --text option to diffStephan Feder2006-07-07
* | | colored diff: diff.color = auto fixJunio C Hamano2006-07-07
|/ /
* | Do not drop data from '\0' until eol in patch outputStephan Feder2006-07-07
* | Merge branch 'th/diff'Junio C Hamano2006-07-05
|\ \ | |/
| * Fix some more diff options changes.Junio C Hamano2006-06-27
| * Fix diff-tree -sTimo Hirvonen2006-06-27
| * Print empty line between raw, stat, summary and patchTimo Hirvonen2006-06-27
| * Don't xcalloc() struct diffstat_tTimo Hirvonen2006-06-26
| * Add msg_sep to diff_optionsTimo Hirvonen2006-06-26
| * Set default diff output format after parsing command lineTimo Hirvonen2006-06-26
| * Make --raw option available for all diff commandsTimo Hirvonen2006-06-26
| * Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-26
* | Make zlib compression level configurable, and change default.Joachim B Haga2006-07-03