ansible/source_control
Robin Roth f6fae82ec2 Fix git shallow update (#3912)
* remove unused variables

* fetch branch name instead of HEAD

fix #3782, which was introduced by f1bacc1d3f

* disable git depth option for old git versions

fixes #3782
git support for `--depth` did not fully work in old git versions (before 1.8.2)
fall back to full clones/fetches on those versions

* raise required git version to 1.9.1 for depth option

* use correct depth argument in switch_version
2016-07-05 14:57:38 -04:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
git.py Fix git shallow update (#3912) 2016-07-05 14:57:38 -04:00
hg.py Use the proper type for 'dest' argument 2016-05-14 12:08:39 +02:00
subversion.py Missing documentation fix (#2516) 2016-04-12 22:12:30 +02:00