DORMANTno replies

[PATCH] git-hash-object should honor config variables

From: Nicolas Pitre <hidden>
Date: 2016-06-15 22:43:49
Subsystem: the rest · Maintainer: Linus Torvalds

... such as core.compression.

Signed-off-by: Nicolas Pitre <redacted>
---
diff --git a/hash-object.c b/hash-object.c
index 18f5017..0a58f3f 100644
--- a/hash-object.c
+++ b/hash-object.c
@@ -42,6 +42,8 @@ int main(int argc, char **argv)
 	int prefix_length = -1;
 	int no_more_flags = 0;
 
+	git_config(git_default_config);
+
 	for (i = 1 ; i < argc; i++) {
 		if (!no_more_flags && argv[i][0] == '-') {
 			if (!strcmp(argv[i], "-t")) {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help