summaryrefslogtreecommitdiff
path: root/git-p4.py
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-25 14:27:15 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-25 14:27:15 -0700
commitfe3ec21fb03e7d02d00fc845e7a7d3e692bb67a2 (patch)
treed62ce076a39b37df4caaf93fc10155dd4f86b44d /git-p4.py
parentMerge branch 'js/bisect-helper-check-get-oid-return-value' into maint (diff)
parentgit-p4: allow unshelving of branched files (diff)
downloadtgif-fe3ec21fb03e7d02d00fc845e7a7d3e692bb67a2.tar.xz
Merge branch 'sw/git-p4-unshelve-branched-files' into maint
"git p4" update. * sw/git-p4-unshelve-branched-files: git-p4: allow unshelving of branched files
Diffstat (limited to 'git-p4.py')
-rwxr-xr-xgit-p4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-p4.py b/git-p4.py
index 0b5bfcbc5e..c71a6832e2 100755
--- 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]"