git-remote-hg icon indicating copy to clipboard operation
git-remote-hg copied to clipboard

Each fetch adds a commit on refs/notes/hg, even if nothing changed

Open andersk opened this issue 10 years ago • 1 comments

Every time I run git fetch, I get a new commit on refs/notes/hg, even if nothing changed.

$ git show notes/hg
commit 187ab7fdc53e6e4d8360a13a781c721386fda2c4
Author: remote-hg <>
Date:   Sun Sep 14 20:12:15 2014 -0500

    Notes for default
$ git fetch
searching for changes
no changes found
$ git show notes/hg
commit d4e9aa183875ac5bda2b177a311c4f8247bc2e77
Author: remote-hg <>
Date:   Sun Sep 14 21:00:09 2014 -0500

    Notes for default

andersk avatar Sep 15 '14 02:09 andersk

Is there any workaround?

Kentzo avatar Oct 31 '17 23:10 Kentzo