X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-upload-pack.txt;h=b8e49dce4a19a4d7083459468f27c273c1d91fea;hb=9c6c304d6a01b72d7ce20722b80ca62e01fe8356;hp=521da5b200fc3ad8eea035cfe0c6fa70b477e0e9;hpb=dceab837557077f70bf082727645925aec443500;p=git.git diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt index 521da5b20..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. ::