Browse Source
"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 hostnamemaint
Junio C Hamano
7 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue