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
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
2012-10-18
Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ...
Aaron Stone
2012-09-19
(#16495, #15660) Fix regression for notifications and pulls on git provider
Ken Barber
2012-06-29
Run git operations as a specific user (puppetlabs ticket 4773), added ssh opt...
Eric Hayes
2012-05-13
Add the ability to specify a git remote
Jesusaurus
2012-01-19
(#11798) Fix git checkout of revisions
Matt Robinson
2011-11-08
Run update_owner_and_excludes after update_preferences and get_revision
Scott O'Neil
2011-11-03
Fix (#10440) by making all commands optional
Matthias Pigulla
2011-07-27
Updated for ruby 1.9. Not sure how important this actually is. Works on bot...
Nate Mueller
2011-07-27
Fixed an issue with 8e51aebd4cf77c7d68ee that broke git when you didn't speci...
Nate Mueller
2011-07-27
Add an identity param, respected by the git provider, to use a non-standard s...
Nate Mueller
2011-06-06
(#7797) Makes git tags actually work.
Cody Herriges
2011-05-20
git: Update submodules recursively
Aleksey Lim
2011-05-20
git.rb: update_references before touching tags. tags created since last vcsre...
Adam Gandelman
2010-09-14
git: rework how to do excludes
Brett Lentz
2010-09-14
git: correct checking out latest revision of a branch.
Brett Lentz
2010-09-13
new features for vcsrepo.
Brett Lentz
2010-08-14
Support latest value for ensure property in git provider
Aleksey Lim
2010-07-29
Git provider fails to create a repo if it does not exist
James Turnbull
[next]