git.git
2005-06-22 Daniel Barkalow[PATCH] Parse tags for absent objects
2005-06-22 Linus TorvaldsFix typo in git-checkout-script.
2005-06-21 Linus TorvaldsRemove MERGE_HEAD in "git checkout/reset"
2005-06-21 Linus TorvaldsClean up different special *HEAD handling
2005-06-21 Mika Kukkonen[PATCH] Fix several gcc4 signedness warnings
2005-06-21 Linus Torvaldsgit checkout: fix default head case
2005-06-21 Linus TorvaldsMake "git checkout" know about different branches
2005-06-21 Linus Torvalds"git checkout": add "-u" flag to update HEAD conditionally
2005-06-21 Linus TorvaldsAdd "git checkout" that does what the name suggests
2005-06-21 Nicolas Pitre[PATCH] fix scalability problems with git-deltafy-script
2005-06-21 Sven Verdoolaege[PATCH] git-apply: Don't barf when --stat'ing a diff...
2005-06-21 Linus TorvaldsLet "git commit" take arguments for files to commit.
2005-06-21 Linus TorvaldsAdd "-q" flag to git-update-cache
2005-06-21 Linus TorvaldsChange parent syntax to "xyz^" instead of "xyz.p"
2005-06-21 Linus TorvaldsMake rev-parse understand "extended sha1" syntax
2005-06-21 Linus TorvaldsKeep the parents in order when parsing commits
2005-06-20 Linus Torvaldsgit-rev-parse: flush "default" head when encountering...
2005-06-20 Dan Holmsand[PATCH] git-resolve-script: Add LAST_MERGE and use...
2005-06-20 Linus Torvaldsgit-rev-parse: parse ".." before simple SHA1's
2005-06-20 Linus TorvaldsAvoid gcc warning in diff-stages.c
2005-06-20 Jon Seymour[PATCH] Fix for --merge-order, --max-age interaction...
2005-06-20 Jon Seymour[PATCH] Prevent git-rev-list without --merge-order...
2005-06-20 Jon Seymour[PATCH] Prevent git-rev-list --merge-order producing...
2005-06-20 Jon Seymour[PATCH] Relaxes error checking in epoch.c to allow...
2005-06-20 Jon Seymour[PATCH] Fixes problem with --merge-order head ^head
2005-06-20 Jon Seymour[PATCH] Tweaked --merge-order --show-breaks output...
2005-06-20 Jon Seymour[PATCH] Additional git-rev-list unit tests to demonstra...
2005-06-20 Junio C Hamano[PATCH] Rework -B output.
2005-06-20 Junio C Hamano[PATCH] Update diff documentation.
2005-06-20 Junio C Hamano[PATCH] Make -C less eager.
2005-06-20 Linus TorvaldsMake "git commit" clean up after itself
2005-06-20 Linus TorvaldsClean up MERGE_HEAD and ORIG_HEAD also for the trivial...
2005-06-19 Panagiotis... [PATCH] cvs2git.c: support incremental conversion
2005-06-19 Sven Verdoolaege[PATCH] ssh-push.c: Fix handling of ssh://host/path...
2005-06-19 Linus Torvaldsgit-commit-tree: ignore duplicate parents
2005-06-19 Linus TorvaldsFix up INSTALL and "git add"
2005-06-19 Linus Torvaldsread-cache.c: remove stray debugging printf
2005-06-19 Linus TorvaldsRe-implement "check_file_directory_conflict()"
2005-06-19 Linus TorvaldsAvoid warning about function without return.
2005-06-18 Sven Verdoolaege[PATCH] cvs2git and file permissions
2005-06-18 Linus TorvaldsMake "pretty" commit logs always show merge information
2005-06-18 Linus Torvaldsgit-rev-list: add "--bisect" flag to find the "halfway...
2005-06-17 Linus TorvaldsUse "-M" instead of "-C" for "git diff" and "git status"
2005-06-17 Linus Torvaldsgit-apply: use default name for mode change patches
2005-06-17 Linus TorvaldsDon't use -C in "git diff"
2005-06-17 Linus TorvaldsAdd some installation notes in INSTALL
2005-06-15 Linus Torvaldsgit-read-tree: fix "--reset" handling
2005-06-15 Linus TorvaldsUpdate tutorial a bit for scripted helpers.
2005-06-15 Linus TorvaldsTrivial git script fixups
2005-06-14 Sven Verdoolaege[PATCH] ssh-push: Don't add '/' to pathname
2005-06-14 Mark Allen[PATCH] Unset TZ in t5000
2005-06-14 Linus TorvaldsMake 'git' script be a bit more helpful on unrecognized...
2005-06-14 Linus TorvaldsMake "git commit" handle initial commits too
2005-06-14 Linus Torvaldsgit-apply: normalize file mode when comparing with...
2005-06-13 Linus TorvaldsAdd "git diff" script
2005-06-13 Linus TorvaldsTeach git-rev-parse about revision-specifying arguments
2005-06-13 Linus Torvaldsgit-whatchanged: use the git-rev-parse helper
2005-06-13 Linus Torvaldsgit-rev-parse: split "revs" and "non-revs"
2005-06-13 Linus TorvaldsMake "git log" use the new git-rev-parse helper
2005-06-13 Linus TorvaldsAdd 'git-rev-parse' helper script
2005-06-13 Linus Torvaldsgit-apply: fix error handling for nonexistent files
2005-06-13 Tommy M. McGuire[PATCH] git cvsimport fuzz argument
2005-06-13 Tommy M. McGuire[PATCH] cvs-migration.txt
2005-06-13 Tommy M. McGuire[PATCH] git cvsimport sanity checking
2005-06-13 Tommy M. McGuire[PATCH] cvsimport: allow remote CVS repos
2005-06-13 Junio C Hamano[PATCH] diff-stages: unuglify the too big main() function.
2005-06-13 Junio C Hamano[PATCH] read-tree: loosen too strict index requirements
2005-06-13 Junio C Hamano[PATCH] Finish making --emu23 equivalent to pure 2...
2005-06-13 Junio C Hamano[PATCH] read-tree: fix too strong index requirement...
2005-06-13 Junio C Hamano[PATCH] read-tree --emu23.
2005-06-13 Junio C Hamano[PATCH] Clean up read-tree two-way tests.
2005-06-13 Junio C Hamano[PATCH] Add --diff-filter= output restriction to diff...
2005-06-13 Junio C Hamano[PATCH] diff-tree: --find-copies-harder
2005-06-13 Junio C Hamano[PATCH] Tutorial update to adjust for -B fix
2005-06-13 Junio C Hamano[PATCH] Fix rename/copy when dealing with temporarily...
2005-06-13 Linus Torvaldsgit-whatchanged: make default output format be pretty.
2005-06-13 Linus Torvaldsgit-diff-tree: fix output with just "--pretty".
2005-06-13 Junio C Hamano[PATCH] Support commit_format in diff-tree
2005-06-13 Junio C Hamano[PATCH] Re-Fix SIGSEGV on unmerged files in git-diff...
2005-06-12 Linus Torvaldsgit-apply: ignore empty git headers
2005-06-10 Junio C Hamano[PATCH] Bugfix: read-cache.c:write_cache() misrecords...
2005-06-09 Linus Torvaldsgit-read-tree: remove deleted files in the working...
2005-06-09 Junio C Hamano[PATCH] Add git-diff-stages command.
2005-06-09 Linus Torvaldsgit-read-tree: add "--reset" flag
2005-06-09 Linus TorvaldsOne more time.. Clean up git-merge-one-file-script
2005-06-09 Linus TorvaldsFix up git-merge-one-file-script
2005-06-08 Linus TorvaldsMerge my and Petr's git-merge-one-file-script modifications
2005-06-08 Petr Baudis[PATCH] git-merge-one-file-script cleanups from Cogito
2005-06-08 Linus TorvaldsMake sure we error out if we can't remove a file on...
2005-06-08 Petr Baudis[PATCH] Tidy up some rev-list-related stuff
2005-06-08 Junio C Hamano[PATCH] Add read-tree -m 3-way merge tests.
2005-06-08 Petr Baudis[PATCH] Fix git-merge-one-file permissions auto-merging
2005-06-08 Linus TorvaldsRemove MERGE_HEAD after committing merge
2005-06-08 Linus TorvaldsMake "git commit" work correctly in the presense of...
2005-06-08 Linus Torvaldscvs-migration: add more of a header to the "annotate...
2005-06-08 Christian Meder[PATCH] Miniscule correction of diff-format.txt
2005-06-08 Jason McMullan[PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-08 Jonas Fonseca[PATCH] git-diff-cache: handle pathspec beginning with...
2005-06-08 Linus TorvaldsLeave merge failures in the filesystem
2005-06-08 Linus TorvaldsFix SIGSEGV on unmerged files in git-diff-files -p
next