summaryrefslogtreecommitdiff
path: root/source_control
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-063-0/+12
* Call main in conditional way - source_controlFabio Alessandro Locati2016-12-051-1/+3
* Unquote urls in YAML - source_control (#5795)Fabio Alessandro Locati2016-12-023-10/+10
* [git] Set IdentitiesOnly=yes when using key_file (#5682)David Wittman2016-11-281-1/+1
* Git: indicate if remote url was changed or not (#5677)Rob Cutmore2016-11-211-2/+1
* Change example syntax on subversion moduleSam Doran2016-11-151-3/+11
* Change example syntax on hg moduleSam Doran2016-11-151-2/+10
* Change example syntax on git moduleSam Doran2016-11-151-7/+20
* Fix String Type for Python 3 Branch ComparisonFahri Cihan Demirci2016-10-241-2/+2
* Remove the yaml dep from the git moduleToshio Kuratomi2016-10-211-8/+14
* Fix git for py3Toshio Kuratomi2016-10-211-24/+30
* Fix git failure for use of depth with version (#5135)Robin Roth2016-10-211-4/+5
* Add separate checkout and update parameters (#5306)Matthew Jones2016-10-201-3/+38
* Add separate clone parameter (#5307)Matthew Jones2016-10-201-5/+36
* verify both tags and commits (#2654)Jamie Evans2016-10-181-1/+5
* Make subversion module work on python 3Michael Scherer2016-10-171-1/+1
* Do not leak the subversion password in log (#5200)Michael Scherer2016-10-131-1/+1
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-132-4/+4
* Fix git get_diff TypeError when fetch (#4881)Toopy2016-09-201-1/+2
* Speedup git module on clone and pull (#4562)Robin Roth2016-09-121-52/+40
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2016-09-011-2/+2
* Remove colors from git-branch output for correct local search (#4545)Anton Onufriev2016-08-301-1/+1
* Port the module to run on python 3 (#4496)Michael Scherer2016-08-291-7/+10
* Clarify that refspec is needed to checkout a git hash (#4564)Robin Roth2016-08-271-2/+3
* Fix hg for python3 (#4528)Toshio Kuratomi2016-08-241-6/+9
* git: add a umask parameter (#4473)jctanner2016-08-191-0/+22
* git: set the file:// protocol if needed and refactor HEAD parser (#4434)jctanner2016-08-151-7/+40
* [git] Determine branch name more reliable (#907)Timmo Verlaan2016-08-151-1/+1
* git: Use a local copy of unfrackpath to avoid using ansible.lib (#4426)jctanner2016-08-151-3/+7
* git: If force=yes, apply --force to submodule updates to overwrite local chan...jctanner2016-08-121-2/+4
* Git: Determine if remote URL is being changed (#4243)Rob Cutmore2016-08-121-10/+34
* git: save changed submodules in check and non-check mode (#4392)jctanner2016-08-111-1/+3
* Add diff mode support to git module (#3364)Dag Wieers2016-08-111-20/+58
* Revert "Reset all locale environment variables before running svn commands" (...Zoltán Müllner2016-08-081-1/+1
* Fix git shallow update (#3912)Robin Roth2016-07-051-16/+37
* Add commentToshio Kuratomi2016-06-211-0/+4
* git: fix change testing when version is HEAD (#3025)Marius Gedminas2016-06-211-0/+2
* Revert "Fix git shallow update (#3794)" -- Broke integration tests:Toshio Kuratomi2016-06-091-36/+14
* Fix git shallow update (#3794)Robin Roth2016-06-091-14/+36
* Improve error reporting when git binary fail (#3266)Michael Scherer2016-05-201-6/+6
* Use the proper type for 'dest' argumentMichael Scherer2016-05-141-2/+2
* Add a better solution for the ssh_known_hosts issueMichael Scherer2016-04-281-1/+2
* Merge pull request #3507 from resmo/fix/git-porcelain-statusToshio Kuratomi2016-04-211-1/+1
|\
| * git: fix status to use porcelain, ignore user configurationRene Moser2016-04-211-1/+1
* | fix git switch branches in combination with depth on old git versions (#3492)Robin Roth2016-04-211-8/+21
|/
* Merge pull request #3466 from robinro/git-full-clone-with-hashToshio Kuratomi2016-04-191-4/+9
|\
| * fall back to full clone if version is hashRobin Roth2016-04-191-4/+9
* | with depth only fetch actual versionRobin Roth2016-04-191-1/+1
|/
* Log git error stdout/stderr to fail_json (#3022)Kyle Dyroff2016-04-191-4/+8
* make git updates respect depth (#3254)Robin Roth2016-04-141-15/+40