summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-10-26Add usage string to git-update-indexPetr Baudis
2005-10-26Documentation for git-shellPetr Baudis
2005-10-26Check another error condition in git-mvJosef Weidendorfer
2005-10-26fix daemon.c to compile on OpenBSDRandal L. Schwartz
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano
2005-10-24upload-pack: fix thinko in common-commit finder code.Junio C Hamano
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin
2005-10-24git-fetch-pack: Do not use git-rev-listJohannes Schindelin
2005-10-24git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin
2005-10-24git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin
2005-10-24Add git-shell.Linus Torvalds
2005-10-24Clarify git status output.Junio C Hamano
2005-10-24Require zlib >= 1.2 for RPM.Andreas Ericsson
2005-10-24Add git-mvJosef Weidendorfer
2005-10-23Silence confusing and false-positive curl error messagePetr Baudis
2005-10-23Merge branch 'fixes'Junio C Hamano
2005-10-23git-show-branch: Fix off-by-one error.Junio C Hamano
2005-10-23git-rev-list: add "--dense" flagLinus Torvalds
2005-10-23Teach git-rev-list to follow just a specified set of filesLinus Torvalds
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-22Allow git-merge not to commit.Junio C Hamano