This is an archive of the discontinued LLVM Phabricator instance.

[git-svn] Add a username option for push command
AbandonedPublic

Authored by ztamas on Apr 14 2019, 5:57 AM.

Details

Reviewers
None
Summary

Useful when svn username differs from the local username.

Event Timeline

ztamas created this revision.Apr 14 2019, 5:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2019, 5:57 AM
ztamas updated this revision to Diff 195062.Apr 14 2019, 6:07 AM

Fixed commit message

ztamas retitled this revision from [git-svn] Add a username option for puch command to [git-svn] Add a username option for push command.Apr 14 2019, 6:08 AM
bogner added a subscriber: bogner.Apr 14 2019, 12:03 PM

Should we (either instead or as well) make the default username try git config llvm.username before falling back to the local user? That way people can set it with git config llvm.username xyz or, if they work with a lot of llvm checkouts, git config --global llvm.username xyz instead of having to specify it every time.

Should we (either instead or as well) make the default username try git config llvm.username before falling back to the local user? That way people can set it with git config llvm.username xyz or, if they work with a lot of llvm checkouts, git config --global llvm.username xyz instead of having to specify it every time.

Ok, I hope somebody will implement what you suggest.

ztamas abandoned this revision.Apr 25 2019, 9:18 AM