public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/3] show-index: modernize and implement auto-detection of hash algorithm
@ 2026-01-20 14:05 Shreyansh Paliwal
  2026-01-20 14:05 ` [PATCH 1/3] show-index: implement automatic hash detection Shreyansh Paliwal
                   ` (3 more replies)
  0 siblings, 4 replies; 25+ messages in thread
From: Shreyansh Paliwal @ 2026-01-20 14:05 UTC (permalink / raw)
  To: git; +Cc: gitster, Shreyansh Paliwal

This patch series improves the current git show-index implementation,
by adding automatic hash detection, removing global state variables,
and wrapping error messages for better clarity.

Currently, when git show-index is run outside of a repository, it falls back
to SHA-1 unless --object-format is explicitly provided, the first patch
implements automatic hash detection, but it only works when there are no
64-bit offsets present in the index file.
I am unsure if there is an appropriate way to detect such cases.

Additionally, please let me know if there are any tests that should be
made or modified for these changes, or if any documentation updates are
expected as well.

Do let me know your thoughts on this.

Shreyansh Paliwal (3):
  show-index: implement automatic hash detection
  show-index: use gettext wrapping in error messages
  show-index: remove global state variables

 builtin/show-index.c | 74 ++++++++++++++++++++++++++++----------------
 1 file changed, 48 insertions(+), 26 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-30 17:07 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 14:05 [RFC][PATCH 0/3] show-index: modernize and implement auto-detection of hash algorithm Shreyansh Paliwal
2026-01-20 14:05 ` [PATCH 1/3] show-index: implement automatic hash detection Shreyansh Paliwal
2026-01-20 18:07   ` Junio C Hamano
2026-01-21  8:09     ` Patrick Steinhardt
2026-01-21 10:31       ` Shreyansh Paliwal
2026-01-23  7:22         ` Patrick Steinhardt
2026-01-23 16:08           ` Shreyansh Paliwal
2026-01-23 20:29       ` brian m. carlson
2026-01-21 10:28     ` Shreyansh Paliwal
2026-01-20 14:05 ` [PATCH 2/3] show-index: use gettext wrapping in error messages Shreyansh Paliwal
2026-01-20 14:05 ` [PATCH 3/3] show-index: remove global state variables Shreyansh Paliwal
2026-01-21 10:39   ` Phillip Wood
2026-01-21 12:47     ` Shreyansh Paliwal
2026-01-21 17:23     ` Junio C Hamano
2026-01-29 15:36 ` [PATCH] show-index: warn when falling back to SHA-1 outside a repository Shreyansh Paliwal
2026-01-29 23:03   ` Junio C Hamano
2026-01-30  8:59     ` Shreyansh Paliwal
2026-01-29 23:12   ` brian m. carlson
2026-01-30  9:04     ` Shreyansh Paliwal
2026-01-30 13:40       ` Patrick Steinhardt
2026-01-30 17:01         ` Junio C Hamano
2026-01-30 15:31   ` [PATCH V2 0/2] show-index: add warning and wrap error messages with gettext Shreyansh Paliwal
2026-01-30 15:31     ` [PATCH V2 1/2] show-index: warn when falling back to SHA-1 outside a repository Shreyansh Paliwal
2026-01-30 15:31     ` [PATCH V2 2/2] show-index: use gettext wrapping in user facing error messages Shreyansh Paliwal
2026-01-30 17:07     ` [PATCH V2 0/2] show-index: add warning and wrap error messages with gettext 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