Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Converted fast-import to accept standard command line parameters.
[gitweb.git]
/
builtin-name-rev.c
diff --git
a/builtin-name-rev.c
b/builtin-name-rev.c
index 571bba4817bfdd0e79a93780784eda940545a90f..d44e782c999eeaf59ec661047eb95544a29dc072 100644
(file)
--- a/
builtin-name-rev.c
+++ b/
builtin-name-rev.c
@@
-75,7
+75,7
@@
static void name_rev(struct commit *commit,
}
}
-static int tags_only
= 0
;
+static int tags_only;
static int name_ref(const char *path, const unsigned char *sha1)
{