aboutsummaryrefslogtreecommitdiffstats
path: root/git-p4.py
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-25 14:27:15 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-25 14:27:15 -0700
commitfe3ec21fb03e7d02d00fc845e7a7d3e692bb67a2 (patch)
treed62ce076a39b37df4caaf93fc10155dd4f86b44d /git-p4.py
parent2c30e34e1a50f9d14fce8f97f3639ac0ebccd819 (diff)
parent0108f47eb30b9b473e044285b731e2fbca803170 (diff)
downloadgit-fe3ec21fb03e7d02d00fc845e7a7d3e692bb67a2.tar.gz
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]"