aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-01 12:47:04 -0800
committerJunio C Hamano <gitster@pobox.com>2009-12-01 12:47:04 -0800
commit32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80 (patch)
tree12a4265c7ef9c801e5ec882fe8a807c86173d3a5 /Documentation/git-clone.txt
parent36a83f375bc247a09f46de0445a138d5e6de8a4f (diff)
parentaf6fbf9f814b3ee23b4b6d632131095c0278ae44 (diff)
downloadgit-32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80.tar.xz
Merge branch 'maint'
* maint: help: Do not unnecessarily look for a repository Documentation: Fix a few i.e./e.g. mix-ups Documentation: Document --branch option in git clone synopsis
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 7e7d9fcf50..7ccd742a87 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git clone' [--template=<template_directory>]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
- [-o <name>] [-u <upload-pack>] [--reference <repository>]
+ [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
[--depth <depth>] [--recursive] [--] <repository> [<directory>]
DESCRIPTION