index
:
puppet-vcsrepo
master
Puppet module for source control repositories
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
/
vcsrepo
/
git.rb
Age
Commit message (
Expand
)
Author
2015-06-29
fix for detached HEAD on git 2.4+
Samuel Keeley
2015-06-22
Merge pull request #255 from jonnytpuppet/depth_fix
David Schmitt
2015-06-22
MODULES-2131 Git provider now takes account of revision property when using d...
Jonathan Tripathy
2015-05-28
Merge pull request #232 from netors/master
David Schmitt
2015-05-13
(MODULES-821) Don't use /tmp
Hunter Haugen
2015-04-21
Merge pull request #224 from puppet-by-examples/single-branch
TP Honey
2015-03-25
Fix remote hash ordering for unit tests
Colleen Murphy
2015-01-30
Bugfix: removed duplicated condition
Ernesto Ruy Sanchez
2015-01-30
Added submodules true condition before update_submodules on revision method
Ernesto Ruy Sanchez
2015-01-29
Use branch parameter
Włodzimierz Gajda
2015-01-21
Implemented multiple remotes feature for git provider.
Jonathan Tripathy
2015-01-18
Merge pull request #218 from dduvnjak/master
Aaron Stone
2015-01-18
Add submodules feature to git provider
dduvnjak
2014-12-26
MODULES-1596 - Repository repeatedly destroyed/created with force
Morgan Haskel
2014-10-21
Merge pull request #200 from Paulche/change_uid
Aaron Stone
2014-09-17
Handle both Array/Enumerable and String values for excludes parameter
Aaron Stone
2014-08-20
Change uid by Puppet execution API
Paul Chechetin
2014-07-11
(MODULES-660) Correct detached HEAD on latest
Hunter Haugen
2014-06-30
Fix issue with node changing every checkin
Joshua B. Bussdieker
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-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-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
update git provider to handle checking out into an existing (empty) dir
John Iacona
2013-07-19
Style adjustment
Aaron Stone
2013-07-19
Whitespace
Aaron Stone
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-04-17
add timeout to ssh sessions negotiation to prevent github problems (or any ot...
Ramin K
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
[next]