Nicolas Pitre [off-list ref] writes:
quoted hunk
I'd say screw that. The solution should really be this patch:
diff --git a/environment.c b/environment.c
index 84d870c..98275b2 100644
--- a/environment.c
+++ b/environment.c
@@ -15,7 +15,7 @@ int use_legacy_headers = 1;
int trust_executable_bit = 1;
int assume_unchanged;
int prefer_symlink_refs;
-int log_all_ref_updates;
+int log_all_ref_updates = 1;
int warn_ambiguous_refs = 1;
int repository_format_version;
char git_commit_encoding[MAX_ENCODING_LENGTH] = "utf-8";
That changes what the command does to existing repositories,
which is somewhat impolite.
I am not opposed too much to an updated version of the tool that
sets the configuration on by default for newly created
repositories, though.