On Wed, Jul 05 2017, Stefan Beller jotted:
> On Tue, Jul 4, 2017 at 6:56 PM, Junio C Hamano wrote:
>> Stefan Beller writes:
>>
>>> On Tue, Jul 4, 2017 at 3:50 PM, Ævar Arnfjörð Bjarmason
>>> wrote:
>>>
I think some invocation of "git submodule update ???" will do the same,
but I
On Tue, Jul 4, 2017 at 6:56 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> On Tue, Jul 4, 2017 at 3:50 PM, Ævar Arnfjörð Bjarmason
>> wrote:
>>
>>>
>>> I think some invocation of "git submodule update ???" will do the same,
>>> but I can't from the docs see what that is right now.
>>
>>
Stefan Beller writes:
> On Tue, Jul 4, 2017 at 3:50 PM, Ævar Arnfjörð Bjarmason
> wrote:
>
>>
>> I think some invocation of "git submodule update ???" will do the same,
>> but I can't from the docs see what that is right now.
>
> '--remote' is what you are looking for.
>
> When we have the branc
On Tue, Jul 4, 2017 at 3:50 PM, Ævar Arnfjörð Bjarmason
wrote:
>
> I think some invocation of "git submodule update ???" will do the same,
> but I can't from the docs see what that is right now.
'--remote' is what you are looking for.
When we have the branch field configured, the workflow for *
On Tue, Jul 04 2017, Junio C. Hamano jotted:
> Ævar Arnfjörð Bjarmason writes:
>
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00..cbeebdab7a
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "sha1collisiondetection"]
Ævar Arnfjörð Bjarmason writes:
>>> diff --git a/.gitmodules b/.gitmodules
>>> new file mode 100644
>>> index 00..cbeebdab7a
>>> --- /dev/null
>>> +++ b/.gitmodules
>>> @@ -0,0 +1,4 @@
>>> +[submodule "sha1collisiondetection"]
>>> + path = sha1collisiondetection
>>> + url = https://gi
On Mon, Jul 03 2017, Junio C. Hamano jotted:
> Ævar Arnfjörð Bjarmason writes:
>
>> Add an option to use the sha1collisiondetection library from the
>> submodule in sha1collisiondetection/ instead of in the copy in the
>> sha1dc/ directory.
>>
>> This allows us to try out the submodule in sha1c
Ævar Arnfjörð Bjarmason writes:
> Add an option to use the sha1collisiondetection library from the
> submodule in sha1collisiondetection/ instead of in the copy in the
> sha1dc/ directory.
>
> This allows us to try out the submodule in sha1collisiondetection
> without breaking the build for anyo
Add an option to use the sha1collisiondetection library from the
submodule in sha1collisiondetection/ instead of in the copy in the
sha1dc/ directory.
This allows us to try out the submodule in sha1collisiondetection
without breaking the build for anyone who's not expecting them as we
work out any
9 matches
Mail list logo