Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/deprecate-stash-save'
[gitweb.git]
/
builtin
/
merge-base.c
diff --git
a/builtin/merge-base.c
b/builtin/merge-base.c
index 6dbd167d3b0874cd966b4590951a12d01f8f6aeb..e99f5405ce34af093323e80676713a6d6a278092 100644
(file)
--- a/
builtin/merge-base.c
+++ b/
builtin/merge-base.c
@@
-156,7
+156,7
@@
static int handle_fork_point(int argc, const char **argv)
struct commit_list *bases;
int i, ret = 0;
- switch (dwim_ref(argv[0], strlen(argv[0]),
oid.hash
, &refname)) {
+ switch (dwim_ref(argv[0], strlen(argv[0]),
&oid
, &refname)) {
case 0:
die("No such ref: '%s'", argv[0]);
case 1: