Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Const tightening.
[gitweb.git]
/
blame.c
diff --git
a/blame.c
b/blame.c
index 7308c36d232e362b64dcb5b2bc60fbe3014bdb28..562940ecedbd4f89aee89b9b4c96e8e2f21451df 100644
(file)
--- a/
blame.c
+++ b/
blame.c
@@
-226,6
+226,7
@@
static void print_patch(struct patch *p)
}
}
+#if 0
/* For debugging only */
static void print_map(struct commit *cmit, struct commit *other)
{
@@
-259,6
+260,7
@@
static void print_map(struct commit *cmit, struct commit *other)
printf("\n");
}
}
+#endif
// p is a patch from commit to other.
static void fill_line_map(struct commit *commit, struct commit *other,