[PATCH] D60664: [git-svn] Add a username option for push command
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 14 12:03:23 PDT 2019
bogner added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60664/new/
https://reviews.llvm.org/D60664
More information about the llvm-commits
mailing list