summaryrefslogtreecommitdiff
path: root/source_control
Commit message (Expand)AuthorAgeFilesLines
* Since we screenscrape output from git to tell us information we need to use t...Toshio Kuratomi2016-02-071-1/+6
* Reverse the force parameter for the hg moduleToshio Kuratomi2015-01-291-3/+4
* Change the git force parameter to default to no as a safety change.Toshio Kuratomi2015-01-281-3/+4
* Make documentation list when force changed defaultsToshio Kuratomi2015-01-281-0/+1
* Update force documentation to reflect default=noToshio Kuratomi2015-01-281-1/+1
* Merge pull request #506 from mscherer/fix_370Toshio Kuratomi2015-01-281-7/+15
|\
| * Fix #370, by allowing to export over a existing repositoryMichael Scherer2014-12-131-4/+7
| * Make force parameter work for export operationMichael Scherer2014-12-131-3/+8
* | Merge pull request #93 from natefoo/hg-bugfixToshio Kuratomi2015-01-071-7/+33
|\ \
| * | Fix a few bugs and misbehavior in the hg module:Nate Coraor2014-10-011-7/+33
| |/
* | git fetch --tags overwrites normal fetching with git < 1.8.x so do a normal f...Toshio Kuratomi2014-12-221-5/+7
* | Fix typo in git refspec code. Change lists to tuplesToshio Kuratomi2014-12-221-4/+4
* | Merge pull request #371 from rohanpm/git_refspecToshio Kuratomi2014-12-221-28/+41
|\ \
| * | git: add 'refspec' argumentRohan McGovern2014-12-191-4/+30
| * | git: clean up "fetch" methodRohan McGovern2014-12-191-23/+10
* | | Make documentation clear about update=no vs clone=noToshio Kuratomi2014-12-191-0/+4
|/ /
* | Probably would make clone a 1.9 feature rather than 1.8.3Toshio Kuratomi2014-12-171-1/+1
* | Make git's update parameter revert to its old behaviour and add new clone par...Toshio Kuratomi2014-12-171-11/+21
* | Merge pull request #158 from ajsalminen/git_dereference_annotated_tagToshio Kuratomi2014-12-151-1/+13
|\ \
| * | Find the actual commit annotated tags refer to instead of the tag object.Antti Salminen2014-10-071-1/+13
| |/
* | Merge pull request #92 from astorije/expand_user_git_key_fileToshio Kuratomi2014-12-151-0/+4
|\ \
| * | Fix #91: Expand user home folder for the key_file path of the git moduleJérémie Astori2014-09-301-0/+4
| |/
* | Add error message from git to message returned from ansibleToshio Kuratomi2014-12-151-4/+6
* | Change git update param documentation to match realityToshio Kuratomi2014-12-091-1/+1
* | Before pulling submodules from repos add ssh hostkeys for those submodulesToshio Kuratomi2014-12-091-4/+11
* | Fix git mod so that we switch to the desired version even if it was previousl...Toshio Kuratomi2014-12-081-2/+2
* | Some cleanups to the git moduleToshio Kuratomi2014-12-081-25/+16
* | Fix cornercase tracebaxk when detecting whether submodules changedToshio Kuratomi2014-11-251-1/+2
* | Fix git module checking out correct version after initial cloneToshio Kuratomi2014-11-191-0/+1
* | Fix git module handling of the recursive flagToshio Kuratomi2014-10-281-10/+110
* | Update desctiprion, parameter name, and default value as discussed in #55Toshio Kuratomi2014-10-281-16/+19
* | Merge pull request #55 from bibliotechy/add-track-submodule-branches-parameterToshio Kuratomi2014-10-281-9/+21
|\ \
| * | Chnge option name to track_submodule_branches.Chad Nelson2014-09-291-12/+12
| * | Give option on how git tracks submodules.Chad Nelson2014-09-291-9/+21
| |/
* | correct requirement of parameter destCptLausebaer2014-10-211-1/+1
|/
* package filesMichael DeHaan2014-09-261-0/+0
* file extensions!Michael DeHaan2014-09-263-0/+0
* Restructuring.Michael DeHaan2014-09-263-0/+1076
* Move modules into subdirectory.Michael DeHaan2014-09-265-1452/+0
* Allow git repo queries without a clone when update=noJames Cammarata2014-09-171-17/+25
* updated git module documentationDevin Austin2014-09-161-2/+1
* 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