Date: Wed, 23 Sep 2020 20:15:07 +0200 From: Olivier Certner <olivier.freebsd@free.fr> To: Warner Losh <imp@bsdimp.com> Cc: git@freebsd.org, freebsd-git@freebsd.org Subject: Re: revisions in the new repo Message-ID: <2529100.ffieBuXMo3@ravel> In-Reply-To: <CANCZdfqkh9Pr2O6VvVRuc3zX7f0LvsUcPffxBoVitBGBZ7E=vA@mail.gmail.com> References: <CANCZdfqkh9Pr2O6VvVRuc3zX7f0LvsUcPffxBoVitBGBZ7E=vA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2529100.ffieBuXMo3>