1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
David Calavera 9fb7204a41 Do not try to shallow git history when the protocol doesn't allow it.
This only happens with the old git http dumb protocol, but that's what we use in our integration tests.
We check the Content-Type header advertised in http requests to make sure the http transport is the git smart transport:

See this commit as a reference:
4656bf47fc

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-04-24 09:39:38 -07:00
..
command Some fixed for new LABEL stuff 2015-03-16 22:53:41 -07:00
parser Fix a typo in comment of parseMaybeJSONToList 2015-04-11 10:34:21 +08:00
dispatchers.go Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
evaluator.go Move CLI config processing out from under registry dir 2015-04-23 10:18:38 -07:00
internals.go Move CLI config processing out from under registry dir 2015-04-23 10:18:38 -07:00
job.go Do not try to shallow git history when the protocol doesn't allow it. 2015-04-24 09:39:38 -07:00
shell_parser.go Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00
shell_parser_test.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
support.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
words Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00