Re: [PATCH 1/2] submodule: Include check for objects when fetching

2016-02-22 Thread Junio C Hamano
Junio C Hamano writes: > Junio C Hamano writes: > >> Stefan Beller writes: >> >>> Junio wrote: To be complete, the rev-list command line should also run with "--objects"; after all, a commit walker fetch may have downloaded commit chain completely but haven't fetched necessary tr

Re: [PATCH 1/2] submodule: Include check for objects when fetching

2016-02-22 Thread Junio C Hamano
Junio C Hamano writes: > Stefan Beller writes: > >> Junio wrote: >>> To be complete, the rev-list command line should also run with >>> "--objects"; after all, a commit walker fetch may have downloaded >>> commit chain completely but haven't fetched necessary trees and >>> blobs when it was kill

Re: [PATCH 1/2] submodule: Include check for objects when fetching

2016-02-22 Thread Junio C Hamano
Stefan Beller writes: > Junio wrote: >> To be complete, the rev-list command line should also run with >> "--objects"; after all, a commit walker fetch may have downloaded >> commit chain completely but haven't fetched necessary trees and >> blobs when it was killed, and "rev-list $sha1 --not --a

[PATCH 1/2] submodule: Include check for objects when fetching

2016-02-22 Thread Stefan Beller
Junio wrote: > To be complete, the rev-list command line should also run with > "--objects"; after all, a commit walker fetch may have downloaded > commit chain completely but haven't fetched necessary trees and > blobs when it was killed, and "rev-list $sha1 --not --all" would not > catch such a b