git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* any real-world SHA-256 repo users out there?
@ 2022-04-03  8:42 Eric Wong
  2022-04-03 17:35 ` brian m. carlson
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Wong @ 2022-04-03  8:42 UTC (permalink / raw)
  To: git

Hey all, just wondering if it's something I should prioritize
adding support for in some git-using project I hack on...

Of course, I'm not dropping SHA-1 support.  So I'm wondering if
I should wait for (or hack on :P) git to handle both SHA-256 and
SHA-1 in one process; or if it's something I'd be better off
managing via multiple (git cat-file --batch) processes.  No OIDs
are abbreviated, so it's just 20/40 vs 32/64.

I actually started an entirely new project in May 2021 using
SHA-256 and the only problem I've encountered (now fixed) was
with HTTP(S) clones.  I still haven't publicized that new
project, yet (I keep getting brain farts and side-tracked with
other stuff...)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-03 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03  8:42 any real-world SHA-256 repo users out there? Eric Wong
2022-04-03 17:35 ` brian m. carlson
2022-04-03 17:55   ` rsbecker
2022-04-03 22:40     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).