| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pulling into the same branch. | Junio C Hamano | 2005-08-26 | 1 | -4/+30 |
* | Fix fetching of tags. | Junio C Hamano | 2005-08-24 | 1 | -2/+2 |
* | [PATCH] Allow "+remote:local" refspec to cause --force when fetching. | Junio C Hamano | 2005-08-24 | 1 | -3/+15 |
* | [PATCH] "git fetch --force". | Junio C Hamano | 2005-08-24 | 1 | -8/+37 |
* | [PATCH] Make "git pull" and "git fetch" default to origin | Junio C Hamano | 2005-08-24 | 1 | -1/+4 |
* | [PATCH] Multi-head fetch. | Junio C Hamano | 2005-08-24 | 1 | -42/+147 |
* | fetch-pack: start multi-head pulling. | Junio C Hamano | 2005-08-12 | 1 | -0/+4 |
* | [PATCH] Make curl fail on server error | Catalin Marinas | 2005-08-08 | 1 | -1/+1 |
* | Retire git-fetch-dumb-http and missing-revs | Junio C Hamano | 2005-08-01 | 1 | -15/+1 |
* | Fetch from a packed repository on dumb servers. | Junio C Hamano | 2005-07-31 | 1 | -2/+22 |
* | [PATCH] Support more http features: https no cert, .netrc -> auth | Darrin Thompson | 2005-07-22 | 1 | -2/+5 |
* | git-fetch-script: fix http:// breakage | Linus Torvalds | 2005-07-16 | 1 | -1/+1 |
* | Fix git-fetch-script breakage | Linus Torvalds | 2005-07-16 | 1 | -0/+2 |
* | [PATCH] fetch/pull: short-hand notation for remote repositories. | Junio C Hamano | 2005-07-16 | 1 | -15/+21 |
* | Add "git-sh-setup-script" for common git shell script setup | Linus Torvalds | 2005-07-08 | 1 | -2/+2 |
* | Work around git-http-pull breakage in git-fetch-script | Linus Torvalds | 2005-07-05 | 1 | -1/+2 |
* | git-fetch-script: use git-fetch-pack for local and ssh fetches. | Linus Torvalds | 2005-07-05 | 1 | -33/+18 |
* | Make "git fetch" able to fetch a named tag | Linus Torvalds | 2005-06-23 | 1 | -2/+8 |
* | Clean up different special *HEAD handling | Linus Torvalds | 2005-06-21 | 1 | -2/+2 |
* | Make fetch/pull scripts terminate cleanly on errors | Linus Torvalds | 2005-06-06 | 1 | -2/+2 |
* | Split up git-pull-script into separate "fetch" and "merge" phases. | Linus Torvalds | 2005-05-22 | 1 | -0/+41 |