]> granicus.if.org Git - git/commit
builtin rebase: optionally pass custom reflogs to reset_head()
authorPratik Karki <predatoramigo@gmail.com>
Wed, 8 Aug 2018 15:36:31 +0000 (21:21 +0545)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 05:16:05 +0000 (14:16 +0900)
commitfa443d40b115acf15716a0cd81b84794cfbbf5af
treeddf5facf21b5c342795fedcd60cf26ebc4aff3c0
parent8f5986d95a9154d2ecbc4dd16b893380875cc83d
builtin rebase: optionally pass custom reflogs to reset_head()

In the next patch, we will make use of that in the code that
fast-forwards to `onto` whenever possible.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c