Make git-clone to take long double-dashed origin option (--origin)
[gitweb.git] / diff.h
2006-03-30 tree/diff header cleanup.
2006-03-26 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge branch 'jc/nostat'
2006-02-13 Merge branch 'jc/nostat'
2006-02-12 Merge branch 'jc/nostat'
2006-02-11 Merge branch 'lt/diff-tree'
2006-02-10 Merge branch 'master'
2006-02-10 Merge branch 'lt/diff-tree'
2006-02-10 combine-diff: Record diff status a bit more faithfully
2006-02-10 Merge branch 'jc/status'
2006-02-10 Merge branch 'master'
2006-02-10 Merge branch 'lt/diff-tree'
2006-02-09 combine-diff: move formatting logic to show_combined_diff()
2006-02-09 diff-tree -c raw output
2006-02-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-06 combine-diff: show mode changes as well.
2006-02-06 Merge branch 'jc/diff'
2006-02-06 combine-diff: remove misguided --show-empty hack.
2006-02-01 Make the "struct tree_desc" operations available to...
2006-01-30 Merge fixes up to GIT 1.1.6
2006-01-28 Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev
2006-01-28 abbrev cleanup: use symbolic constants
2006-01-28 diff-files: -c and --cc options.
2006-01-28 diff-tree --cc: denser combined diff output for a merge...
2006-01-28 diff-tree -c: show a merge commit a bit more sensibly.
2005-12-21 GIT 1.0.0 v1.0.0
2005-12-20 diff --abbrev: document --abbrev=<n> form.
2005-12-20 diff: --abbrev option
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-26 GIT 0.99.9k v0.99.9k
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Move diff.renamelimit out of default configuration.
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-17 GIT 0.99.9j aka 1.0rc3 v0.99.9jv1.0rc3
2005-11-17 diff: --full-index
2005-11-07 GIT 0.99.9e v0.99.9e
2005-10-31 GIT 0.99.9a v0.99.9a
2005-10-28 Documentation changes to recursive option for git-diff...
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-23 Merge branch 'fixes'
2005-10-23 Split up tree diff functions into tree-diff.c library
2005-10-16 Merge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-05 Merge branch 'fixes'
2005-10-05 Merge branch 'fixes'
2005-10-05 Fix diff-filter All-Or-None mark.
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-25 Diff: --name-status output format.
2005-09-25 Diff: -l<num> to limit rename/copy detection.
2005-09-25 Diff clean-up.
2005-09-25 Merge branch 'fixes'
2005-09-24 Merge 'fixes' branch.
2005-09-23 Merge branch 'fixes'
2005-09-22 Retire diff-helper.
2005-08-30 Merge refs/heads/master from paulus
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
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-29 Merge with gitk.
2005-07-26 diff-raw: Use 'A' instead of 'N' for added files.
2005-07-26 Use symbolic constants for diff-raw status indicators.
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-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-13 [PATCH] Add --diff-filter= output restriction to diff...
2005-06-03 [PATCH] diff: Fix docs and add -O to diff-helper.
2005-06-01 [PATCH] diff: mode bits fixes
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-24 [PATCH] Fix diff-pruning logic which was running prune...
2005-05-23 [PATCH] diff-raw format update take #2.
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 [PATCH] Constness fix for pickaxe option.
2005-05-21 [PATCH] Introducing software archaeologist's tool ...
2005-05-20 [PATCH] diff overhaul
2005-05-19 [PATCH] Detect renames in diff family.
2005-05-18 [PATCH] Diff-helper update
next