diff options
author | Christian Meder <chris@absolutegiganten.org> | 2005-10-10 16:01:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-10 16:01:31 -0700 |
commit | 72e9340cfde90189d76ef3c8a4793ea7764ff8ee (patch) | |
tree | 2d2be1c4fe841de12630495929e2ac394f58012c /Documentation/git-http-fetch.txt | |
parent | Remove the version tags from the manpages (diff) | |
download | tgif-72e9340cfde90189d76ef3c8a4793ea7764ff8ee.tar.xz |
Convert usage of GIT and Git into git
Convert usage of GIT and Git into git.
Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-http-fetch.txt')
-rw-r--r-- | 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 d7b5919e1b..088624f6cc 100644 --- a/Documentation/git-http-fetch.txt +++ b/Documentation/git-http-fetch.txt @@ -3,7 +3,7 @@ git-http-fetch(1) NAME ---- -git-http-fetch - Downloads a remote GIT repository via HTTP +git-http-fetch - Downloads a remote git repository via HTTP SYNOPSIS @@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -Downloads a remote GIT repository via HTTP. +Downloads a remote git repository via HTTP. -c:: Get the commit objects. |