]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'aw/gc-lockfile-fscanf-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:59 +0000 (14:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:59 +0000 (14:18 +0900)
"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

1  2 
builtin/gc.c

diff --cc builtin/gc.c
Simple merge