Commit Graph

24 Commits (a2aa30f4e5fd67a02aa794abb012d221b192efb0)

Author SHA1 Message Date
Michael DeHaan 7e9e29011e Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
Michael DeHaan 0a3ebdb6d5 Module consistency and make daisy chaining work with invalid arguments detection.
14 years ago
Michael DeHaan d79900b434 Merge pull request #732 from willthames/fix_git_fail_json
14 years ago
u348095 e863ba0cec Fixes for git module when it fails.
14 years ago
Michael DeHaan ce5f3dd148 Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
14 years ago
Stephen Fromm 87b3e1ecdc Update git module to use module magic and other changes
14 years ago
Lorin Hochstein 9253d89280 git module: Don't pass rc as separate arg to fail_json
14 years ago
Stephen Fromm 1727bd3b7a Update git module to handle branches better
14 years ago
Stephen Fromm fd059a3df2 Fix for issue 604
14 years ago
Michael DeHaan 70ef8e9ebb Merge pull request #637 from goozbach/git-mkdir
14 years ago
Derek Carter f0f8eb3445 git mkdir causes problems with older git (can't checkout to existing directory)
14 years ago
Peter Sankauskas 5e35cd6466 Pass through error message when repo not found
14 years ago
Michael DeHaan 45100f03b1 Default git module to master branch so branch= is not required.
14 years ago
Michael DeHaan e6416def6b update comment about branch support, now that supported
14 years ago
Michael DeHaan d118cf3e31 Merge pull request #336 from sfromm/issue122
14 years ago
Stephen Fromm aea022b002 Apply logging of arguments to modules (issue #122)
14 years ago
felix 7ee6ae3663 removed unecessary branch addition from switchver
14 years ago
felix c9fafcecbe added in support for branches in git module (now takes optional "branch")
14 years ago
Stephen Fromm 887d293a3b Add git reset --hard support to git module
14 years ago
Stephen Fromm 40dbd9b3d7 Add exit_json and fail_json to git module
14 years ago
Seth Vidal 1f53c89b14 convert so they handle argsfiles rather than arguments
14 years ago
Michael DeHaan be4cb64c92 Relicensing to GPLv3, all previous committers ok'd on mailing list.
14 years ago
Michael DeHaan ba4e36a9a9 Rename 'ensure' to 'state' because I think it's a bit cleaner and doesn't imply
14 years ago
Michael DeHaan 228d1a0834 A really basic git module. Improvements welcome.
14 years ago