Re: [PATCH/RFC] Pinning of submodules

2015-09-08 Thread Junio C Hamano
Jens Lehmann writes: > Am 07.09.2015 um 01:43 schrieb Eric Sunshine: > >> My concern in asking was that some future person might come up with >> another scenario which also wants to use a "magic value" and would >> have to invent / arrive at another "illegal" representation.

Re: [PATCH/RFC] Pinning of submodules

2015-09-07 Thread Anders Ro
On 07/09/15 22:13, Jens Lehmann wrote: > Am 07.09.2015 um 01:43 schrieb Eric Sunshine: >> On Sun, Sep 6, 2015 at 6:08 PM, Anders Ro >> wrote: >>> On 04/09/15 07:02, Eric Sunshine wrote: On Wed, Sep 2, 2015 at 7:34 PM, Anders Ro

Re: [PATCH/RFC] Pinning of submodules

2015-09-07 Thread Jens Lehmann
Am 07.09.2015 um 01:43 schrieb Eric Sunshine: On Sun, Sep 6, 2015 at 6:08 PM, Anders Ro wrote: On 04/09/15 07:02, Eric Sunshine wrote: On Wed, Sep 2, 2015 at 7:34 PM, Anders Ro wrote: git-submodule.sh: pin submodule when branch name is

Re: [PATCH/RFC] Pinning of submodules

2015-09-06 Thread Eric Sunshine
On Sun, Sep 6, 2015 at 6:08 PM, Anders Ro wrote: > On 04/09/15 07:02, Eric Sunshine wrote: >> On Wed, Sep 2, 2015 at 7:34 PM, Anders Ro wrote: >>> git-submodule.sh: pin submodule when branch name is '@' >>> >>> Setting branch name to '@'

Re: [PATCH/RFC] Pinning of submodules

2015-09-06 Thread Anders Ro
On 04/09/15 07:02, Eric Sunshine wrote: > On Wed, Sep 2, 2015 at 7:34 PM, Anders Ro wrote: >> Patch to make it possible to pin submodules so that they are not >> affected by the --remote option in "git submodule". > > Thanks for the patches. I don't use submodules, so

Re: [PATCH/RFC] Pinning of submodules

2015-09-03 Thread Eric Sunshine
On Wed, Sep 2, 2015 at 7:34 PM, Anders Ro wrote: > Patch to make it possible to pin submodules so that they are not > affected by the --remote option in "git submodule". Thanks for the patches. I don't use submodules, so I can't comment specifically on this change,

[PATCH/RFC] Pinning of submodules

2015-09-02 Thread Anders Ro
Patch to make it possible to pin submodules so that they are not affected by the --remote option in "git submodule". Anders Ro (2): git-submodule.sh: pin submodule when branch name is '@' t7412: add test case for pinned submodules Documentation/git-submodule.txt | 3 +- git-submodule.sh