Re: [PATCH v2 04/23] contrib/subtree: Teach push and pull to use .gittrees for defaults

2013-03-24 Thread Paul Campbell
On Mon, Mar 11, 2013 at 3:35 AM, Junio C Hamano wrote: >> From: bibendi >> >> Look in the config file .gittrees for a default repository and >> refspec or commit when they are not provided on the command line. >> >> Uses the .gittrees config file in a similar way to how git-submodule >> uses the

Re: [PATCH v2 04/23] contrib/subtree: Teach push and pull to use .gittrees for defaults

2013-03-10 Thread Junio C Hamano
> From: bibendi > > Look in the config file .gittrees for a default repository and > refspec or commit when they are not provided on the command line. > > Uses the .gittrees config file in a similar way to how git-submodule > uses the .gitmodules file. What the patch does can be read from the cod