Re: kgl and git shallow issue
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260520-ancient-thundering-bobcat-2f086c@meerkat> |
On Wed, May 20, 2026 at 05:04:16PM -0400, Konstantin Ryabitsev wrote: > > git --git-dir /home/boris/.local/share/korgalore/lkml/git/18.git fetch origin --shallow-since=1.month.ago --update-shallow > > remote: Enumerating objects: 66197, done. > > remote: Counting objects: 100% (66197/66197), done. > > remote: Compressing objects: 100% (42640/42640), done. > > remote: Total 66195 (delta 1533), reused 66029 (delta 1490), pack-reused 0 (from 0) > > Receiving objects: 100% (66195/66195), 107.70 MiB | 741.00 KiB/s, done. > > Resolving deltas: 100% (1533/1533), done. > > From https://lore.kernel.org/lkml/git/18 > > + 971bb3a5d326...4cfd85f2eacf master -> master (forced update) > > If you don't mind wasting some space, run: > > git --git-dir /home/boris/.local/share/korgalore/lkml/git/18.git fetch origin --unshallow Actually, I just pushed a commit that should fix this. Funny, this is exactly an issue I already fixed earlier in a different place where we used --shallow. Thought I was having deja-vu. Try that out -- should self-heal now. -K