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

2013-11-28 Thread Matthew Ogilvie
On Sat, Nov 23, 2013 at 09:18:56PM +0100, Pierre Penninckx wrote: The documentation of subtree says that the --squash option can be used for add, merge, split and push subtree commands but only add and merge is implemented. Clarification: The current documentation (correctly) doesn't actually

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

2013-11-28 Thread Pierre Penninckx
Hi Matthew, Clarification: The current documentation (correctly) doesn't actually claim to support split --squash, but it does erroneously claim to support push --squash ยป. Yes indeed. ;) It looks like your patch is basically squashing the new subtree commits together, throwing out those

[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 ibizapea...@gmail.com 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