summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-31Add usage statement to git-checkout.shChris Shoemaker
2005-10-31GIT 0.99.9 master branch.Junio C Hamano
2005-10-29GIT 0.99.9v0.99.9Junio C Hamano
2005-10-29Documentation updates.Junio C Hamano
2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano
2005-10-29Teach local-fetch about lazy object directories.Junio C Hamano
2005-10-29Fix recent documentation format breakage.Junio C Hamano
2005-10-29make t5501 less annoyingJohannes Schindelin
2005-10-29fix multi_ack.Johannes Schindelin
2005-10-29git-fetch-pack: Support multi_ack extensionJohannes Schindelin
2005-10-29git-upload-pack: Support the multi_ack protocolJohannes Schindelin
2005-10-29Support receiving server capabilitiesJohannes Schindelin
2005-10-29git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin
2005-10-29Implement an interoperability test for fetch-pack/upload-packJohannes Schindelin
2005-10-29Implement a test for git-fetch-pack/git-upload-packJohannes Schindelin
2005-10-29Make maximal use of the remote refsJohannes Schindelin
2005-10-29Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin
2005-10-29git-apply --numstatJunio C Hamano
2005-10-29Add usage help to git-push.shc.shoemaker@cox.net
2005-10-29Add usage help for git-reset.shc.shoemaker@cox.net
2005-10-29Minor clarifications in diffcore documentationc.shoemaker@cox.net
2005-10-29Remove -r from common diff options documentation in one more placec.shoemaker@cox.net
2005-10-29update usage string for git-commit.shc.shoemaker@cox.net
2005-10-29git-push.sh: Retain cuteness, add helpfulness.c.shoemaker@cox.net
2005-10-28Be more careful about reference parsingLinus Torvalds
2005-10-28Be marginally more careful about removing objectsLinus Torvalds
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker
2005-10-28fix testsuite to tolerate spaces in pathPavel Roskin
2005-10-28Document git-patch-id a bit better.Junio C Hamano
2005-10-28Add more generated files to .gitignoreJohannes Schindelin
2005-10-28Link git-name-rev and git-symbolic-ref from the main git pageJohannes Schindelin
2005-10-28Create object subdirectories on demand (phase II)Linus Torvalds
2005-10-27Merge branch 'js-fat'Junio C Hamano
2005-10-27Merge branch 'lt-dense'Junio C Hamano
2005-10-27Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-10-27[PATCH] Make "gitk" work better with dense revlistsLinus Torvalds
2005-10-26git-rev-list: do not forget non-commit refsLinus Torvalds
2005-10-26git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds
2005-10-26Test in git-init-db if the filemode can be trustedJohannes Schindelin
2005-10-26Add git-name-revJohannes Schindelin
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano
2005-10-26Fix what to do and how to detect when hardlinking failsLinus Torvalds
2005-10-26Fix cloning (memory corruption)Johannes Schindelin
2005-10-26upload-pack: tighten request validation.Junio C Hamano
2005-10-26Work around missing hard links on FAT formatted mediaJohannes Schindelin
2005-10-26create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin
2005-10-26Add [v]iew patch in git-am interactive.Junio C Hamano
2005-10-26git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano
2005-10-26git-rev-list: fix "--dense" flagLinus Torvalds
2005-10-26Add some missing commands to the git.txt commands listPetr Baudis