summaryrefslogtreecommitdiff
path: root/diff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused diffcore_std_no_resolveJunio C Hamano2007-03-141-2/+0
* Allow git-diff exit with codes similar to diff(1)Alex Riesen2007-03-141-1/+4
* diff: make more cases implicit --no-indexJohannes Schindelin2007-02-281-0/+2
* diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin2007-02-261-0/+3
* Teach git-diff-files the new option `--no-index`Johannes Schindelin2007-02-221-0/+1
* git-blame: no rev means start from the working tree file.Junio C Hamano2007-02-051-0/+1
* diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-061-1/+3
* make commit message a little more consistent and confortingNicolas Pitre2006-12-151-0/+1
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-071-0/+1
|\
| * git-pickaxe: rename detection optimizationJunio C Hamano2006-11-041-0/+1
* | Make git-cherry handle root treesRene Scharfe2006-10-261-0/+2
|/
* diff --numstatJunio C Hamano2006-10-131-7/+9
* Merge branch 'jc/diff-stat'Junio C Hamano2006-09-301-0/+3
|\
| * diff --stat: allow custom diffstat output width.Junio C Hamano2006-09-271-0/+3
* | diff.c: second war on whitespace.Junio C Hamano2006-09-241-0/+1
|/
* diff: support custom callbacks for outputJeff King2006-09-071-0/+8
* Add the --color-words option to the diff options familyJohannes Schindelin2006-08-101-1/+2
* Colorize 'commit' lines in log uiJeff King2006-07-241-0/+11
* diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-081-1/+1
* Add -a and --text to common diff options helpStephan Feder2006-07-071-1/+2
* Teach --text option to diffStephan Feder2006-07-071-0/+1
* Merge branch 'th/diff'Junio C Hamano2006-07-051-12/+16
|\