Commit Graph

21 Commits (0ab5682b8740f0075bd74e6345a81aea6b4be6cd)

Author SHA1 Message Date
Toshio Kuratomi ee324fc3ad Make documentation clear about update=no vs clone=no 10 years ago
Toshio Kuratomi dfe7f6c6d6 Probably would make clone a 1.9 feature rather than 1.8.3 10 years ago
Toshio Kuratomi b650ad1671 Make git's update parameter revert to its old behaviour and add new clone parameter to take its place.
Fixes #426
Fixes https://github.com/ansible/ansible/issues/8630
10 years ago
Toshio Kuratomi f87afc090c Merge pull request #158 from ajsalminen/git_dereference_annotated_tag
[git] Find the actual commit annotated tags refer to instead of the tag object.
10 years ago
Toshio Kuratomi 7af2d3f5f7 Merge pull request #92 from astorije/expand_user_git_key_file
Expand the user home folder in the key_file argument of the git module
10 years ago
Toshio Kuratomi 7350d2cc7f Add error message from git to message returned from ansible
Fixes #81
10 years ago
Toshio Kuratomi 375025d2e3 Change git update param documentation to match reality 10 years ago
Toshio Kuratomi 2493dda4e5 Before pulling submodules from repos add ssh hostkeys for those submodules
Fixes #9655
10 years ago
Toshio Kuratomi 050a462b2a Fix git mod so that we switch to the desired version even if it was previously downloaded 10 years ago
Toshio Kuratomi b326201a65 Some cleanups to the git module 10 years ago
Toshio Kuratomi 41559311d8 Fix cornercase tracebaxk when detecting whether submodules changed 10 years ago
Toshio Kuratomi c46f39f044 Fix git module checking out correct version after initial clone
Fixes #313
10 years ago
Toshio Kuratomi 63e81cfc2e Fix git module handling of the recursive flag
Fixes: #169
10 years ago
Toshio Kuratomi 9fe5c2af2d Update desctiprion, parameter name, and default value as discussed in #55 10 years ago
Toshio Kuratomi 785762efe8 Merge pull request #55 from bibliotechy/add-track-submodule-branches-parameter
Add track submodule branches parameter
10 years ago
CptLausebaer 617eed6556 correct requirement of parameter dest
The parameter "dest:" is required, but it is documented as "required: false".
10 years ago
Antti Salminen 36b7287375 Find the actual commit annotated tags refer to instead of the tag object. 10 years ago
Jérémie Astori 1e9680aa6b Fix #91: Expand user home folder for the key_file path of the git module 10 years ago
Chad Nelson 37ed9b19ef Chnge option name to track_submodule_branches.
Update documentation to reflect what the actual effect of the option.
10 years ago
Chad Nelson 30aae62e25 Give option on how git tracks submodules.
Allows user to decide if git submodule should track branches/tags or track commit hashes defined in the superproject.

Add track_branches parameter to the git module.

Defaults to track branches behavior.
10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago