Commit Graph

52 Commits (e4ff74ebbd9dcff60edcec7e5405ceca2e6ca789)

Author SHA1 Message Date
Aleksey Khudyakov a67c6f0663 Fix typo requird -> required
12 years ago
James Cammarata df877f2e79 Check module_path permissions when creating ssh_wrapper for git
12 years ago
Chad Nelson ef1a8e4cdd Only update submodules when recursive is true
12 years ago
James Tanner 1c9950678a Addresses #6750 Use --help instead of -
12 years ago
James Tanner cca028187e Fixes #6750 Check git subcommand for --remote and expose errors
12 years ago
Oleg A. Mamontov 933fb349f1 Fixed cwd for submodules update
12 years ago
Michael DeHaan c308b98742 Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellectronica/ansible into devel
12 years ago
addshore 11895fa437 Add --remote to git submodule_update
12 years ago
James Tanner 5f428041db Fixes #6582 Re-add regex to ignore untracked files that were never tracked
12 years ago
James Tanner 67517e96d3 Fixes #6567 put the git wrapper script in the module temp dir
12 years ago
andreaskern a57581e1e7 add param to note example for ssh-keyscan
12 years ago
patrickheeney fae36165a2 Fix documentation for accept_hostkey
12 years ago
Patrick Smith 4173608b58 git: Execute git commands in `dest` directory
12 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled
12 years ago
Jesse Keating 4593e3c357 Make sure requested version tag gets downloaded
12 years ago
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
13 years ago
Tom Berger 79f3c56ddd Add a `recursive` option to the git command.
13 years ago
James Tanner 5c1fbcc9d2 Addresses #5036 fix typo in git module
13 years ago
James Tanner d950a3d1b5 Fixes 5036 add missing parameter to git module function call
13 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