Re: [PATCH 2/6] cherry-pick: Use refs infrastructure for CHERRY_PICK_HEAD

2015-06-25 Thread Junio C Hamano
David Turner writes: > Subject: Re: [PATCH 2/6] cherry-pick: Use refs infrastructure for > CHERRY_PICK_HEAD > Also use refs infrastructure for REVERT_HEAD. These refs > need to go through the refs backend, since some code > assumes that they can be read as refs. che

[PATCH 2/6] cherry-pick: Use refs infrastructure for CHERRY_PICK_HEAD

2015-06-24 Thread David Turner
Also use refs infrastructure for REVERT_HEAD. These refs need to go through the refs backend, since some code assumes that they can be read as refs. Signed-off-by: David Turner --- branch.c | 4 ++-- builtin/commit.c | 7 --- builtin/merge.c