Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/multiple-work-trees'
[gitweb.git]
/
notes-merge.c
diff --git
a/notes-merge.c
b/notes-merge.c
index f39e906a34695d4f21b7c8d5f99ebdecf3ae861e..0b2b82c41fc043a48e9bf458c4f75f992ead7175 100644
(file)
--- a/
notes-merge.c
+++ b/
notes-merge.c
@@
-594,7
+594,7
@@
int notes_merge(struct notes_merge_options *o,
assert(local && remote);
/* Find merge bases */
- bases = get_merge_bases(local, remote
, 1
);
+ bases = get_merge_bases(local, remote);
if (!bases) {
base_sha1 = null_sha1;
base_tree_sha1 = EMPTY_TREE_SHA1_BIN;