summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-11 21:38:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-02-11 21:38:42 (GMT)
commit7706d85453880b5ee7c092e79f610b0972c94a00 (patch)
tree243437116826d7fa6fc5e19bcdbcb69a231df0f9 /Documentation
parentfcae987e946ff25e055b7cc5b5b9801d682a7baf (diff)
parent51334bb094e085728ffe2b603fa3fe41dd80c075 (diff)
downloadgit-7706d85453880b5ee7c092e79f610b0972c94a00.zip
git-7706d85453880b5ee7c092e79f610b0972c94a00.tar.gz
git-7706d85453880b5ee7c092e79f610b0972c94a00.tar.bz2
Merge branch 'ld/p4-exclude-in-sync'
Like the "clone" subcommand, allow excluding subdirectories in the "sync" subcommand. * ld/p4-exclude-in-sync: git-p4: support excluding paths on sync
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-p4.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index 6ab5f94..a1664b9 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -241,6 +241,9 @@ Git repository:
Use a client spec to find the list of interesting files in p4.
See the "CLIENT SPEC" section below.
+-/ <path>::
+ Exclude selected depot paths when cloning or syncing.
+
Clone options
~~~~~~~~~~~~~
These options can be used in an initial 'clone', along with the 'sync'
@@ -254,9 +257,6 @@ options described above.
--bare::
Perform a bare clone. See linkgit:git-clone[1].
--/ <path>::
- Exclude selected depot paths when cloning.
-
Submit options
~~~~~~~~~~~~~~
These options can be used to modify 'git p4 submit' behavior.