From: Junio C Hamano Date: Sat, 25 Jun 2005 09:25:57 +0000 (-0700) Subject: [PATCH] http-pull: documentation updates. X-Git-Tag: v0.99~179 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=613d872cfbe53213e1a9bbc77d75be9a6403b2b2;p=git.git [PATCH] http-pull: documentation updates. Describe -w option. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt index e4b7b3789..3ac91320e 100644 --- a/Documentation/git-http-pull.txt +++ b/Documentation/git-http-pull.txt @@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP SYNOPSIS -------- -'git-http-pull' [-c] [-t] [-a] [-v] [-d] [--recover] commit-id url +'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url DESCRIPTION ----------- @@ -30,7 +30,9 @@ Downloads a remote GIT repository via HTTP. usual, to recover after earlier pull that was interrupted. -v:: Report what is downloaded. - +-w:: + Writes the commit-id into the filename under $GIT_DIR/refs/ on + the local end after the transfer is complete. Author ------