summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-26Add msg_sep to diff_optionsLibravatar Timo Hirvonen1-0/+1
2006-06-26Merge with_raw, with_stat and summary variables to output_formatLibravatar Timo Hirvonen1-12/+15
2006-06-23Teach diff about -b and -w flagsLibravatar Johannes Schindelin1-0/+1
2006-06-17diff options: add --colorLibravatar Johannes Schindelin1-1/+2
2006-05-21fmt-patch: Support --attachLibravatar Johannes Schindelin1-0/+3
2006-05-21diff family: add --check optionLibravatar Johannes Schindelin1-0/+1
2006-05-15Merge branch 'se/diff'Libravatar Junio C Hamano1-1/+2
2006-05-14Add "--summary" option to git diff.Libravatar Sean1-1/+2
2006-05-14git diff: support "-U" and "--unified" options properlyLibravatar Linus Torvalds1-0/+1
2006-05-05binary diff: further updates.Libravatar Junio C Hamano1-0/+1
2006-04-29built-in diff: assorted updates.Libravatar Junio C Hamano1-0/+2
2006-04-22Libified diff-index: backward compatibility fix.Libravatar Junio C Hamano1-1/+1
2006-04-22Libify diff-index.Libravatar Junio C Hamano1-0/+2
2006-04-22Libify diff-files.Libravatar Junio C Hamano1-2/+5
2006-04-17Log message printout cleanupsLibravatar Linus Torvalds1-4/+4
2006-04-15diff-options: add --patch-with-statLibravatar Johannes Schindelin1-0/+3
2006-04-13diff-options: add --stat (take 2)Libravatar Johannes Schindelin1-0/+2
2006-04-11Merge branch 'jc/diff' into nextLibravatar Junio C Hamano1-1/+5
2006-04-11Document --patch-with-rawLibravatar Petr Baudis1-0/+2
2006-04-10diff-* --patch-with-rawLibravatar Junio C Hamano1-0/+1
2006-04-10tree-diff: do not assume we use only one pathspecLibravatar Junio C Hamano1-1/+5
2006-04-10Retire diffcore-pathspec.Libravatar Junio C Hamano1-1/+0
2006-04-04Support for pickaxe matching regular expressionsLibravatar Petr Baudis1-0/+1
2006-03-29tree/diff header cleanup.Libravatar Junio C Hamano1-11/+1
2006-02-10combine-diff: Record diff status a bit more faithfullyLibravatar Junio C Hamano1-0/+1
2006-02-09combine-diff: move formatting logic to show_combined_diff()Libravatar Junio C Hamano1-1/+2
2006-02-09diff-tree -c raw outputLibravatar Linus Torvalds1-3/+3
2006-02-06combine-diff: show mode changes as well.Libravatar Junio C Hamano1-1/+8
2006-02-05combine-diff: remove misguided --show-empty hack.Libravatar Junio C Hamano1-2/+2
2006-01-31Make the "struct tree_desc" operations available to othersLibravatar Linus Torvalds1-0/+3
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevLibravatar Junio C Hamano1-3/+13
2006-01-28abbrev cleanup: use symbolic constantsLibravatar Junio C Hamano1-3/+0
2006-01-28diff-files: -c and --cc options.Libravatar Junio C Hamano1-0/+11
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Libravatar Junio C Hamano1-1/+1
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Libravatar Junio C Hamano1-0/+2
2005-12-19diff --abbrev: document --abbrev=<n> form.Libravatar Junio C Hamano1-1/+1
2005-12-19diff: --abbrev optionLibravatar Junio C Hamano1-1/+8
2005-11-21Move diff.renamelimit out of default configuration.Libravatar Junio C Hamano1-0/+1
2005-11-16diff: --full-indexLibravatar Junio C Hamano1-1/+3
2005-10-28Documentation changes to recursive option for git-diff-treeLibravatar Chris Shoemaker1-1/+0
2005-10-22Split up tree diff functions into tree-diff.c libraryLibravatar Linus Torvalds1-0/+29
2005-10-04Fix diff-filter All-Or-None mark.Libravatar Junio C Hamano1-1/+1
2005-09-24Diff: --name-status output format.Libravatar Junio C Hamano1-0/+2
2005-09-24Diff: -l<num> to limit rename/copy detection.Libravatar Junio C Hamano1-15/+15
2005-09-24Diff clean-up.Libravatar Junio C Hamano1-16/+31
2005-09-22Retire diff-helper.Libravatar Junio C Hamano1-9/+0
2005-07-25diff-raw: Use 'A' instead of 'N' for added files.Libravatar Junio C Hamano1-1/+1
2005-07-25Use symbolic constants for diff-raw status indicators.Libravatar Junio C Hamano1-0/+16
2005-07-14Split up "diff_format" into "format" and "line_termination".Libravatar Linus Torvalds1-4/+2
2005-07-13[PATCH] Clean up diff option descriptions.Libravatar Junio C Hamano1-0/+20