Re: Bugreport
Marcel Svitalský <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On 12/08/2026 19:04, Junio C Hamano wrote: > Marcel Svitalský <[email protected]> writes: > >> I see, thank you. Is this a new feature? I've been using this command >> for years >> and today is the first time I am seeing this. Also, is there another >> flag instead of >> `--all` that would just include the actual commits only? > --branches > --tags > --remotes > Thank you, I actually want stashes included in the log so I chose the `--exclude='refs/notes/*' --all` solution suggested by D. Ben Knoble. MS