Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rehabilitate some t5302 tests on 32-bit off_t machines
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 4a250f7e8b84f2334c84daaf93baa0fe1f0ca344..37d99d6f50dac4052616f337904807c76b17d01e 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-256,7
+256,7
@@
static int run_command(struct cmd_struct *p, int argc, const char **argv)
status = p->fn(argc, argv, prefix);
if (status)
- return status;
+ return status
& 0xff
;
/* Somebody closed stdout? */
if (fstat(fileno(stdout), &st))