Re: [PATCH 3/3] git submodule update should give notice when run without init beforehand

2013-09-19 Thread Chris Packham
On 18/09/13 22:22, Tay Ray Chuan wrote: > Hi Chris, > > I think you mentioned usability issues with git-submodule before on > the git mailing list, so I thought you might be interested in taking a > look at this patch. It's attached below, you can also view it at > > > http://thread.gmane.org/

Re: [PATCH 3/3] git submodule update should give notice when run without init beforehand

2013-09-18 Thread Jens Lehmann
Am 18.09.2013 12:12, schrieb Tay Ray Chuan: > On Tue, Sep 17, 2013 at 1:06 AM, Jens Lehmann wrote: > > Thanks Jens for having a look! > >> Am 15.09.2013 19:38, schrieb Tay Ray Chuan: >>> When 'update' is run with no path in a repository with uninitialized >>> submodules, the program terminates w

Re: [PATCH 3/3] git submodule update should give notice when run without init beforehand

2013-09-18 Thread Tay Ray Chuan
On Tue, Sep 17, 2013 at 1:06 AM, Jens Lehmann wrote: Thanks Jens for having a look! > Am 15.09.2013 19:38, schrieb Tay Ray Chuan: >> When 'update' is run with no path in a repository with uninitialized >> submodules, the program terminates with no output, and zero status code. >> Be more helpful

Re: [PATCH 3/3] git submodule update should give notice when run without init beforehand

2013-09-16 Thread Jens Lehmann
Am 15.09.2013 19:38, schrieb Tay Ray Chuan: > When 'update' is run with no path in a repository with uninitialized > submodules, the program terminates with no output, and zero status code. > Be more helpful to users by mentioning this. Hmm, this patch is changing the default behavior, right? I as