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:
6f416cb
)
attr.c: mark where #if DEBUG ends more clearly
author
Junio C Hamano
<redacted>
Sat, 28 Jan 2017 02:01:46 +0000
(18:01 -0800)
committer
Junio C Hamano
<redacted>
Wed, 1 Feb 2017 21:46:52 +0000
(13:46 -0800)
Signed-off-by: Junio C Hamano <redacted>
Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Brandon Williams <redacted>
Signed-off-by: Junio C Hamano <redacted>
attr.c
patch
|
blob
|
history
diff --git
a/attr.c
b/attr.c
index 9bdf87a6fee973b7d893f2aef4c7ac2dbcf70ccf..17297fffee718b03f7d9900dc675bc54725e4aaa 100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-469,7
+469,7
@@
static void debug_set(const char *what, const char *match, struct git_attr *attr
#define debug_push(a) do { ; } while (0)
#define debug_pop(a) do { ; } while (0)
#define debug_set(a,b,c,d) do { ; } while (0)
-#endif
+#endif
/* DEBUG_ATTR */
static void drop_attr_stack(void)
{
git clone https://git.99rst.org/PROJECT