From: Junio C Hamano Date: Mon, 25 Sep 2017 06:24:08 +0000 (+0900) Subject: Merge branch 'aw/gc-lockfile-fscanf-fix' X-Git-Tag: v2.15.0-rc0~60 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abdf7d8e25f16913f1fcabc0a5e9f125126ffe80 Merge branch 'aw/gc-lockfile-fscanf-fix' "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 --- abdf7d8e25f16913f1fcabc0a5e9f125126ffe80