summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21diff family: add --check optionJohannes Schindelin
2006-05-16Merge branch 'se/diff'Junio C Hamano
2006-05-14Add "--summary" option to git diff.Sean
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds
2006-05-05binary diff: further updates.Junio C Hamano
2006-04-29built-in diff: assorted updates.Junio C Hamano
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano
2006-04-22Libify diff-index.Junio C Hamano
2006-04-22Libify diff-files.Junio C Hamano
2006-04-17Log message printout cleanupsLinus Torvalds
2006-04-16diff-options: add --patch-with-statJohannes Schindelin
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano
2006-04-11Document --patch-with-rawPetr Baudis
2006-04-11diff-* --patch-with-rawJunio C Hamano
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano
2006-04-10Retire diffcore-pathspec.Junio C Hamano
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis
2006-03-30tree/diff header cleanup.Junio C Hamano
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano
2006-02-09diff-tree -c raw outputLinus Torvalds
2006-02-06combine-diff: show mode changes as well.Junio C Hamano
2006-02-06combine-diff: remove misguided --show-empty hack.Junio C Hamano
2006-02-01Make the "struct tree_desc" operations available to othersLinus Torvalds
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano
2006-01-28diff-files: -c and --cc options.Junio C Hamano
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano
2005-12-20diff --abbrev: document --abbrev=<n> form.Junio C Hamano
2005-12-20diff: --abbrev optionJunio C Hamano
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-17diff: --full-indexJunio C Hamano
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-05Fix diff-filter All-Or-None mark.Junio C Hamano
2005-09-25Diff: --name-status output format.Junio C Hamano
2005-09-25Diff: -l<num> to limit rename/copy detection.Junio C Hamano
2005-09-25Diff clean-up.Junio C Hamano
2005-09-22Retire diff-helper.Junio C Hamano
2005-07-26diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano
2005-07-26Use symbolic constants for diff-raw status indicators.Junio C Hamano
2005-07-15Split up "diff_format" into "format" and "line_termination".Linus Torvalds
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano
2005-06-13[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano