mbox series

[v2,0/2] rebase: fix bug in --fork-point

Message ID 20191205235704.31385-1-alext9@gmail.com (mailing list archive)
Headers show
Series rebase: fix bug in --fork-point | expand

Message

Alex Torok Dec. 5, 2019, 11:57 p.m. UTC
Reorder commits to include the fix and test in the same commit.

Alex Torok (2):
  rebase: refactor dwim_ref_or_die from merge-base.c
  rebase: find --fork-point with full ref

 builtin/merge-base.c         |  9 +--------
 builtin/rebase.c             |  4 +++-
 refs.c                       | 14 ++++++++++++++
 refs.h                       |  1 +
 t/t3431-rebase-fork-point.sh |  1 +
 5 files changed, 20 insertions(+), 9 deletions(-)