summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-14Write diff output to a file in struct diff_optionsLibravatar Daniel Barkalow1-0/+3
2008-02-27Merge branch 'jc/diff-relative'Libravatar Junio C Hamano1-0/+3
2008-02-24Merge branch 'lt/dirstat'Libravatar Junio C Hamano1-0/+3
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-0/+1
2008-02-13diff --relative: output paths as relative to the current subdirectoryLibravatar Junio C Hamano1-0/+3
2008-02-12Add "--dirstat" for some directory statisticsLibravatar Linus Torvalds1-0/+3
2008-01-04add a "basic" diff config callbackLibravatar Jeff King1-0/+1
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Libravatar Johannes Schindelin1-0/+1
2007-12-13diff --check: minor fixupsLibravatar Junio C Hamano1-0/+2
2007-12-13"diff --check" should affect exit statusLibravatar Wincent Colaiuta1-0/+1
2007-11-18Merge branch 'ph/diffopts'Libravatar Junio C Hamano1-16/+24
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-16/+24
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsLibravatar Junio C Hamano1-0/+2
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityLibravatar Junio C Hamano1-1/+3
2007-08-14diff: squelch empty diffs even moreLibravatar René Scharfe1-0/+1
2007-08-14git-diff: squelch "empty" diffsLibravatar Junio C Hamano1-0/+1
2007-06-22Finally implement "git log --follow"Libravatar Linus Torvalds1-0/+1
2007-06-08Even more missing staticLibravatar Junio C Hamano1-2/+0
2007-04-22Support 'diff=pgm' attributeLibravatar Junio C Hamano1-0/+1
2007-03-14diff --quietLibravatar Junio C Hamano1-2/+2
2007-03-14Remove unused diffcore_std_no_resolveLibravatar Junio C Hamano1-2/+0
2007-03-14Allow git-diff exit with codes similar to diff(1)Libravatar Alex Riesen1-1/+4
2007-02-28diff: make more cases implicit --no-indexLibravatar Johannes Schindelin1-0/+2
2007-02-26diff --no-index: also imitate the exit status of diff(1)Libravatar Johannes Schindelin1-0/+3
2007-02-22Teach git-diff-files the new option `--no-index`Libravatar Johannes Schindelin1-0/+1
2007-02-05git-blame: no rev means start from the working tree file.Libravatar Junio C Hamano1-0/+1
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Libravatar Junio C Hamano1-1/+3
2006-12-15make commit message a little more consistent and confortingLibravatar Nicolas Pitre1-0/+1
2006-11-07Merge branch 'jc/pickaxe'Libravatar Junio C Hamano1-0/+1
2006-11-04git-pickaxe: rename detection optimizationLibravatar Junio C Hamano1-0/+1
2006-10-26Make git-cherry handle root treesLibravatar Rene Scharfe1-0/+2
2006-10-13diff --numstatLibravatar Junio C Hamano1-7/+9
2006-09-30Merge branch 'jc/diff-stat'Libravatar Junio C Hamano1-0/+3
2006-09-27diff --stat: allow custom diffstat output width.Libravatar Junio C Hamano1-0/+3
2006-09-24diff.c: second war on whitespace.Libravatar Junio C Hamano1-0/+1
2006-09-07diff: support custom callbacks for outputLibravatar Jeff King1-0/+8
2006-08-10Add the --color-words option to the diff options familyLibravatar Johannes Schindelin1-1/+2
2006-07-24Colorize 'commit' lines in log uiLibravatar Jeff King1-0/+11
2006-07-08diff: do not use configuration magic at the core-levelLibravatar Junio C Hamano1-1/+1
2006-07-07Add -a and --text to common diff options helpLibravatar Stephan Feder1-1/+2
2006-07-07Teach --text option to diffLibravatar Stephan Feder1-0/+1
2006-07-05Merge branch 'th/diff'Libravatar Junio C Hamano1-12/+16
2006-06-26Add msg_sep to diff_optionsLibravatar Timo Hirvonen1-0/+1
2006-06-26Merge with_raw, with_stat and summary variables to output_formatLibravatar Timo Hirvonen1-12/+15
2006-06-26add diff_flush_patch_id() to calculate the patch idLibravatar Johannes Schindelin1-0/+2
2006-06-23Teach diff about -b and -w flagsLibravatar Johannes Schindelin1-0/+1
2006-06-17diff options: add --colorLibravatar Johannes Schindelin1-1/+2
2006-05-21fmt-patch: Support --attachLibravatar Johannes Schindelin1-0/+3
2006-05-21diff family: add --check optionLibravatar Johannes Schindelin1-0/+1
2006-05-15Merge branch 'se/diff'Libravatar Junio C Hamano1-1/+2