Age | Commit message (Expand) | Author |
2014-05-21 | Merge pull request #145 from hunner/fix_beaker_tests | John Duarte |
2014-05-21 | Update specs and fix FM-1361 | Hunter Haugen |
2014-05-22 | Un-optional the non-optional commands. | Daniele Sluijters |
2014-05-15 | update to use -a and desired for hard reset | Travis Fields |
2014-05-15 | Fix detached head state | Travis Fields |
2014-05-13 | Fix issue where force=>true was not destroying repository then recreating | Travis Fields |
2014-04-03 | Merge pull request #120 from huandu/master | Ashley Penney |
2014-04-03 | Merge pull request #121 from fkrull/master | Ashley Penney |
2014-03-06 | Call set_ownership from the bzr provider | Aaron Stone |
2014-02-16 | Only add ssh options to commands that actually talk to the network. | Felix Krull |
2014-02-12 | use `git rev-parse` to get tag canonical revision. | Huan Du |
2014-01-24 | Merge pull request #105 from mcanevet/no_su | Ashley Penney |
2014-01-14 | fix svnlook behavior with plain directories | jonoterc |
2014-01-11 | git: actually use the remote parameter | Miguel Di Ciurcio Filho |
2014-01-07 | Add the option to shallow clones with git | Felipe Reyes |
2013-12-04 | Stripping git on_branch? return value; contains trailing newline | Mike Gerwitz |
2013-12-02 | Using rev-parse to determine branch name of HEAD for on_branch? method | Mike Gerwitz |
2013-12-02 | origin/HEAD is not valid; use origin/master for latest when branch == 'master' | Mike Gerwitz |
2013-11-24 | Don't 'su' if passed user is current user | Mickaẽl Canévet |
2013-08-28 | change path_empty? to not do full directory listing | John Iacona |
2013-08-28 | update git provider to handle checking out into an existing (empty) dir | John Iacona |
2013-08-12 | Fix svn provider to look for '^Revision:'. | Michael Arnold |
2013-07-25 | Handle revision update without source switch. | Aaron Stone |
2013-07-25 | added support for changing upstream repo url | Matthew Slowe |
2013-07-25 | The location of Puppet::Util[::Execution].withenv changed from Puppet 2.x to 3.x | Aaron Stone |
2013-07-19 | Style adjustment | Aaron Stone |
2013-07-19 | Style and comments | Aaron Stone |
2013-07-19 | Add support for master svn repositories | 5Ub-Z3r0 |
2013-07-19 | Whitespace | Aaron Stone |
2013-07-19 | Allow for setting the CVS_RSH environment variable | Matthias Pigulla |
2013-07-17 | Adding svn configuration parameter, and docs | zane |
2013-07-17 | Use git checkout --force instead of short -f everywhere | Aaron Stone |
2013-07-17 | Merge pull request #46 from Paulche/master | Aaron Stone |
2013-07-17 | Merge pull request #78 from jhoblitt/git_provider_checkout_remote_refs | Aaron Stone |
2013-07-17 | fix git provider checkout of a remote ref on an existing repo | Joshua Hoblitt |
2013-07-17 | Whitespace | Aaron Stone |
2013-07-17 | Unlimited sudmodule's nesting for git provider | Paul Chechetin |
2013-07-16 | Added ssh identity | Arnoud de Jonge |
2013-07-13 | Whitespace | Aaron Stone |
2013-07-13 | Merge pull request #40 from ajohnstone/master | Aaron Stone |
2013-07-13 | Merge pull request #61 from hholzgra/master | Aaron Stone |
2013-04-17 | add timeout to ssh sessions negotiation to prevent github problems (or any ot... | Ramin K |
2013-03-23 | "ensure => latest" support for bzr | Hartmut Holzgraefe |
2013-03-20 | Merge pull request #58 from sim0nf/fix_regex | Ben Ford |
2013-03-18 | Merge pull request #59 from binford2k/clone_as_non-root_user | Ben Ford |
2013-03-18 | Allow non-root users to clone a repo | Ben Ford |
2013-03-18 | Tighten regex to avoid matching the word 'commit' in message | Simon Forman |
2013-03-12 | Merge pull request #56 from raphink/git_update_origin | Ben Ford |
2013-03-11 | Create the repository with proper permissions. | Ben Ford |
2013-03-06 | Update origin if necessary before checking revision | Raphaël Pinson |