git-remote-hg
git-remote-hg copied to clipboard
Each fetch adds a commit on refs/notes/hg, even if nothing changed
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
Is there any workaround?