X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-upload-pack.txt;h=fd6519299a9a089a1ffec544f55ba40775aedf9b;hb=4356736571c6845cb446e4a7c9d645868e558ca0;hp=b2c9307661ebff26269cf3802a06490e0f1ba165;hpb=9d24ed4f019e035eeb8125c2c595876ad1211a3a;p=git.git diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt index b2c930766..fd6519299 100644 --- a/Documentation/git-upload-pack.txt +++ b/Documentation/git-upload-pack.txt @@ -3,12 +3,12 @@ git-upload-pack(1) NAME ---- -git-upload-pack - Send missing objects packed +git-upload-pack - Send objects packed back to git-fetch-pack SYNOPSIS -------- -'git-upload-pack' +'git-upload-pack' [--strict] [--timeout=] DESCRIPTION ----------- @@ -23,6 +23,13 @@ repository. For push operations, see 'git-send-pack'. OPTIONS ------- + +\--strict:: + Do not try /.git/ if is no git directory. + +\--timeout=:: + Interrupt transfer after seconds of inactivity. + :: The repository to sync from.