Signed-off-by: Mark Lodato <lodatom@xxxxxxxxx> --- It says that it can be "the filename under ...", but I couldn't get that to work. Can anyone explain how to use something other than a SHA-1? Documentation/git-http-fetch.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index d91cb7f..93449fd 100644 --- a/Documentation/git-http-fetch.txt +++ b/Documentation/git-http-fetch.txt @@ -8,7 +8,7 @@ git-http-fetch - Download from a remote git repository via HTTP SYNOPSIS -------- -'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url> +'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit-id> <url> DESCRIPTION ----------- @@ -16,7 +16,7 @@ Downloads a remote git repository via HTTP. OPTIONS ------- -commit-id:: +<commit-id>:: Either the hash or the filename under [URL]/refs/ to pull. -- 1.7.0.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html