aboutsummaryrefslogtreecommitdiffstats
path: root/diff.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-0/+3
2006-05-21diff family: add --check optionJohannes Schindelin1-0/+1
2006-05-15Merge branch 'se/diff'Junio C Hamano1-1/+2
2006-05-14Add "--summary" option to git diff.Sean1-1/+2
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds1-0/+1
2006-05-05binary diff: further updates.Junio C Hamano1-0/+1
2006-04-29built-in diff: assorted updates.Junio C Hamano1-0/+2
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano1-1/+1
2006-04-22Libify diff-index.Junio C Hamano1-0/+2
2006-04-22Libify diff-files.Junio C Hamano1-2/+5
2006-04-17Log message printout cleanupsLinus Torvalds1-4/+4
2006-04-15diff-options: add --patch-with-statJohannes Schindelin1-0/+3
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-0/+2
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano1-1/+5
2006-04-11Document --patch-with-rawPetr Baudis1-0/+2
2006-04-10diff-* --patch-with-rawJunio C Hamano1-0/+1
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano1-1/+5
2006-04-10Retire diffcore-pathspec.Junio C Hamano1-1/+0
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis1-0/+1
2006-03-29tree/diff header cleanup.Junio C Hamano1-11/+1
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano1-0/+1
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano1-1/+2
2006-02-09diff-tree -c raw outputLinus Torvalds1-3/+3
2006-02-06combine-diff: show mode changes as well.Junio C Hamano1-1/+8
2006-02-05combine-diff: remove misguided --show-empty hack.Junio C Hamano1-2/+2
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds1-0/+3
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano1-3/+13
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano1-3/+0
2006-01-28diff-files: -c and --cc options.Junio C Hamano1-0/+11
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano1-1/+1
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano1-0/+2
2005-12-19diff --abbrev: document --abbrev=<n> form.Junio C Hamano1-1/+1
2005-12-19diff: --abbrev optionJunio C Hamano1-1/+8
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano1-0/+1
2005-11-16diff: --full-indexJunio C Hamano1-1/+3
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker1-1/+0
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds1-0/+29
2005-10-04Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-09-24Diff: --name-status output format.Junio C Hamano1-0/+2
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano1-15/+15
2005-09-24Diff clean-up.Junio C Hamano1-16/+31
2005-09-22Retire diff-helper.Junio C Hamano1-9/+0
2005-07-25diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano1-1/+1
2005-07-25Use symbolic constants for diff-raw status indicators.Junio C Hamano1-0/+16
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds1-4/+2
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano1-0/+20
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano1-0/+2
2005-06-12[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano1-2/+6
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano1-9/+1
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano1-0/+4
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-2/+5
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-1/+4
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano1-0/+4
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano1-0/+2
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano1-1/+3
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano1-5/+7
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-2/+0
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-7/+9
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-7/+15
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-1/+11
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-5/+7
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano1-1/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-0/+1
2005-05-19[PATCH] diff overhaulJunio C Hamano1-1/+3
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-15/+4
2005-05-18[PATCH] Diff-helper updateJunio C Hamano1-1/+1
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano1-1/+1
2005-05-04Optimize diff-cache -p --cachedJunio C Hamano1-8/+5
2005-04-27[PATCH] Reworked external diff interface.Junio C Hamano1-5/+14
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano1-10/+24
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-0/+17