Closed ouboub closed 1 year ago
The core.notesRef
config is kind of independent: git-remote-hg
always store the hg revision hashes in refs/notes/hg
but that has no effect on git unless core.notesRef
is configured.
git log --all
lists all the refs, which includes refs/notes/hg
, if you don't want to see all the refs, but only branches, then you should do git log --branches
instead.
This is not a bug, this is normal intended git behavior.
When I installed your converter, I also run
Now when running
Which I don't like, how can I get rid of these commits whose author is remote-hg? I searched the global .gitconfig and the local one, but could find anything to respect of this variable? regards Uwe Brauer