summaryrefslogtreecommitdiff
path: root/git-fetch-script
Commit message (Expand)AuthorAgeFilesLines
* Big tool rename.Junio C Hamano2005-09-071-244/+0
* Fix automerge message.Junio C Hamano2005-09-021-18/+33
* Fix pulling into the same branch.Junio C Hamano2005-08-261-4/+30
* Fix fetching of tags.Junio C Hamano2005-08-241-2/+2
* [PATCH] Allow "+remote:local" refspec to cause --force when fetching.Junio C Hamano2005-08-241-3/+15
* [PATCH] "git fetch --force".Junio C Hamano2005-08-241-8/+37
* [PATCH] Make "git pull" and "git fetch" default to originJunio C Hamano2005-08-241-1/+4
* [PATCH] Multi-head fetch.Junio C Hamano2005-08-241-42/+147
* fetch-pack: start multi-head pulling.Junio C Hamano2005-08-121-0/+4
* [PATCH] Make curl fail on server errorCatalin Marinas2005-08-081-1/+1
* Retire git-fetch-dumb-http and missing-revsJunio C Hamano2005-08-011-15/+1
* Fetch from a packed repository on dumb servers.Junio C Hamano2005-07-311-2/+22
* [PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson2005-07-221-2/+5
* git-fetch-script: fix http:// breakageLinus Torvalds2005-07-161-1/+1
* Fix git-fetch-script breakageLinus Torvalds2005-07-161-0/+2
* [PATCH] fetch/pull: short-hand notation for remote repositories.Junio C Hamano2005-07-161-15/+21
* Add "git-sh-setup-script" for common git shell script setupLinus Torvalds2005-07-081-2/+2
* Work around git-http-pull breakage in git-fetch-scriptLinus Torvalds2005-07-051-1/+2
* git-fetch-script: use git-fetch-pack for local and ssh fetches.Linus Torvalds2005-07-051-33/+18
* Make "git fetch" able to fetch a named tagLinus Torvalds2005-06-231-2/+8
* Clean up different special *HEAD handlingLinus Torvalds2005-06-211-2/+2
* Make fetch/pull scripts terminate cleanly on errorsLinus Torvalds2005-06-061-2/+2
* Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds2005-05-221-0/+41