| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-04-10 | t0109: chain operations with && | John Keeping | |
| Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> | |||
| 2013-04-10 | cgit.c: Do not restore unset environment variables | Lukas Fleischer | |
| getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. | |||