[llvm-dev] git llvm push not working?

Y Song via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 25 13:39:20 PDT 2019


Hi,

I tried to push the diff
   https://reviews.llvm.org/D69438
to trunk following instructions at
  https://llvm.org/docs/GettingStarted.html#commit-from-git
Specially, I have done the following setup:
  $ export PATH=$PATH:$TOP_LEVEL_DIR/llvm-project/llvm/utils/git-svn/

But my `git llvm push` did not really do the push as shown below:
  -bash-4.4$ git llvm push
  `git fetch https://github.com/llvm/llvm-project.git master` printed to stderr:
  From https://github.com/llvm/llvm-project
   * branch                    master     -> FETCH_HEAD
  Nothing to push
  -bash-4.4$

I have the commit to be pushed in my local branch as below:
  -bash-4.4$ git log --pretty=oneline
  6fdc593fc973365dcd5cf4a582d97c0ae44900f6 (HEAD -> bug1) [BPF] fix a
CO-RE issue with -mattr=+alu32
  3c7c3717932aba864c23edd2e48f1b28a6d532d5 (origin/master,
origin/HEAD, master) [CVP] add test for poison propagation bug
(PR43802); NFC
  2724d9e12960cc1d93eeabbfc9aa1bffffa041cc build: remove
`LLVM_CXX_STD` extension point

The `git llvm push` used to work for me. Not it stopped working.

Does anybody know what have changed recently?

Thanks!

Yonghong


More information about the llvm-dev mailing list