Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: squash should retain the authorship of the _first_ commit
[gitweb.git]
/
builtin-rev-list.c
diff --git
a/builtin-rev-list.c
b/builtin-rev-list.c
index 8efd609b12e3c8cf20fbe1bf5c0d55643d34ea3c..ac551d59f3f6cb209a645ad708c46e4e88791295 100644
(file)
--- a/
builtin-rev-list.c
+++ b/
builtin-rev-list.c
@@
-300,7
+300,7
@@
static struct commit_list *find_bisection(struct commit_list *list,
show_list("bisection 2 sorted", 0, nr, list);
*all = nr;
- weights = xcalloc(on_list, sizeof(
int*
));
+ weights = xcalloc(on_list, sizeof(
*weights
));
counted = 0;
for (n = 0, p = list; p; p = p->next) {