summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/source_control/git.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable in git module. (#28464)Laurent Coustet2017-09-201-2/+0
* fix git wrapper (#29069)Brian Coca2017-09-141-2/+3
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* remove wildcards and add boilerplateToshio Kuratomi2017-07-291-19/+7
* Updates docs to match module behavior (#26658)Arthur Burkart2017-07-251-4/+2
* Only use `git verify-tag` when verifying annotated tags (#26414)Andreas Olsson2017-07-191-4/+6
* Correct doc about the Git module verify_commit paramAndreas Olsson2017-07-031-1/+1
* In the git module let ssh do its own host checkingAndreas Olsson2017-06-261-25/+16
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Add archive option in git plugin (#23332)Abhijeet Kasurde2017-05-151-0/+93
* Make git module pep8 compliant (#24196)Robin Roth2017-05-021-49/+75
* git: git reset with branchChulki Lee2017-04-041-1/+1
* Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22...Miyurz2017-03-281-1/+1
* Fix use of unauthenticated connection examples in git module docsRobin Schneider2017-03-221-3/+3
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix git clone tag with depth=1Robin Roth2017-03-021-5/+10
* Fix git remote url change detection. (#20587)Matt Clay2017-01-231-2/+5
* Document git module return values (#19485)Baptiste Mille-Mathias2017-01-081-0/+23
* git ssh wrapper: py3-compatability with stringstedder2017-01-031-2/+2
* Add tests for Git remote URL changes (#16893)Rob Cutmore2016-12-221-1/+1
* Fix UnboundLocalError remote_head in git (#19057)Robin Roth2016-12-141-21/+14
* Fix typos in git.py (#19186)Kevin Burke2016-12-111-2/+2
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Unquote urls in YAML - source_control (#5795)Fabio Alessandro Locati2016-12-081-5/+5
* Set IdentitiesOnly=yes when using key_file (#5682)David Wittman2016-12-081-1/+1
* Git: indicate if remote url was changed or not (#5677)Rob Cutmore2016-12-081-2/+1
* Change example syntax on git moduleSam Doran2016-12-081-7/+20
* Fix String Type for Python 3 Branch ComparisonFahri Cihan Demirci2016-12-081-2/+2
* Remove the yaml dep from the git moduleToshio Kuratomi2016-12-081-8/+14
* Fix git for py3Toshio Kuratomi2016-12-081-24/+30
* Fix git failure for use of depth with version (#5135)Robin Roth2016-12-081-4/+5
* verify both tags and commits (#2654)Jamie Evans2016-12-081-1/+5
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-3/+3
* Fix git get_diff TypeError when fetch (#4881)Toopy2016-12-081-1/+2
* Speedup git module on clone and pull (#4562)Robin Roth2016-12-081-52/+40
* to_text, to_bytes, and to_native now have surrogate_or_strict error handler (...Toshio Kuratomi2016-12-081-2/+2
* Remove colors from git-branch output for correct local search (#4545)Anton Onufriev2016-12-081-1/+1
* Port the module to run on python 3 (#4496)Michael Scherer2016-12-081-7/+10
* Clarify that refspec is needed to checkout a git hash (#4564)Robin Roth2016-12-081-2/+3
* git: add a umask parameter (#4473)jctanner2016-12-081-0/+22
* git: set the file:// protocol if needed and refactor HEAD parser (#4434)jctanner2016-12-081-7/+40
* Determine branch name more reliable (#907)Timmo Verlaan2016-12-081-1/+1
* git: Use a local copy of unfrackpath to avoid using ansible.lib (#4426)jctanner2016-12-081-3/+7
* git: If force=yes, apply --force to submodule updates to overwrite local chan...jctanner2016-12-081-2/+4
* Git: Determine if remote URL is being changed (#4243)Rob Cutmore2016-12-081-10/+34
* git: save changed submodules in check and non-check mode (#4392)jctanner2016-12-081-1/+3
* Add diff mode support to git module (#3364)Dag Wieers2016-12-081-20/+58
* Fix git shallow update (#3912)Robin Roth2016-12-081-16/+37
* Add commentToshio Kuratomi2016-12-081-0/+4
* git: fix change testing when version is HEAD (#3025)Marius Gedminas2016-12-081-0/+2