Thread (4 messages) flat view 4 messages, 2 authors, 2021-10-11

Re: [PATCH] gitk: avoid hardcoded 40 character length for oid

From: Carlo Arenas <hidden>
Date: 2021-10-11 20:37:39

On Mon, Oct 11, 2021 at 1:04 PM Eric Sunshine [off-list ref] wrote:
On Mon, Oct 11, 2021 at 3:56 PM Carlo Marcelo Arenas Belón
quoted
diff --git a/gitk b/gitk
@@ -12338,6 +12347,18 @@ catch {
+if {![catch {exec git config --get extensions.objectformat} oid_type]
+    && $oid_type eq "sha256" } {
+    set oid_size 64
+} else {
+    set oid_type "sha1"
+    set oid_size 40
+}
Should this be using:

    git rev-parse --show-object-format

rather than `git-config`?
definitely a better fit, will be included in the next version.

Carlo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help