summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2008-09-04diff --cumulative is a sub-option of --dirstatJunio C Hamano
2008-07-16Fix buffer overflow in git diffDmitry Potapov
2008-05-27Merge branch 'jc/diff-no-no-index'Junio C Hamano
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-03diff: make "too many files" rename warning optionalJeff King
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins
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