From: Junio C Hamano Date: Sun, 24 Sep 2017 10:39:40 +0000 (+0900) Subject: Merge branch 'aw/gc-lockfile-fscanf-fix' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/999ccd41aad2a02549ebfc33667660b0298efb11?hp=--cc Merge branch 'aw/gc-lockfile-fscanf-fix' into next "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 --- 999ccd41aad2a02549ebfc33667660b0298efb11