summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLuke Diamand <luke@diamand.org>2015-01-17 20:56:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-02-11 21:38:29 (GMT)
commit51334bb094e085728ffe2b603fa3fe41dd80c075 (patch)
tree3bff3c9a3ea94514f9b2eb8c1cc2f0c59462c68f /Documentation
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50 (diff)
downloadgit-51334bb094e085728ffe2b603fa3fe41dd80c075.zip
git-51334bb094e085728ffe2b603fa3fe41dd80c075.tar.gz
git-51334bb094e085728ffe2b603fa3fe41dd80c075.tar.bz2
git-p4: support excluding paths on sync
The clone subcommand has long had support for excluding subdirectories, but sync has not. This is a nuisance, since as soon as you do a sync, any changed files that were initially excluded start showing up. Move the "exclude" command-line option into the parent class; the actual behavior was already present there so it simply had to be exposed. Signed-off-by: Luke Diamand <luke@diamand.org> Reviewed-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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.