On Tue, Oct 04, 2016 at 09:19:01AM -0700, Junio C Hamano wrote:
> Jeff King writes:
>
> > As I argued in [1], I think it's not just "this must be cheaper" but
> > "this must not be enabled if submodules are not in use at all". Most
> > repositories don't have submodules enabled at all, so anyth
Jeff King writes:
> As I argued in [1], I think it's not just "this must be cheaper" but
> "this must not be enabled if submodules are not in use at all". Most
> repositories don't have submodules enabled at all, so anything that
> cause any extra traversal, even of a portion of the history, is
On Tue, Oct 04, 2016 at 02:04:21PM +0200, Heiko Voigt wrote:
> > I think the only sane default is going to be some kind of heuristic that
> > says "submodules are probably in use". Something like "is there a
> > .gitmodules file" is not perfect (you can have gitlink entries without
> > it), but it
On Tue, Oct 04, 2016 at 07:44:28AM -0400, Jeff King wrote:
> > My idea of a solution goes like this:
> > * collect all SHA1's of the remotes refs
> > * check if we have them locally
> > * if not we abort and tell the user to fetch them somehow into local
> > refs or disable the check
> >
On Tue, Oct 04, 2016 at 01:18:45PM +0200, Heiko Voigt wrote:
> On Mon, Oct 03, 2016 at 02:11:36PM -0700, Linus Torvalds wrote:
> > This seems to be because I'm now on 'pu' as of a day or two ago in
> > order to test the abbrev logic, but lookie here:
> >
> > time git ls-remote
> > ra.kernel.
Hi,
On Mon, Oct 03, 2016 at 02:11:36PM -0700, Linus Torvalds wrote:
> This seems to be because I'm now on 'pu' as of a day or two ago in
> order to test the abbrev logic, but lookie here:
>
> time git ls-remote ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
> .. shows all the bran
Stefan Beller writes:
> On Mon, Oct 3, 2016 at 2:17 PM, Stefan Beller wrote:
>>
>> * sb/push-make-submodule-check-the-default (2016-08-24) 1 commit
>> - push: change submodule default to check
>>
>> Turn the default of "push.recurseSubmodules" to "check".
>>
>> Will hold to wait for hv/sub
+cc Heiko
On Mon, Oct 3, 2016 at 2:17 PM, Stefan Beller wrote:
>
> * sb/push-make-submodule-check-the-default (2016-08-24) 1 commit
> - push: change submodule default to check
>
> Turn the default of "push.recurseSubmodules" to "check".
>
> Will hold to wait for hv/submodule-not-yet-pushed-
On Mon, Oct 3, 2016 at 2:11 PM, Linus Torvalds
wrote:
> This seems to be because I'm now on 'pu' as of a day or two ago in
> order to test the abbrev logic, but lookie here:
>
> time git ls-remote ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
> .. shows all the branches and tags .
9 matches
Mail list logo