Re: [PATCH v3 00/10] replace: add option to edit a Git object
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:01:15
Christian Couder [off-list ref] writes:
This patch series comes from what Peff sent in the following thread: http://thread.gmane.org/gmane.comp.version-control.git/243361/focus=243528 The only changes compared to v2 are in the test (8/10) and documentation patches (10/10). Thanks to Peff. Christian Couder (6): replace: make sure --edit results in a different object replace: refactor checking ref validity replace: die early if replace ref already exists replace: add tests for --edit replace: add --edit to usage string Documentation: replace: describe new --edit option Jeff King (4): replace: refactor command-mode determination replace: use OPT_CMDMODE to handle modes replace: factor object resolution out of replace_object replace: add --edit option
Part of this is already in 'next'; I'd assume that the first four can be discarded and it is safe to queue only the remaining six on top of what we already have. Thanks.