diff options
author | Heikki Orsila <heikki.orsila@iki.fi> | 2007-11-01 16:21:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-03 21:44:13 -0700 |
commit | 19391c371cec06da6cca45dbe3c212bd479cc48c (patch) | |
tree | 080aafb2331efd885b74ecc70f3af168e0520a30 /Documentation/git-clone.txt | |
parent | aa807bc2663d69d6adb1d823231ba4b6d30d4860 (diff) | |
download | git-19391c371cec06da6cca45dbe3c212bd479cc48c.tar.gz git-19391c371cec06da6cca45dbe3c212bd479cc48c.tar.xz |
git-clone: honor "--" to end argument parsing
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index cca14d6b5..14e58f386 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git-clone' [--template=<template_directory>] [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [-o <name>] [-u <upload-pack>] [--reference <repository>] - [--depth <depth>] <repository> [<directory>] + [--depth <depth>] [--] <repository> [<directory>] DESCRIPTION ----------- |