summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/git.rb
AgeCommit message (Expand)Author
2016-09-28Merge remote-tracking branch 'puppetlabs/master'HEADmastervarac
2016-02-23Merge branch 'master' of https://github.com/puppetlabs/puppetlabs-vcsrepovarac
2016-02-16Bring stderr output to the Puppet visible outputMarkus Frosch
2015-12-22Add mirror option for git cloningStrech (Sergey Fedorov)
2015-12-02fix branch existence determintaion functionalitygodlikeachilles
2015-09-01Merge pull request #257 from alexmv/masterDavid Schmitt
2015-08-25MODULES-1232 Make sure HOME is set correctlyMorgan Haskel
2015-08-17MODULES-2326 - Run Regexp.escape on the source URLMorgan Haskel
2015-08-14MODULES-2125 - Allow revision to be passed without sourceMorgan Haskel
2015-08-03MODULES-1800 - fix case where ensure => latest and no revision specifiedMorgan Haskel
2015-07-22Explitly unset SSH_AUTH_SOCK; it is preferred to the -i flagAlex Vandiver
2015-06-29fix for detached HEAD on git 2.4+Samuel Keeley
2015-06-22Merge pull request #255 from jonnytpuppet/depth_fixDavid Schmitt
2015-06-22MODULES-2131 Git provider now takes account of revision property when using d...Jonathan Tripathy
2015-05-28Merge pull request #232 from netors/masterDavid Schmitt
2015-05-13(MODULES-821) Don't use /tmpHunter Haugen
2015-04-21Merge pull request #224 from puppet-by-examples/single-branchTP Honey
2015-03-25Fix remote hash ordering for unit testsColleen Murphy
2015-01-30Bugfix: removed duplicated conditionErnesto Ruy Sanchez
2015-01-30Added submodules true condition before update_submodules on revision methodErnesto Ruy Sanchez
2015-01-29Use branch parameterWłodzimierz Gajda
2015-01-21Implemented multiple remotes feature for git provider.Jonathan Tripathy
2015-01-18Merge pull request #218 from dduvnjak/masterAaron Stone
2015-01-18Add submodules feature to git providerdduvnjak
2014-12-26MODULES-1596 - Repository repeatedly destroyed/created with forceMorgan Haskel
2014-10-21Merge pull request #200 from Paulche/change_uidAaron Stone
2014-09-17Handle both Array/Enumerable and String values for excludes parameterAaron Stone
2014-08-20Change uid by Puppet execution APIPaul Chechetin
2014-07-11(MODULES-660) Correct detached HEAD on latestHunter Haugen
2014-06-30Fix issue with node changing every checkinJoshua B. Bussdieker
2014-05-21Merge pull request #145 from hunner/fix_beaker_testsJohn Duarte
2014-05-21Update specs and fix FM-1361Hunter Haugen
2014-05-22Un-optional the non-optional commands.Daniele Sluijters
2014-05-15update to use -a and desired for hard resetTravis Fields
2014-05-15Fix detached head stateTravis Fields
2014-05-13Fix issue where force=>true was not destroying repository then recreatingTravis Fields
2014-02-12use `git rev-parse` to get tag canonical revision.Huan Du
2014-01-24Merge pull request #105 from mcanevet/no_suAshley Penney
2014-01-11git: actually use the remote parameterMiguel Di Ciurcio Filho
2014-01-07Add the option to shallow clones with gitFelipe Reyes
2013-12-04Stripping git on_branch? return value; contains trailing newlineMike Gerwitz
2013-12-02Using rev-parse to determine branch name of HEAD for on_branch? methodMike Gerwitz
2013-12-02origin/HEAD is not valid; use origin/master for latest when branch == 'master'Mike Gerwitz
2013-11-24Don't 'su' if passed user is current userMickaẽl Canévet
2013-09-07Due to a network anomaly during a vcsrepo git clone you can get aMicah Anderson
2013-08-28update git provider to handle checking out into an existing (empty) dirJohn Iacona
2013-07-19Style adjustmentAaron Stone
2013-07-19WhitespaceAaron Stone
2013-07-17Use git checkout --force instead of short -f everywhereAaron Stone
2013-07-17Merge pull request #46 from Paulche/masterAaron Stone