felipec / git-remote-hg

Transparent bidirectional bridge between Git and Mercurial for Git
GNU General Public License v2.0
369 stars 87 forks source link

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

Open andersk opened 10 years ago

andersk commented 10 years ago

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
Kentzo commented 7 years ago

Is there any workaround?