Commit Graph

36 Commits (dbed05caecd79e106618cee2afa56a42bcc37dbf)

Author SHA1 Message Date
Michael Porter 8ccbf13a13 (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
12 years ago
James Tanner 3ec043ec17 Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off
12 years ago
James Tanner 86ba8f4dff Fix git module parameters to conform to code standards
12 years ago
James Tanner 18050d50ec Fixes #4108 Add sshopts and keyfile parameters to the git module
12 years ago
James Tanner eeee1e1c5a Set accept_hostkey to False by default in the git module and fail
12 years ago
James Tanner 8665b0638a Add an "accept_hostkey" parameter to the git module to help automatically
12 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
12 years ago
James Tanner 5c1fbcc9d2 Addresses #5036 fix typo in git module
12 years ago
James Tanner d950a3d1b5 Fixes 5036 add missing parameter to git module function call
12 years ago
jctanner ad5012f930 Merge pull request #4691 from cg-soft/git-bare-ref-repo-support
13 years ago
Michael DeHaan 337b6ce642 Fix documentation formatting.
13 years ago
Michael DeHaan 6d16f85b30 Suggest keyscan for github/other SCM hanging.
13 years ago
Christian Goetze f41d4ac390 Add support for bare git reference repos
13 years ago
Yap Sok Ann 8519d586ba git: Don't add --branch while cloning if the version is a SHA-1 hash.
13 years ago
Yap Sok Ann 9f8cdac0aa git: Handle network problem when running `git ls-remote`.
13 years ago
Yap Sok Ann a53e7045a6 git: Always return the before/after revisions, even in check mode.
13 years ago
Yap Sok Ann b9558828e8 git: Make function get_remote_head usable when cloning.
13 years ago
Yap Sok Ann 2ad4d77c9a git: Remove unnecessary return code checking.
13 years ago
Yap Sok Ann 9af05f4d2f git: Full length SHA-1 in, full length SHA-1 out.
13 years ago
James Tanner b98ab745f1 fix docstring indentation on scc modules
13 years ago
Skylar Saveland 5243bd5fa3 executable option to git module
13 years ago
James Cammarata 7bd8c18fa7 Merge branch 'gitfix' of https://github.com/johanwiren/ansible into johanwiren-gitfix
13 years ago
Johan Wirén dcd556b92f Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
13 years ago
Drew Blas 9ede377380 Added git disclaimer about dealing with ssh host checking
13 years ago
Petr Svoboda d9576b3529 Tidy up fix of git module traceback
13 years ago
Petr Svoboda 2d5b942ffe Fix traceback in git module when version checkout fails
13 years ago
Michael DeHaan 32d5038d72 Don't add --version HEAD parameter is already HEAD, some versions of git don't like this.
13 years ago
James Laska 95a22338a2 Resolve incompatability between depth and version
13 years ago
Matt Spaulding 871f781ec7 Fix git submodule update when version specified
13 years ago
Stephen Fromm 76d848331f Add submodule support to git module
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago
Benjamin Schwarze a0c89e742e remove unused git function is_current_branch (looks like it returns always True anyway which might be wrong)
13 years ago
Benjamin Schwarze 3cae9d6d0d use module.get_bin_path('git', True) once and pass git_path to functions
13 years ago
Stoned Elipot c9f268ac48 Fix typo in git module documentation preventing it to be processed by ansible-doc
13 years ago
Jesse Keating f645d27f5e Add an update option to the git module
13 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation.
13 years ago