/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove unnecessary initializations
[git/git.git]
/
ssh-upload.c
diff --git
a/ssh-upload.c
b/ssh-upload.c
index
2da6661
..
20b15ea
100644
(file)
--- a/
ssh-upload.c
+++ b/
ssh-upload.c
@@
-15,9
+15,9
@@
#include <string.h>
static unsigned char local_version = 1;
-static unsigned char remote_version
= 0
;
+static unsigned char remote_version;
-static int verbose
= 0
;
+static int verbose;
static int serve_object(int fd_in, int fd_out) {
ssize_t size;