Re: [PATCH 1/4] subtree: support split --rejoin --squash

2014-01-23 Thread Pierre Penninckx
n Wed, Jan 22, 2014 at 03:58:28PM +0100, Pierre Penninckx wrote: >> 2013/12/7 Matthew Ogilvie >> > Subject: [PATCH 1/4] subtree: support split --rejoin --squash >> > >> > Allow using --squash with "git subtree split --rejoin". It >> > will

Re: [PATCH] subtree: add squash handling for split and push

2013-11-28 Thread Pierre Penninckx
I intended to use `push --squash` to send a squash of the commits to hide the actual tinkering. So if your way allows to do it, I vote to stick with yours. Regards, Pierre Penninckx-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] subtree: add squash handling for split and push

2013-11-23 Thread Pierre Penninckx
>From 2763be1fe68d07af60945762178b8494228eb45f Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Sat, 23 Nov 2013 20:03:20 +0100 Subject: [PATCH] subtree: add squash handling for split and push The documentation of subtree says that the --squash option can be used for add, merge, split