Age | Commit message (Expand) | Author | Files | Lines |
2006-02-11 | fetch-clone progress: finishing touches. | Junio C Hamano | 1 | -2/+2 |
2006-02-10 | Make "git clone" less of a deathly quiet experience | Linus Torvalds | 1 | -2/+8 |
2005-12-18 | clone-pack: remove unused and undocumented --keep flag | Junio C Hamano | 1 | -2/+0 |
2005-12-17 | fetch-pack: -k option to keep downloaded pack. | Junio C Hamano | 1 | -135/+1 |
2005-12-14 | clone-pack: make it usable for partial branch cloning. | Junio C Hamano | 1 | -2/+11 |
2005-11-28 | Make networking commands to work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-10-25 | Work around missing hard links on FAT formatted media | Johannes Schindelin | 1 | -1/+1 |
2005-10-19 | git-clone: always keep pack sent from remote. | Junio C Hamano | 1 | -68/+4 |
2005-10-15 | Ignore funny refname sent from remote | Junio C Hamano | 1 | -1/+1 |
2005-10-15 | Refuse to create funny refs in clone-pack, git-fetch and receive-pack. | Junio C Hamano | 1 | -0/+6 |
2005-10-12 | clone-pack: new option --keep tells it not to explode the pack. | Junio C Hamano | 1 | -1/+4 |
2005-10-12 | clone-pack: new option --keep tells it not to explode the pack. | Junio C Hamano | 1 | -9/+179 |
2005-10-05 | clone-pack: use create_symref() instead of raw symlink. | Junio C Hamano | 1 | -8/+16 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -1/+1 |
2005-07-16 | Merge three separate "fetch refs" functions | Linus Torvalds | 1 | -42/+4 |
2005-07-13 | [PATCH] clone-pack: Typofix in the error message. | Junio C Hamano | 1 | -1/+1 |
2005-07-13 | [PATCH] clone-pack and clone-script: documentation and add a missing parameter. | Junio C Hamano | 1 | -1/+5 |
2005-07-13 | Fix the "close before dup" bug in clone-pack too | Linus Torvalds | 1 | -1/+1 |
2005-07-09 | Add "-q" flag to "git commit" | Linus Torvalds | 1 | -2/+7 |
2005-07-06 | git-clone-pack: fix sparse warning | Linus Torvalds | 1 | -1/+1 |
2005-07-06 | [PATCH] clone-pack.c:write_one_ref() - Create leading directories. | Junio C Hamano | 1 | -1/+4 |
2005-07-05 | Add "git-clone-pack" program to help with "git clone" | Linus Torvalds | 1 | -0/+208 |