Re: [PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule

2017-05-25 Thread Ævar Arnfjörð Bjarmason
On Sat, May 20, 2017 at 1:13 PM, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > >> Replace the forked sha1dc directory with a copy of the upstream code >> imported as a submodule. This is the exact same code as now exists in >> the sha1dc/ directory. >> >> The initial reason for copy/

Re: [PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule

2017-05-20 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > Replace the forked sha1dc directory with a copy of the upstream code > imported as a submodule. This is the exact same code as now exists in > the sha1dc/ directory. > > The initial reason for copy/pasting the code into sha1dc and locally > modifying it was that

[PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule

2017-05-18 Thread Ævar Arnfjörð Bjarmason
Replace the forked sha1dc directory with a copy of the upstream code imported as a submodule. This is the exact same code as now exists in the sha1dc/ directory. The initial reason for copy/pasting the code into sha1dc and locally modifying it was that it needed to be altered to work with the git