summaryrefslogtreecommitdiff
path: root/diff.h
Commit message (Expand)AuthorAgeFilesLines
* diff: add --word-diff option that generalizes --color-wordsThomas Rast2010-04-141-1/+9
* git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-131-0/+1
* git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-081-0/+1
* Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-241-0/+1
|\
| * unpack-trees.c: look ahead in the indexJunio C Hamano2010-01-071-0/+1
* | Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-4/+6
* | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-261-2/+2
|\ \ | |/ |/|
| * diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-291-1/+1
| * diff: change semantics of "ignore whitespace" optionsJunio C Hamano2009-07-291-0/+1
* | Give the hunk comment its own colorBert Wesarg2009-11-281-0/+1
* | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+3
|/
* Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-maskingKeith Cascio2009-03-041-0/+3
* Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-101-0/+2
* color-words: take an optional regular expression describing wordsJohannes Schindelin2009-01-171-0/+1
* diff: add option to show context between close hunksRené Scharfe2008-12-291-0/+1
* userdiff: require explicitly allowing textconvJeff King2008-10-261-0/+1
* Merge branch 'ho/dirstat-by-file'Shawn O. Pearce2008-09-251-0/+1
|\
| * diff --dirstat-by-file: count changed files, not linesHeikki Orsila2008-09-051-0/+1
* | Merge branch 'jc/diff-prefix'Junio C Hamano2008-09-181-0/+2
|\ \ | |/ |/|
| * diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-301-0/+2
* | diff --cumulative is a sub-option of --dirstatJunio C Hamano2008-09-031-1/+1
|/
* Fix buffer overflow in git diffDmitry Potapov2008-07-161-5/+4
* Merge branch 'jc/diff-no-no-index'Junio C Hamano2008-05-261-4/+2
|\
| * "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-4/+2
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-2/+2
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* | | diff options: Introduce --ignore-submodulesJohannes Schindelin2008-05-151-0/+1
| |/ |/|
* | Merge branch 'jk/renamelimit' (early part)Junio C Hamano2008-05-141-0/+1
|\ \ | |/ |/|
| * diff: make "too many files" rename warning optionalJeff King2008-05-031-0/+1
* | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-1/+0
|/
* Write diff output to a file in struct diff_optionsDaniel Barkalow2008-03-141-0/+3
* Merge branch 'jc/diff-relative'Junio C Hamano2008-02-271-0/+3
|\
| * diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-131-0/+3
* | Merge branch 'lt/dirstat'Junio C Hamano2008-02-241-0/+3
|\ \
| * | Add "--dirstat" for some directory statisticsLinus Torvalds2008-02-121-0/+3
| |/
* | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-0/+1
|/
* add a "basic" diff config callbackJeff King2008-01-041-0/+1
* Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin2007-12-201-0/+1
* diff --check: minor fixupsJunio C Hamano2007-12-131-0/+2
* "diff --check" should affect exit statusWincent Colaiuta2007-12-131-0/+1
* Merge branch 'ph/diffopts'Junio C Hamano2007-11-181-16/+24
|\
| * Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-16/+24
* | git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-101-0/+2
* | ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-101-1/+3
|/
* diff: squelch empty diffs even moreRené Scharfe2007-08-141-0/+1
* git-diff: squelch "empty" diffsJunio C Hamano2007-08-141-0/+1
* Finally implement "git log --follow"Linus Torvalds2007-06-221-0/+1
* Even more missing staticJunio C Hamano2007-06-081-2/+0
* Support 'diff=pgm' attributeJunio C Hamano2007-04-221-0/+1
* diff --quietJunio C Hamano2007-03-141-2/+2