Karthik Nayak via B4 Relay <devnull+karthik.188.gmail.com@xxxxxxxxxx> writes: > From: Karthik Nayak <karthik.188@xxxxxxxxx> > > The `write_rev_file()` function uses the global `the_hash_algo` variable > to access the repository's hash function. To avoid global variable > usage, let's pass the hash function from the layers above. There are a few other functions that got an extra git_hash_algo parameter in this patch. The changes to them all look sensible, but it would be nice to mention them here.