[PATCH] D60664: [git-svn] Add a username option for push command

Tamás Zolnai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 05:02:16 PDT 2019


ztamas added a comment.

In D60664#1465917 <https://reviews.llvm.org/D60664#1465917>, @bogner wrote:

> 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.


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