[PATCH] Run Ispell through git.txt
[gitweb.git] / diff-tree.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-07-31 Merge with gitk.
2005-07-30 [PATCH] Unify usage strings declaration
2005-07-29 Merge with gitk.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-15 Split up "diff_format" into "format" and "line_terminat...
2005-07-13 [PATCH] Clean up diff option descriptions.
2005-07-13 [PATCH] git-diff-*: --name-only and --name-only-z.
2005-07-08 git-diff-*: support "-u" as a synonym for "-p"
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Add "--pretty=full" format that also shows committer.
2005-06-23 Clean up git-diff-tree 'header' generation
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-20 [PATCH] Make -C less eager.
2005-06-13 [PATCH] Add --diff-filter= output restriction to diff...
2005-06-13 [PATCH] diff-tree: --find-copies-harder
2005-06-13 git-diff-tree: fix output with just "--pretty".
2005-06-13 [PATCH] Support commit_format in diff-tree
2005-06-05 pretty_print_commit: add different formats
2005-06-03 [PATCH] diff: Clean up diff_scoreopt_parse().
2005-06-03 [PATCH] diff: Fix docs and add -O to diff-helper.
2005-06-01 [PATCH] diff: mode bits fixes
2005-06-01 Add generic commit "pretty print" function.
2005-05-31 [PATCH] Add -O<orderfile> option to diff-* brothers.
2005-05-30 [PATCH] Add -B flag to diff-* brothers.
2005-05-30 [PATCH] diff: consolidate various calls into diffcore.
2005-05-29 [PATCH] Optimize diff-tree -[CM] --stdin
2005-05-29 [PATCH] Add --pickaxe-all to diff-* brothers.
2005-05-29 [PATCH] Clean up diff_setup() to make it more extensible.
2005-05-27 git-diff-tree: simplify header output with '-z'
2005-05-27 git-diff-tree: don't use diffcore_pathspec()
2005-05-25 [PATCH] show changed tree objects with recursive git...
2005-05-25 [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff...
2005-05-24 [PATCH] Fix diff-pruning logic which was running prune...
2005-05-23 diff-tree: don't write headers if the diff queue is...
2005-05-23 [PATCH] diff-raw format update take #2.
2005-05-23 [PATCH] NUL terminate diff-tree header lines under -z.
2005-05-22 Some more sparse warning fixes
2005-05-22 [PATCH] Diffcore updates.
2005-05-22 [PATCH] The diff-raw format updates.
2005-05-22 [PATCH] Prepare diffcore interface for diff-tree header...
2005-05-21 diff-tree: don't print multiple headers for merges...
2005-05-21 [PATCH] Constness fix for pickaxe option.
2005-05-21 diff-tree: prettify output slightly
2005-05-21 [PATCH] Introducing software archaeologist's tool ...
2005-05-21 [PATCH] Diff overhaul, adding half of copy detection.
2005-05-20 sparse cleanup
2005-05-20 diff-tree: use new base_name_compare() helper function
2005-05-20 Fix up previous commit
2005-05-20 [PATCH] diff overhaul
2005-05-19 diff-tree: add "--root" flag to show a root commit...
2005-05-19 [PATCH] cleanup of in-code names
2005-05-19 [PATCH] Detect renames in diff family.
2005-05-18 diff-tree: don't match non-directories as partial pathnames
2005-05-18 diff-tree: fix "whole sub-tree disappeared or appeared...
2005-05-18 diff-tree: fix up comparison of "interesting" sub-trees
2005-05-18 diff-tree: show hex sha1 of the single-commit argument...
2005-05-18 diff-tree: fix and extend argument parsing
2005-05-18 diff-tree: clean up diff_tree_stdin() function
2005-05-06 diff-tree: add author/date information to the verbose...
2005-05-06 [PATCH] Document --stdin, -m, -s, and -v flags to git...
2005-05-06 diff-tree: add "verbose header" mode
2005-05-06 git-diff-tree: clean up output
2005-05-06 diff-tree: support list if input trees on stdin
2005-05-05 [PATCH] git: Mention the '-p' option in the usage help...
2005-05-01 Add "get_sha1()" helper function.
2005-04-28 [PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-27 [PATCH] diff-tree -p implies diff-tree -p -r
2005-04-27 [PATCH] Add -p (patch) to diff-tree.
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-24 Support a fine-grained diff-tree
2005-04-21 [PATCH] Usage-string fixes.
2005-04-21 [PATCH] Teach diff-tree about commit objects
2005-04-20 Make "diff-tree" take commit objects too, like "diff...
2005-04-15 Make "diff-tree" have similar behaviour as "ls-tree...
2005-04-13 [PATCH] Change diff-tree output format
2005-04-13 [PATCH] diff-tree usage
2005-04-13 [PATCH] Whitespace Fixes
2005-04-13 [PATCH] Consolidate the error handling
2005-04-11 Fix up commit-tree/diff-tree user interface issues.
2005-04-11 Fix diff-tree recursion.
2005-04-10 Simplify "diff-tree" output, and only keep track of...
2005-04-10 Add "-R" flag to "diff-tree", so that it will recursive...
2005-04-09 Add "diff-tree" program to show which files have change...