revisions in the new repo
Olivier Certner
olivier.freebsd at free.fr
Wed Sep 23 18:15:19 UTC 2020
Hi,
Notes should have been fetched indeed. Do you see something when typing:
`git log --notes=refs/gitbeta/notes/commits` ?
I've fetched notes with `git fetch origin refs/notes/*:refs/notes/origin/*`
and I indeed can see them with:
`git log --notes=origin/commits`
But since you have chosen a non-standard ref path (according to `git help
notes`), you have to be more explicit and use a full path with `--notes`.
When you have found something that works, you'll be able to fill
`core.notesRef` or `notes.displayRef` in your config to avoid typing the path
repeatedly.
Regards.
--
Olivier Certner
More information about the freebsd-git
mailing list