Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "-q" flag to "git commit" | Linus Torvalds | 2005-07-09 | 1 | -2/+7 |
| | | | | Maybe you don't want the progress report. | ||||
* | git-clone-pack: fix sparse warning | Linus Torvalds | 2005-07-06 | 1 | -1/+1 |
| | | | | Local function that wasn't marked static | ||||
* | [PATCH] clone-pack.c:write_one_ref() - Create leading directories. | Junio C Hamano | 2005-07-06 | 1 | -1/+4 |
| | | | | | | | | | | | The function write_one_ref() is passed the list of refs received from the other end, which was obtained by directory traversal under $GIT_DIR/refs; this can contain paths other than what git-init-db prepares and would fail to clone when there is such. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | ||||
* | Add "git-clone-pack" program to help with "git clone" | Linus Torvalds | 2005-07-05 | 1 | -0/+208 |