]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-p4.py
Merge branch 'bb/unicode-12.1-reiwa'
[thirdparty/git.git] / git-p4.py
index 5b79920f46a972437ff05966d042a84d44f050d9..81a525858bf2229477f5222cc73869785b6daa0c 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -1309,7 +1309,7 @@ class GitLFS(LargeFileSystem):
 
 class Command:
     delete_actions = ( "delete", "move/delete", "purge" )
-    add_actions = ( "add", "move/add" )
+    add_actions = ( "add", "branch", "move/add" )
 
     def __init__(self):
         self.usage = "usage: %prog [options]"