summaryrefslogtreecommitdiffstats
path: root/llvm/utils/git-svn
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-10-24 23:53:59 -0700
committerTom Stellard <tstellar@redhat.com>2019-10-24 23:56:00 -0700
commitb96e30c21726e94ad89b2796bcb8a4d93c38183b (patch)
tree0347093bbf3246fc1841f20f41a6eea1ef76e5bc /llvm/utils/git-svn
parent918b88ab1509b56c59c260063c2c151768ff9fc9 (diff)
downloadbcm5719-llvm-b96e30c21726e94ad89b2796bcb8a4d93c38183b.tar.gz
bcm5719-llvm-b96e30c21726e94ad89b2796bcb8a4d93c38183b.zip
git-llvm: Push to master branch by default
This allows pushing without specifying a branch, which is what the documentations says to do.
Diffstat (limited to 'llvm/utils/git-svn')
-rwxr-xr-xllvm/utils/git-svn/git-llvm1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/git-svn/git-llvm b/llvm/utils/git-svn/git-llvm
index 7490d4eaf2a..7a4d8c2d178 100755
--- a/llvm/utils/git-svn/git-llvm
+++ b/llvm/utils/git-svn/git-llvm
@@ -307,6 +307,7 @@ if __name__ == '__main__':
'branch',
metavar='GIT_BRANCH',
type=str,
+ default='master',
nargs='?',
help="branch to push (default: everything not in the branch's "
'upstream)')
OpenPOWER on IntegriCloud