summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/source_control/git.py
Commit message (Expand)AuthorAgeFilesLines
* git - use remote_tmp directory (#66762)narimantos2020-02-281-5/+4
* git - add an 'archive_prefix' option (#66067)dexpl2020-01-241-8/+19
* fix typos in modules (#62135)Andrey Klychkov2019-09-111-1/+1
* Fix git module when using absolute repo path.Matt Clay2019-08-141-2/+4
* Support `--valid_pgpkeys` option in Git module ()jelle van der Waa2019-06-051-8/+39
* update git.py (#51017)Ahmed Hussein2019-01-291-1/+1
* Update git.py (#50139)mbork2018-12-191-0/+2
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-6/+6
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-4/+4
* Update git example (#49098)Bernardo Vieira da Silva2018-11-261-1/+1
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-6/+6
* doc: fixes the the repetitions (#43937)♫ Christian Krause ♫2018-08-221-1/+1
* Support `--separate-git-dir` option in Git module (#41712)Zhikang Zhang2018-08-171-3/+67
* Detect separate git dir and set git config path value appropriatelySenya2018-05-231-29/+45
* git: clarify the archive option in docs (#39956)Martin Krizek2018-05-101-0/+2
* Fix awkward plural in git module (#39399)Bryan Black2018-04-281-1/+1
* add newer syntax to detached HEAD check (#38879)Alan Rominger2018-04-231-1/+1
* git: clarify key_file param in docs (#39147)Martin Krizek2018-04-231-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-151-62/+37
* [git] Fix switching branch of shallow clone (#18728)Maarten Bezemer2018-02-071-3/+1
* git: fix archive when update is set to no (#31829)Martin Krizek2017-10-311-0/+11
* git: remove duplicate ssh_wrapper cleanup (#31827)Martin Krizek2017-10-191-8/+0
* Correct usage for shutil.rmtree (#31541)Abhijeet Kasurde2017-10-131-2/+2
* Un-nest nested if statements (#19190)Kevin Burke2017-10-131-3/+2
* Revert "fix git wrapper (#29069)"Brian Coca2017-10-041-3/+2
* 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