summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: Allow use of pre-generated pack.Junio C Hamano2005-10-264-12/+112
* Fix what to do and how to detect when hardlinking failsLinus Torvalds2005-10-261-13/+14
* Fix cloning (memory corruption)Johannes Schindelin2005-10-261-7/+8
* upload-pack: tighten request validation.Junio C Hamano2005-10-251-4/+27
* Work around missing hard links on FAT formatted mediaJohannes Schindelin2005-10-252-2/+5
* create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin2005-10-251-5/+7
* Add [v]iew patch in git-am interactive.Junio C Hamano2005-10-251-5/+8
* git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano2005-10-252-8/+14
* git-rev-list: fix "--dense" flagLinus Torvalds2005-10-251-8/+43
* Add some missing commands to the git.txt commands listPetr Baudis2005-10-251-0/+18
* Add usage string to git-update-indexPetr Baudis2005-10-251-0/+5
* Documentation for git-shellPetr Baudis2005-10-252-0/+38
* Check another error condition in git-mvJosef Weidendorfer2005-10-251-1/+11
* fix daemon.c to compile on OpenBSDRandal L. Schwartz2005-10-251-2/+2
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-253-196/+72
* upload-pack: fix thinko in common-commit finder code.Junio C Hamano2005-10-241-1/+3
* git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2005-10-242-14/+41
* git-fetch-pack: Do not use git-rev-listJohannes Schindelin2005-10-241-32/+119
* git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin2005-10-241-22/+15
* git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin2005-10-241-5/+20
* Add git-shell.Linus Torvalds2005-10-244-2/+106
* Clarify git status output.Junio C Hamano2005-10-241-1/+1
* Require zlib >= 1.2 for RPM.Andreas Ericsson2005-10-241-1/+1
* Add git-mvJosef Weidendorfer2005-10-233-1/+237
* Silence confusing and false-positive curl error messagePetr Baudis2005-10-231-3/+6
* Merge branch 'fixes'Junio C Hamano2005-10-231-1/+1
|\
| * git-show-branch: Fix off-by-one error.Junio C Hamano2005-10-231-1/+1
* | git-rev-list: add "--dense" flagLinus Torvalds2005-10-221-5/+63
* | Teach git-rev-list to follow just a specified set of filesLinus Torvalds2005-10-221-4/+125
* | Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-225-269/+317
* | Allow git-merge not to commit.Junio C Hamano2005-10-221-11/+17
* | upload-pack: Increase MAX_HAS.Junio C Hamano2005-10-221-2/+2
* | Fix malformatted git-am documentation.Junio C Hamano2005-10-211-1/+1
* | [PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld2005-10-211-2/+13
* | [PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld2005-10-211-16/+29
* | [PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld2005-10-211-6/+20
* | Merge branch 'fixes'Junio C Hamano2005-10-201-6/+6
|\ \ | |/
| * daemon.c: remove trailing whitespace.Junio C Hamano2005-10-201-2/+2
* | Fix git-daemon argument-parsing bugH. Peter Anvin2005-10-201-1/+1
* | Update git-daemon's documentation wrt. new optionsPetr Baudis2005-10-201-2/+20
* | Finish git-am documentation.Junio C Hamano2005-10-201-10/+49
* | Brief documentation for the mysterious git-am scriptPetr Baudis2005-10-203-1/+54
* | git-rev-parse: pass on "--" flag when requiredLinus Torvalds2005-10-201-0/+4
* | Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-201-1/+9
* | Make git-cherry-pick in target "all"Johannes Schindelin2005-10-202-2/+5
* | Fix missing exports in git-amJunio C Hamano2005-10-201-0/+1
* | git-daemon poll() spinning out of controlJens Axboe2005-10-201-1/+1
* | Merge /pub/scm/git/git to recover lost side branchJunio C Hamano2005-10-2012-109/+164
|\ \
| * | Make sure we barf on ref^{type} failure.Junio C Hamano2005-10-191-1/+3
| * | Be more careful tangling object chains while marking commits.Junio C Hamano2005-10-191-4/+10