git.git
2005-05-29 Junio C Hamano[PATCH] Optimize diff-tree -[CM] --stdin
2005-05-29 Junio C Hamano[PATCH] Move pathspec to the beginning of the diffcore...
2005-05-29 Junio C Hamano[PATCH] Fix the way diffcore-rename records unremoved...
2005-05-29 Junio C Hamano[PATCH] Add --pickaxe-all to diff-* brothers.
2005-05-29 Junio C Hamano[PATCH] Remove a function not used anymore.
2005-05-29 Junio C Hamano[PATCH] Clean up diff_setup() to make it more extensible.
2005-05-29 Junio C Hamano[PATCH] Remove final newline from the value of xfrm_msg...
2005-05-29 Junio C Hamano[PATCH] Do not expose internal scaling to diff-helper.
2005-05-29 Junio C Hamano[PATCH] Remove unused rank field from diff_core structure.
2005-05-29 Junio C Hamano[PATCH] Make pathspec only care about the detination...
2005-05-29 Junio C Hamano[PATCH] Introduce diff_free_filepair() funcion.
2005-05-29 Junio C Hamano[PATCH] Fix math thinko in similarity estimator.
2005-05-29 Thomas Glanzmann[PATCH] Document the --root switch of git-diff-tree
2005-05-27 David Meybohm[PATCH] check_file_directory_conflict path fix
2005-05-27 Linus Torvaldsgit-diff-tree: simplify header output with '-z'
2005-05-27 Junio C Hamano[PATCH] allow pathspec to end with a slash
2005-05-27 Linus Torvaldsgit-diff-tree: don't use diffcore_pathspec()
2005-05-26 Rene Scharfe[PATCH] fix and testcase for git-commit-tree option
2005-05-26 Junio C Hamano[PATCH] Make ls-* output consistent with diff-* output...
2005-05-26 Jason McMullan[PATCH] ls-tree matching multiple paths
2005-05-26 Junio C Hamano[PATCH] Add git-external-diff-script
2005-05-26 Junio C Hamano[PATCH] Diff updates to express type changes
2005-05-26 Linus Torvaldsgit-apply: add "--check" option to check that the diff...
2005-05-26 Linus Torvaldsgit-apply: when validating default names, check the...
2005-05-26 Linus Torvaldsgit-apply: pick up default filenames from "diff --git...
2005-05-26 Linus Torvaldsgit-apply: make the diffstat output happen for "--stat...
2005-05-26 Linus Torvaldsgit-apply: implement "diffstat" output
2005-05-26 Linus Torvaldsgit-apply: parse the whole list of patches into memory...
2005-05-26 Mark Allen[PATCH] Test case portability fix.
2005-05-26 Linus TorvaldsMake "parse_object()" also fill in commit message buffe...
2005-05-26 Linus Torvaldsgit-rev-list: add "end" commit and "--header" flag
2005-05-26 Linus Torvaldscommit: save the commit buffer off when parsing a commit
2005-05-26 Linus Torvaldsunpack_sha1_file: zero-pad the unpacked object.
2005-05-25 Junio C Hamano[PATCH] Mode only changes from diff.
2005-05-25 Junio C Hamano[PATCH] Fix type-change handling when assigning the...
2005-05-25 Junio C Hamano[PATCH] Adjust show-files test for dotfiles.
2005-05-25 Linus Torvaldsgit-pull-script: pretty-print the merge head information
2005-05-25 Jeff Garzik[PATCH] optimize git-resolve-script
2005-05-25 Linus Torvaldsdiff.c: don't silently ignore unknown state changes...
2005-05-25 Junio C Hamano[PATCH] show changed tree objects with recursive git...
2005-05-25 Junio C Hamano[PATCH] Use pathspec array correctly
2005-05-25 Linus Torvaldsgit-rev-tree: teach it about tag references
2005-05-25 Junio C Hamano[PATCH] Allow dot files in ls-files as well (take #2).
2005-05-25 Linus Torvaldsgit-diff-cache: fix argument parsing
2005-05-25 Junio C Hamano[PATCH] Update rename/copy similarity estimator.
2005-05-25 Junio C Hamano[PATCH] Squelch compiler warning
2005-05-25 Junio C Hamano[PATCH] Allow symlinks in the leading path in checkout...
2005-05-25 Junio C Hamano[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff...
2005-05-24 Linus Torvaldsgit-update-cache: allow dot-files
2005-05-24 Linus Torvaldsgit-commit-tree: allow overriding of commit date
2005-05-24 Junio C Hamano[PATCH] Redo rename/copy detection logic.
2005-05-24 Linus Torvaldsgit-apply: more consistency checks on gitdiff filenames
2005-05-24 Nicolas Pitre[PATCH] adjust git-deltafy-script to the new diff-tree...
2005-05-24 Junio C Hamano[PATCH] Update git-diff-cache documentation.
2005-05-24 Junio C Hamano[PATCH] Fix diff-pruning logic which was running prune...
2005-05-24 Linus Torvaldsgit-apply: start using the index file information.
2005-05-23 Linus Torvaldsgit-apply: if no input files specified, apply stdin
2005-05-23 Linus Torvaldsdiff-tree: don't write headers if the diff queue is...
2005-05-23 Linus Torvaldsgit-apply: unknown modes are zero, not -1
2005-05-23 Junio C Hamano[PATCH] diff-raw format update take #2.
2005-05-23 Linus Torvaldsgit-apply: parse the diff headers (both traditional...
2005-05-23 Linus Torvaldsgit-apply: improve error detection and messages
2005-05-23 Linus Torvaldsgit-apply: bad patch fragments are fatal
2005-05-23 Junio C Hamano[PATCH] NUL terminate diff-tree header lines under -z.
2005-05-23 Junio C Hamano[PATCH] Performance fix for pickaxe.
2005-05-23 Junio C Hamano[PATCH] Rename/copy detection fix.
2005-05-23 Junio C Hamano[PATCH] Be careful with symlinks when detecting renames...
2005-05-23 Linus TorvaldsStart implementing "git-apply"
2005-05-22 Linus TorvaldsDon't care about st_dev in the index file
2005-05-22 Linus TorvaldsSome more sparse warning fixes
2005-05-22 Linus TorvaldsFix up git-fsck-cache documentation
2005-05-22 Linus TorvaldsInclude file cleanups..
2005-05-22 Thomas Glanzmann[PATCH] Makefile: Solaris fix: call $(MAKE) instead...
2005-05-22 David Greaves[PATCH] Docs - delta object
2005-05-22 David Greaves[PATCH] Docs - tag object, git- prefix and s/changeset...
2005-05-22 David Greaves[PATCH] Docs - include README in git.txt
2005-05-22 David Greaves[PATCH] Docs - asciidoc changes
2005-05-22 David Greaves[PATCH] Docs - Makefile update
2005-05-22 Linus TorvaldsSplit up git-pull-script into separate "fetch" and...
2005-05-22 Junio C Hamano[PATCH] Diffcore updates.
2005-05-22 Junio C Hamano[PATCH] Add the code to set default minimum score back in.
2005-05-22 Junio C Hamano[PATCH] Fix tweak in similarity estimator.
2005-05-22 Junio C Hamano[PATCH] The diff-raw format updates.
2005-05-22 Junio C Hamano[PATCH] Prepare diffcore interface for diff-tree header...
2005-05-21 Junio C Hamano[PATCH] Tweak diffcore-rename heuristics.
2005-05-21 Linus Torvaldsdiff-tree: don't print multiple headers for merges...
2005-05-21 Junio C Hamano[PATCH] Constness fix for pickaxe option.
2005-05-21 Linus Torvaldsdiff-tree: prettify output slightly
2005-05-21 Linus Torvaldst/t4003-diff-rename-1: use modern options to "diff"
2005-05-21 Linus Torvalds"make clean" should also clean up documentation
2005-05-21 Junio C Hamano[PATCH] Diff overhaul, adding the other half of copy...
2005-05-21 Junio C Hamano[PATCH] Introducing software archaeologist's tool ...
2005-05-21 Junio C Hamano[PATCH] Diff overhaul, adding half of copy detection.
2005-05-21 Linus Torvaldsgit-whatchanged: allow other pagers
2005-05-21 Daniel Barkalow[PATCH] Fix use of wc in t0000-basic
2005-05-20 Nicolas Pitre[PATCH] delta creation
2005-05-20 Nicolas Pitre[PATCH] delta check
2005-05-20 Nicolas Pitre[PATCH] delta read
2005-05-20 Linus Torvaldssparse cleanup
2005-05-20 Junio C Hamano[PATCH] Simplify "reverse-diff" logic in the diff core.
next