summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-10-22upload-pack: Increase MAX_HAS.Junio C Hamano
2005-10-22Fix malformatted git-am documentation.Junio C Hamano
2005-10-22[PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld
2005-10-22[PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld
2005-10-22[PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld
2005-10-21Merge branch 'fixes'Junio C Hamano
2005-10-21daemon.c: remove trailing whitespace.Junio C Hamano
2005-10-21Fix git-daemon argument-parsing bugH. Peter Anvin
2005-10-21Update git-daemon's documentation wrt. new optionsPetr Baudis
2005-10-21Finish git-am documentation.Junio C Hamano
2005-10-21Brief documentation for the mysterious git-am scriptPetr Baudis
2005-10-21git-rev-parse: pass on "--" flag when requiredLinus Torvalds
2005-10-21Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis
2005-10-21Make git-cherry-pick in target "all"Johannes Schindelin
2005-10-21Fix missing exports in git-amJunio C Hamano
2005-10-21git-daemon poll() spinning out of controlJens Axboe
2005-10-21Merge /pub/scm/git/git to recover lost side branchJunio C Hamano
2005-10-20Make sure we barf on ref^{type} failure.Junio C Hamano
2005-10-20Be more careful tangling object chains while marking commits.Junio C Hamano
2005-10-20git-fetch/push/pull: documentation.Junio C Hamano
2005-10-20Do not feed rev-list an invalid SHA1 expression.Junio C Hamano
2005-10-19[PATCH] Do not send "want" lines for complete objectsJohannes Schindelin