* gpg signature missing from commit f0135a9047
@ 2025-06-25 14:41 hassankhalloof20
2025-06-25 17:13 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: hassankhalloof20 @ 2025-06-25 14:41 UTC (permalink / raw)
To: git; +Cc: gitster
I have added all the bad objects discovered through
`transfer.fsckObjects` to `fsck.skipList`. No other configuration
options were changed. I ran `git status` thinking that there would be
some way of contributing that upstream so that others cloning the repo
in the future would not have the same issue, but for some reason I
couldn't do that. However, I did see that a couple dozen of commits
were added to the remote.
$ git status
On branch master
Your branch is behind 'origin/master' by 25 commits, and can be fast-
forwarded.
(use "git pull" to update your local branch)
nothing to commit, working tree clean
$ git pull
fatal: Commit f0135a9047 does not have a GPG signature.
$ git log f0135a9047
commit f0135a9047ca37d4d117dcf21f7e3e89fad85d00 (origin/master,
origin/HEAD)
Author: Junio C Hamano <gitster@pobox.com>
Date: Tue Jun 24 09:47:25 2025 -0700
The third batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-25 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 14:41 gpg signature missing from commit f0135a9047 hassankhalloof20
2025-06-25 17:13 ` Junio C Hamano
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.