[PATCH] D146728: [utils] Give git a dummy email address when cherry picking.

Xiaodong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 23:19:47 PDT 2023


XiaodongLoong added a comment.

In D146728#4235613 <https://reviews.llvm.org/D146728#4235613>, @thetruestblue wrote:

> Can you just do
>
>   git cherry-pick -n
>
> aka no commit? shouldn't require an email?

I don't need an email address.

  $ git cherry-pick -n 6c6a905363debe5fc07f44e97d0f9c9308f7db64    // no email settings, no errors
  $ git --version
  git version 2.20.1

Maybe, this issue is from a certain git version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146728/new/

https://reviews.llvm.org/D146728



More information about the llvm-commits mailing list