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 %<len>s, not %<len>c, when reading hostname

Junio C Hamano committed Sep 25, 2017 at 15:24 UTC abdf7d8e25f16913f1fcabc0a5e9f125126ffe80

No changes.