summaryrefslogtreecommitdiffstats
path: root/llvm/utils/git-svn/git-llvm
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-07-16 10:14:53 +0000
committerSam McCall <sam.mccall@gmail.com>2019-07-16 10:14:53 +0000
commit1781c28a0d3433b0608f504e45660f8511ba7742 (patch)
tree07f37bad4030d40639a9f1e0b121b31e71d6633b /llvm/utils/git-svn/git-llvm
parenteb72138340ce36f3bdd29658eb2ff730cbaa25d7 (diff)
downloadbcm5719-llvm-1781c28a0d3433b0608f504e45660f8511ba7742.tar.gz
bcm5719-llvm-1781c28a0d3433b0608f504e45660f8511ba7742.zip
Remove username from git-llvm script, erroneously added in 366197
llvm-svn: 366198
Diffstat (limited to 'llvm/utils/git-svn/git-llvm')
-rwxr-xr-xllvm/utils/git-svn/git-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/git-svn/git-llvm b/llvm/utils/git-svn/git-llvm
index 13c49b5fdf0..289898d15b5 100755
--- a/llvm/utils/git-svn/git-llvm
+++ b/llvm/utils/git-svn/git-llvm
@@ -372,7 +372,7 @@ def svn_push_one_rev(svn_repo, rev, git_to_svn_mapping, dry_run):
# Now we're ready to commit.
commit_msg = git('show', '--pretty=%B', '--quiet', rev)
if not dry_run:
- commit_args = ['commit', '-m', commit_msg, '--username', 'ktkachov']
+ commit_args = ['commit', '-m', commit_msg]
if '--force-interactive' in svn(svn_repo, 'commit', '--help'):
commit_args.append('--force-interactive')
log(svn(svn_repo, *commit_args))
OpenPOWER on IntegriCloud