From: Junio C Hamano Date: Wed, 18 Oct 2017 05:18:59 +0000 (+0900) Subject: Merge branch 'aw/gc-lockfile-fscanf-fix' into maint X-Git-Tag: v2.15.0-rc2~5^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14431c717d1c549454b00800ee05723c82054765;p=thirdparty%2Fgit.git Merge branch 'aw/gc-lockfile-fscanf-fix' into maint "git gc" tries to avoid running two instances at the same time by reading and writing pid/host from and to a lock file; it used to use an incorrect fscanf() format when reading, which has been corrected. * aw/gc-lockfile-fscanf-fix: gc: call fscanf() with %s, not %c, when reading hostname --- 14431c717d1c549454b00800ee05723c82054765