git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
64d8454
)
enums: remove trailing ',' after last item in enum
author
Ronnie Sahlberg
<redacted>
Wed, 2 Jul 2014 18:24:05 +0000
(11:24 -0700)
committer
Junio C Hamano
<redacted>
Wed, 2 Jul 2014 19:52:55 +0000
(12:52 -0700)
Signed-off-by: Ronnie Sahlberg <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/tag.c
patch
|
blob
|
history
diff --git
a/builtin/tag.c
b/builtin/tag.c
index c6e8a7112700c03b2615f9c99c9858884128ab25..ef765563388c384a127d27eaf7ee6fd1badfe84f 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-83,7
+83,7
@@
static int in_commit_list(const struct commit_list *want, struct commit *c)
enum contains_result {
CONTAINS_UNKNOWN = -1,
CONTAINS_NO = 0,
- CONTAINS_YES = 1
,
+ CONTAINS_YES = 1
};
/*
git clone https://git.99rst.org/PROJECT