/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'mh/tidy-ref-update-flags'
[git/git.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index
92c4853
..
02853b3
100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-2148,7
+2148,7
@@
static void am_abort(struct am_state *state)
has_curr_head ? &curr_head : NULL, 0,
UPDATE_REFS_DIE_ON_ERR);
else if (curr_branch)
- delete_ref(NULL, curr_branch, NULL, REF_NODEREF);
+ delete_ref(NULL, curr_branch, NULL, REF_NO
_
DEREF);
free(curr_branch);
am_destroy(state);