Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andersk opened this issue Sep 15, 2014 · 1 comment
Open

Comments

@andersk
Copy link

andersk commented Sep 15, 2014

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
Copy link

Kentzo commented Oct 31, 2017

Is there any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants