All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] replace: add option to edit a Git object
@ 2014-05-17  6:41 Christian Couder
  2014-05-17  6:41 ` [PATCH v2 01/10] replace: refactor command-mode determination Christian Couder
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Christian Couder @ 2014-05-17  6:41 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jeff King

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 first 4 patches (1/4, 2/4, 3/4 and 4/4) didn't change since v1.
I added 6 more small patches to add tests, documentation and a few
small improvements. 

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

 Documentation/git-replace.txt |  15 ++-
 builtin/replace.c             | 225 +++++++++++++++++++++++++++++++++---------
 t/t6050-replace.sh            |  29 ++++++
 3 files changed, 223 insertions(+), 46 deletions(-)

-- 
1.9.rc0.17.g651113e

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-05-17  7:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-17  6:41 [PATCH v2 00/10] replace: add option to edit a Git object Christian Couder
2014-05-17  6:41 ` [PATCH v2 01/10] replace: refactor command-mode determination Christian Couder
2014-05-17  6:41 ` [PATCH v2 02/10] replace: use OPT_CMDMODE to handle modes Christian Couder
2014-05-17  6:41 ` [PATCH v2 03/10] replace: factor object resolution out of replace_object Christian Couder
2014-05-17  6:41 ` [PATCH v2 04/10] replace: add --edit option Christian Couder
2014-05-17  6:41 ` [PATCH v2 05/10] replace: make sure --edit results in a different object Christian Couder
2014-05-17  7:03   ` Jeff King
2014-05-17  6:41 ` [PATCH v2 06/10] replace: refactor checking ref validity Christian Couder
2014-05-17  6:41 ` [PATCH v2 07/10] replace: die early if replace ref already exists Christian Couder
2014-05-17  7:05   ` Jeff King
2014-05-17  6:41 ` [PATCH v2 08/10] replace: add tests for --edit Christian Couder
2014-05-17  7:14   ` Jeff King
2014-05-17  6:41 ` [PATCH v2 09/10] replace: add --edit to usage string Christian Couder
2014-05-17  6:41 ` [PATCH v2 10/10] Documentation: replace: describe new --edit option Christian Couder
2014-05-17  7:23   ` Jeff King
2014-05-17  7:24 ` [PATCH v2 00/10] replace: add option to edit a Git object Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.