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