summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano
2008-02-25Merge branch 'lt/dirstat'Junio C Hamano
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano
2008-02-12Add "--dirstat" for some directory statisticsLinus Torvalds
2008-01-05add a "basic" diff config callbackJeff King
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-08-15diff: squelch empty diffs even moreRené Scharfe
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano
2007-06-23Finally implement "git log --follow"Linus Torvalds
2007-06-08Even more missing staticJunio C Hamano
2007-04-23Support 'diff=pgm' attributeJunio C Hamano
2007-03-14diff --quietJunio C Hamano
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen
2007-03-01diff: make more cases implicit --no-indexJohannes Schindelin
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-01-07diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano
2006-12-16make commit message a little more consistent and confortingNicolas Pitre
2006-11-08Merge branch 'jc/pickaxe'Junio C Hamano
2006-11-04git-pickaxe: rename detection optimizationJunio C Hamano
2006-10-27Make git-cherry handle root treesRene Scharfe
2006-10-14diff --numstatJunio C Hamano
2006-10-01Merge branch 'jc/diff-stat'Junio C Hamano
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano
2006-09-24diff.c: second war on whitespace.Junio C Hamano
2006-09-07diff: support custom callbacks for outputJeff King
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin
2006-07-24Colorize 'commit' lines in log uiJeff King
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-07Add -a and --text to common diff options helpStephan Feder
2006-07-07Teach --text option to diffStephan Feder
2006-07-05Merge branch 'th/diff'Junio C Hamano
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-06-18diff options: add --colorJohannes Schindelin
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21diff family: add --check optionJohannes Schindelin
2006-05-16Merge branch 'se/diff'Junio C Hamano