git9 icon indicating copy to clipboard operation
git9 copied to clipboard

Git implementation for plan 9

Results 3 git9 issues
Sort by recently updated
recently updated
newest added

The snap.tar.gz file (48 bytes) mentioned in the bootstrap instructions is not extractable on either Plan 9 (fails with “bad gzip file magic”) or macOS where various unzippers complain of...

log.c:151 function args not checked: tzload log.c:151 function args not checked: tmtime log.c:151 function args not checked: tmfmt log.c:157 warning format mismatch INT, arg3 log.c::277 function args not checked tmfmtinstall...

`strdup` may return null pointer on allocation failures. I added null pointer checks to calls to `strdup` that were not checked.