summaryrefslogtreecommitdiff
path: root/library/source_control
Commit message (Expand)AuthorAgeFilesLines
* Documentation simplification for git module parameterMichael DeHaan2014-07-111-3/+1
* Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fixJames Cammarata2014-06-201-0/+3
|\
| * fix issue #6932Constantine Peresypkin2014-04-101-0/+3
* | Cleanup subversion module documentation in regards to exportJames Cammarata2014-05-271-2/+3
* | Make sure export param for subversion module is checked as a booleanJames Cammarata2014-05-271-1/+1
* | Fix typo requird -> requiredAleksey Khudyakov2014-05-241-1/+1
* | Check module_path permissions when creating ssh_wrapper for gitJames Cammarata2014-05-141-1/+10
* | Only update submodules when recursive is trueChad Nelson2014-04-171-4/+7
|/
* Fix incorrect version_added value in docstring for subversion export paramJames Cammarata2014-04-081-1/+1
* Addresses #6750 Use --help instead of -James Tanner2014-04-031-1/+1
* Fixes #6750 Check git subcommand for --remote and expose errorsJames Tanner2014-04-031-2/+37
* Fix a typo in the subversion module documentationGael Pasgrimaud2014-04-031-1/+1
* Fixed cwd for submodules updateOleg A. Mamontov2014-04-021-1/+1
* Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellec...Michael DeHaan2014-03-281-3/+19
|\
| * Add a `recursive` option to the git command.Tom Berger2013-12-021-3/+18
* | Add --remote to git submodule_updateaddshore2014-03-281-2/+2
* | Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible in...James Cammarata2014-03-251-1/+19
|\ \
| * | Adding example for svn exportBaptiste Lafontaine2014-02-101-0/+3
| * | Adding 'export' option to subversion module (to export instead of checkout)Baptiste Lafontaine2013-12-131-1/+16
* | | Fixes #6582 Re-add regex to ignore untracked files that were never trackedJames Tanner2014-03-191-0/+1
* | | Fixes #6567 put the git wrapper script in the module temp dirJames Tanner2014-03-191-1/+2
* | | add param to note example for ssh-keyscanandreaskern2014-03-181-1/+1
* | | Fix documentation for accept_hostkeypatrickheeney2014-03-131-4/+5
* | | Some more run_command updates.Michael DeHaan2014-03-121-2/+1
* | | git: Execute git commands in `dest` directoryPatrick Smith2014-03-121-2/+2
* | | Remove validate_certs parameter from fetch_url callsJames Cammarata2014-03-121-3/+3
* | | Force command action to not be executed by the shell unless specifically enabledJames Tanner2014-03-102-51/+45
* | | Validate SSL certs accessed through urllib*James Cammarata2014-03-101-38/+45
* | | Pass svn arguments as a list of strings instead of using string substition to...Chris Church2014-02-261-12/+12
* | | Merge branch 'git_version_tags' of https://github.com/j2sol/ansible into j2so...James Cammarata2014-02-251-0/+15
|\ \ \
| * | | Make sure requested version tag gets downloadedJesse Keating2014-02-071-0/+15
* | | | Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown...James Cammarata2014-02-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a bug in "hg" module so that `pull` is not set to a version.Caleb Brown2014-01-231-1/+1
* | | | (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't...Michael Porter2014-01-301-2/+2
* | | | Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeyc...James Tanner2014-01-281-2/+7
* | | | Fix git module parameters to conform to code standardsJames Tanner2014-01-231-8/+8
* | | | Fixes #4108 Add sshopts and keyfile parameters to the git moduleJames Tanner2014-01-231-1/+72
|/ / /
* | | subversion: use LANG=C to prevent regex failuresRené Moser2014-01-151-0/+1
* | | Merge pull request #5141 from kisielk/hgjctanner2014-01-141-42/+6
|\ \ \
| * | | Don't modify hgrc when running purgeKamil Kisiel2013-12-021-42/+6
| |/ /
* | | Set accept_hostkey to False by default in the git module and failJames Tanner2014-01-111-4/+4
* | | Add an "accept_hostkey" parameter to the git module to help automaticallyJames Tanner2014-01-111-0/+14
|/ /
* | Fixes #5023 Convert all modules to use new snippet import patternJames Tanner2013-12-025-10/+10
* | Addresses #5036 fix typo in git moduleJames Tanner2013-11-251-1/+1
* | Fixes 5036 add missing parameter to git module function callJames Tanner2013-11-251-1/+1
* | Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> gith...Michael DeHaan2013-11-181-3/+3
|/
* Fix copyright section in githooks moduleJames Tanner2013-11-141-22/+20
* Merge pull request #4691 from cg-soft/git-bare-ref-repo-supportjctanner2013-11-141-34/+76
|\
| * Add support for bare git reference reposChristian Goetze2013-10-311-34/+76
* | Quote docstring in githooks moduleJames Tanner2013-11-141-1/+1