0

For some reason I cannot push the notes from my local git repository to the remote repository.

git log, shows the notes after each commit, but if I perform:

git push origin refs/notes/*

I get

Everything up-to-date

But notes are not really pushed. I cannot see them in gitblit, while for all other projects I can.

Is there anything I can do to solve or at least debug this issue?

Marinos An
  • 9,481
  • 6
  • 63
  • 96
  • If you're using a non-standard notes name space configuration, see https://github.com/gitblit/gitblit/issues/366 – torek Aug 01 '17 at 19:28
  • Did you solve this @marinos-an? – vburojevic Oct 22 '17 at 11:38
  • @vburojevic I think this issue was the following. I had migrated from SVN using subgit, which adds all svn revisions as git commit notes. However when I tried to use `bfg` to remove history of big binaries, it removed my notes (This is an open bug of bfg). – Marinos An Oct 23 '17 at 15:35
  • @MarinosAn thx for response – vburojevic Oct 24 '17 at 07:24

0 Answers0