summaryrefslogtreecommitdiff
path: root/diff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add msg_sep to diff_optionsTimo Hirvonen2006-06-261-0/+1
| * Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-261-12/+15
* | add diff_flush_patch_id() to calculate the patch idJohannes Schindelin2006-06-261-0/+2
|/
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-231-0/+1
* diff options: add --colorJohannes Schindelin2006-06-171-1/+2
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-0/+3
* diff family: add --check optionJohannes Schindelin2006-05-211-0/+1
* Merge branch 'se/diff'Junio C Hamano2006-05-151-1/+2
|\
| * Add "--summary" option to git diff.Sean2006-05-141-1/+2
* | git diff: support "-U" and "--unified" options properlyLinus Torvalds2006-05-141-0/+1
|/
* binary diff: further updates.Junio C Hamano2006-05-051-0/+1
* built-in diff: assorted updates.Junio C Hamano2006-04-291-0/+2
* Libified diff-index: backward compatibility fix.Junio C Hamano2006-04-221-1/+1
* Libify diff-index.Junio C Hamano2006-04-221-0/+2
* Libify diff-files.Junio C Hamano2006-04-221-2/+5
* Log message printout cleanupsLinus Torvalds2006-04-171-4/+4
* diff-options: add --patch-with-statJohannes Schindelin2006-04-151-0/+3
* diff-options: add --stat (take 2)Johannes Schindelin2006-04-131-0/+2
* Merge branch 'jc/diff' into nextJunio C Hamano2006-04-111-1/+5
|\
| * tree-diff: do not assume we use only one pathspecJunio C Hamano2006-04-101-1/+5
* | Document --patch-with-rawPetr Baudis2006-04-111-0/+2
* | diff-* --patch-with-rawJunio C Hamano2006-04-101-0/+1
|/
* Retire diffcore-pathspec.Junio C Hamano2006-04-101-1/+0
* Support for pickaxe matching regular expressionsPetr Baudis2006-04-041-0/+1
* tree/diff header cleanup.Junio C Hamano2006-03-291-11/+1
* combine-diff: Record diff status a bit more faithfullyJunio C Hamano2006-02-101-0/+1
* combine-diff: move formatting logic to show_combined_diff()Junio C Hamano2006-02-091-1/+2
* diff-tree -c raw outputLinus Torvalds2006-02-091-3/+3
* combine-diff: show mode changes as well.Junio C Hamano2006-02-061-1/+8
* combine-diff: remove misguided --show-empty hack.Junio C Hamano2006-02-051-2/+2
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-01-311-0/+3
*-. Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-281-3/+13
|\ \
| | * abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-281-3/+0
| |/ |/|
| * diff-files: -c and --cc options.Junio C Hamano2006-01-281-0/+11
| * diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano2006-01-281-1/+1
| * diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano2006-01-281-0/+2
|/
* diff --abbrev: document --abbrev=<n> form.Junio C Hamano2005-12-191-1/+1
* diff: --abbrev optionJunio C Hamano2005-12-191-1/+8
* Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-211-0/+1
* diff: --full-indexJunio C Hamano2005-11-161-1/+3
* Documentation changes to recursive option for git-diff-treeChris Shoemaker2005-10-281-1/+0
* Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-221-0/+29
* Fix diff-filter All-Or-None mark.Junio C Hamano2005-10-041-1/+1
* Diff: --name-status output format.Junio C Hamano2005-09-241-0/+2
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-241-15/+15