summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-27Merge branch 'ab/blame-textconv'Junio C Hamano1-0/+9
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-06-11textconv: make the API publicAxel Bonnet1-0/+8
2010-05-31Add a prefix output callback to diff outputBo Yang1-0/+5
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast1-1/+9
2010-03-13git status: ignoring untracked files must apply to submodules tooJens Lehmann1-0/+1
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann1-0/+1
2010-01-24Merge branch 'jc/fix-tree-walk'Junio C Hamano1-0/+1
2010-01-18Performance optimization for detection of modified submodulesJens Lehmann1-4/+6
2010-01-07unpack-trees.c: look ahead in the indexJunio C Hamano1-0/+1
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano1-2/+2
2009-11-28Give the hunk comment its own colorBert Wesarg1-0/+1
2009-10-19Add the --submodule option to the diff option familyJohannes Schindelin1-0/+3
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano1-1/+1
2009-07-29diff: change semantics of "ignore whitespace" optionsJunio C Hamano1-0/+1
2009-03-04Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-maskingKeith Cascio1-0/+3
2009-02-10Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer1-0/+2
2009-01-17color-words: take an optional regular expression describing wordsJohannes Schindelin1-0/+1
2008-12-29diff: add option to show context between close hunksRené Scharfe1-0/+1
2008-10-26userdiff: require explicitly allowing textconvJeff King1-0/+1
2008-09-25Merge branch 'ho/dirstat-by-file'Shawn O. Pearce1-0/+1
2008-09-18Merge branch 'jc/diff-prefix'Junio C Hamano1-0/+2
2008-09-05diff --dirstat-by-file: count changed files, not linesHeikki Orsila1-0/+1
2008-09-03diff --cumulative is a sub-option of --dirstatJunio C Hamano1-1/+1
2008-08-30diff: vary default prefix depending on what are comparedJunio C Hamano1-0/+2
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