Code

Merge branch 'maint-1.7.6' into maint-1.7.7
[git.git] / contrib / fast-import / git-p4.txt
index 2ffbccc9bd0f10b81f7cf37561023c551ccbd9af..52003ae9045626077009811cd8e10c1135d69cd0 100644 (file)
@@ -257,6 +257,19 @@ Perforce server. Will enable --find-copies-harder git argument.
 
   git config [--global] git-p4.detectCopies true
 
+git-p4.branchUser
+
+Only use branch specifications defined by the selected username.
+
+  git config [--global] git-p4.branchUser username
+
+git-p4.branchList
+
+List of branches to be imported when branch detection is enabled.
+
+  git config [--global] git-p4.branchList main:branchA
+  git config [--global] --add git-p4.branchList main:branchB
+
 Implementation Details...
 =========================