dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 22 forks source link

Missing commit? #81

Closed ghuysmans closed 7 years ago

ghuysmans commented 7 years ago

Hello,

It looks like there's a missing commit in unix-tools/grep:

$ git submodule init
Submodule 'unix-tools/bash' (https://github.com/mfragkoulis/bash.git) registered for path 'unix-tools/bash'
Submodule 'unix-tools/coreutils' (https://github.com/mfragkoulis/coreutils) registered for path 'unix-tools/coreutils'
Submodule 'unix-tools/diffutils' (https://github.com/mfragkoulis/diffutils) registered for path 'unix-tools/diffutils'
Submodule 'unix-tools/grep' (https://github.com/mfragkoulis/grep) registered for path 'unix-tools/grep'
$ git submodule update
Cloning into '/home/me/dev/dgsh2/unix-tools/bash'...
Cloning into '/home/me/dev/dgsh2/unix-tools/coreutils'...
Cloning into '/home/me/dev/dgsh2/unix-tools/diffutils'...
Cloning into '/home/me/dev/dgsh2/unix-tools/grep'...
Submodule path 'unix-tools/bash': checked out 'a0b6c0d96885ee1b51d0d427a102b2e8ff7fa7c1'
Submodule path 'unix-tools/coreutils': checked out '8f344698ad3c97c8a3fbd1cd776d37daf3ec6d53'
Submodule path 'unix-tools/diffutils': checked out '83dbaae9ded005644d11001e11ce4830018da474'
error: no such remote ref 9530b21cfcf59b9e9533aa683844932d80e9abb0
Fetched in submodule path 'unix-tools/grep', but it did not contain 9530b21cfcf59b9e9533aa683844932d80e9abb0. Direct fetching of that commit failed.
mfragkoulis commented 7 years ago

Hi @ghuysmans ,

Everything seems fine on my end. Could you check again?

Just a note for your convenience. In order not to worry about submodules, you can try a recursive clone like this: git clone --recursive https://github.com/dspinellis/dgsh.git

You can find the general download and installation guidelines here: https://www.spinellis.gr/sw/dgsh/#download

We have also setup a Makefile recipe for pulling changes (including ones in the submodules): make pull

ghuysmans commented 7 years ago

Thank you, it works now (both ways). It's quite strange, I had tried twice before asking...

dspinellis commented 7 years ago

I fixed it in-between. Sorry for the confusion.