All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

* Re: gpg signature missing from commit f0135a9047
  2025-06-25 14:41 gpg signature missing from commit f0135a9047 hassankhalloof20
@ 2025-06-25 17:13 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2025-06-25 17:13 UTC (permalink / raw)
  To: hassankhalloof20; +Cc: git

This is totally expected, as I do not sign each and every commit.
The complaint here ...

> $ git pull  
> fatal: Commit f0135a9047 does not have a GPG signature.

... is purely local one, triggered by your repository (or per-user)
configuration.

^ 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.