summaryrefslogtreecommitdiffstats
path: root/git-fetch.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --keep option to keep downloaded packs to git-fetch.Tom Prince2006-01-111-1/+4
* git-fetch: auto-following tags.Junio C Hamano2006-01-081-119/+156
* git-fetch --tags: reject malformed tags.Junio C Hamano2006-01-061-5/+14
* Do not mark tags fetched via --tags flag as mergeableJunio C Hamano2005-12-271-1/+1
* git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se2005-12-141-0/+5
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Make "git fetch" less verbose by defaultLinus Torvalds2005-11-181-5/+9
* Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer2005-11-111-1/+1
* Even when overwriting tags, report if they are changed or not.Junio C Hamano2005-10-191-1/+6
* Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2005-10-181-1/+1
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-151-0/+1
* git-fetch --tags: deal with tags with spaces in them.Junio C Hamano2005-10-121-5/+18
* [PATCH] Quote the missing GIT_DIR.Santi_BĂ©jar2005-10-051-3/+3
* [PATCH] git fetch --tagsLinus Torvalds2005-10-021-1/+24
* Use git-update-ref in scripts.Junio C Hamano2005-09-291-16/+18
* Fix default pull not to do an unintended Octopus.Junio C Hamano2005-09-291-4/+28
* git-fetch: send informational output to >&2 consistently.Junio C Hamano2005-09-271-1/+1
* Revert "Make Octopus merge message a bit nicer."Junio C Hamano2005-09-211-10/+6
* Make Octopus merge message a bit nicer.Junio C Hamano2005-09-211-6/+10
* Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2005-09-211-2/+3
* Teach rsync transport about alternates.Junio C Hamano2005-09-171-3/+21
* Propagate errors from fetch-pack correctly to git-fetch.Junio C Hamano2005-09-131-2/+9
* Make sure we have leading directories under refs/{heads,tags}Junio C Hamano2005-09-101-0/+1
* Big tool rename.Junio C Hamano2005-09-081-0/+244