Re: Git log --decorate show prefetch objects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/04/2024 18:56, Junio C Hamano wrote:

Alexandre Badez <alexandre@xxxxxxxx> writes:

# What did you do before the bug happened? (Steps to reproduce your issue)

<on a git repository not fetch from a "long" time so you have missing
branches and/or objects>

git maintenance run --task=prefetch

git log --oneline --decorate --all --graph
I do not use the prefetch stuff, but unfortunately the person who
was most familiar with "maintenance" are no longer active on this
list, so let me take a crack.

I think your complaint is that "--all" really means "all", not just
"heads" and "tags" but also includes "prefetch", while the prefetch
hierarchy is not included in the "--decorate" sources.

What does

     $ git log --oneline --branches --tags --decorate --graph

show, and is it closer to what you expected (note: this is not a
direct suggestion of a workaround---trying to gauge what the
direction is to move forward)?

Thanks.


Indeed, I missed the --branches (and --remotes) options; they do a better job in my case.

Maybe --all have a "legacy behaviour" so it's on me to move to new and better options.

Thanks.






[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux