X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-upload-pack.txt;h=b8e49dce4a19a4d7083459468f27c273c1d91fea;hb=9c6c304d6a01b72d7ce20722b80ca62e01fe8356;hp=2330d13814ee20d0de3743a8f309f6ecfebe5515;hpb=998b912927281a871e8d379e2b3a4385c775c4fe;p=git.git diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt index 2330d1381..b8e49dce4 100644 --- a/Documentation/git-upload-pack.txt +++ b/Documentation/git-upload-pack.txt @@ -8,7 +8,7 @@ git-upload-pack - Send objects packed back to git-fetch-pack SYNOPSIS -------- -'git-upload-pack' [--strict] [--timeout=] +'git upload-pack' [--strict] [--timeout=] DESCRIPTION ----------- @@ -24,10 +24,10 @@ repository. For push operations, see 'git-send-pack'. OPTIONS ------- -\--strict:: +--strict:: Do not try /.git/ if is no git directory. -\--timeout=:: +--timeout=:: Interrupt transfer after seconds of inactivity. :: @@ -43,4 +43,4 @@ Documentation by Junio C Hamano. GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite