Re: [PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

2016-04-25 Thread Stefan Beller
On Tue, Apr 12, 2016 at 11:52 PM, Jacob Keller wrote: > On Tue, Apr 12, 2016 at 4:48 PM, Stefan Beller wrote: >> There are some inherent issues with shallow clones and submodules, such >> as having not having a commit available the superproject may point to >> in the submodule due to being shallo

Re: [PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

2016-04-25 Thread Lars Schneider
> On 13 Apr 2016, at 01:48, Stefan Beller wrote: > > There are some inherent issues with shallow clones and submodules, such > as having not having a commit available the superproject may point to > in the submodule due to being shallow. Use the new file t5614 to document > and test expectations

Re: [PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

2016-04-12 Thread Jacob Keller
On Tue, Apr 12, 2016 at 4:48 PM, Stefan Beller wrote: > There are some inherent issues with shallow clones and submodules, such > as having not having a commit available the superproject may point to > in the submodule due to being shallow. Use the new file t5614 to document > and test expectation

[PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

2016-04-12 Thread Stefan Beller
There are some inherent issues with shallow clones and submodules, such as having not having a commit available the superproject may point to in the submodule due to being shallow. Use the new file t5614 to document and test expectations in this area. Signed-off-by: Stefan Beller --- t/t5614-clo

[PATCH 3/3] clone: Add t5614 to test cloning submodules with shallowness involved

2016-03-15 Thread Stefan Beller
There are some inherent issues with shallow clones and submodules, such as having not having a commit available the superproject may point to in the submodule due to being shallow. Use the new file t5614 to document and test expectations in this area. Signed-off-by: Stefan Beller --- Notes: