/
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]
/
builtin-name-rev.c
diff --git
a/builtin-name-rev.c
b/builtin-name-rev.c
index
571bba4
..
d44e782
100644
(file)
--- a/
builtin-name-rev.c
+++ b/
builtin-name-rev.c
@@
-75,7
+75,7
@@
copy_data:
}
}
-static int tags_only
= 0
;
+static int tags_only;
static int name_ref(const char *path, const unsigned char *sha1)
{