Merge branch 'jn/maint-http-error-message'
[gitweb.git] / contrib / fast-import / git-p4.txt
index 97b66b9297d30b75f034afd0bd79e4ba85fcdef0..52003ae9045626077009811cd8e10c1135d69cd0 100644 (file)
@@ -263,6 +263,13 @@ 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...
 =========================