summaryrefslogtreecommitdiffstats
path: root/diff.h
AgeCommit message (Expand)AuthorLines
2008-09-25Merge branch 'ho/dirstat-by-file'Shawn O. Pearce-0/+1
2008-09-18Merge branch 'jc/diff-prefix'Junio C Hamano-0/+2
2008-09-05diff --dirstat-by-file: count changed files, not linesHeikki Orsila-0/+1
2008-09-03diff --cumulative is a sub-option of --dirstatJunio C Hamano-1/+1
2008-08-30diff: vary default prefix depending on what are comparedJunio C Hamano-0/+2
2008-07-16Fix buffer overflow in git diffDmitry Potapov-5/+4
2008-05-26Merge branch 'jc/diff-no-no-index'Junio C Hamano-4/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano-2/+2
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano-4/+2
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin-0/+1
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-2/+2
2008-05-03diff: make "too many files" rename warning optionalJeff King-0/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins-1/+0
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow-0/+3
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano-0/+3
2008-02-24Merge branch 'lt/dirstat'Junio C Hamano-0/+3
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz-0/+1
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano-0/+3
2008-02-12Add "--dirstat" for some directory statisticsLinus Torvalds-0/+3
2008-01-04add a "basic" diff config callbackJeff King-0/+1
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin-0/+1
2007-12-13diff --check: minor fixupsJunio C Hamano-0/+2
2007-12-13"diff --check" should affect exit statusWincent Colaiuta-0/+1
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano-16/+24
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit-16/+24
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano-0/+2
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano-1/+3
2007-08-14diff: squelch empty diffs even moreRené Scharfe-0/+1
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano-0/+1
2007-06-22Finally implement "git log --follow"Linus Torvalds-0/+1
2007-06-08Even more missing staticJunio C Hamano-2/+0
2007-04-22Support 'diff=pgm' attributeJunio C Hamano-0/+1
2007-03-14diff --quietJunio C Hamano-2/+2
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano-2/+0
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen-1/+4
2007-02-28diff: make more cases implicit --no-indexJohannes Schindelin-0/+2
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin-0/+3
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin-0/+1
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano-0/+1
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano-1/+3
2006-12-15make commit message a little more consistent and confortingNicolas Pitre-0/+1
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano-0/+1
2006-11-04git-pickaxe: rename detection optimizationJunio C Hamano-0/+1
2006-10-26Make git-cherry handle root treesRene Scharfe-0/+2
2006-10-13diff --numstatJunio C Hamano-7/+9
2006-09-30Merge branch 'jc/diff-stat'Junio C Hamano-0/+3
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano-0/+3
2006-09-24diff.c: second war on whitespace.Junio C Hamano-0/+1
2006-09-07diff: support custom callbacks for outputJeff King-0/+8