summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/git.rb
AgeCommit message (Expand)Author
2013-07-17Merge pull request #78 from jhoblitt/git_provider_checkout_remote_refsAaron Stone
2013-07-17fix git provider checkout of a remote ref on an existing repoJoshua Hoblitt
2013-07-17WhitespaceAaron Stone
2013-07-17Unlimited sudmodule's nesting for git providerPaul Chechetin
2013-04-17add timeout to ssh sessions negotiation to prevent github problems (or any ot...Ramin K
2013-03-20Merge pull request #58 from sim0nf/fix_regexBen Ford
2013-03-18Merge pull request #59 from binford2k/clone_as_non-root_userBen Ford
2013-03-18Allow non-root users to clone a repoBen Ford
2013-03-18Tighten regex to avoid matching the word 'commit' in messageSimon Forman
2013-03-12Merge pull request #56 from raphink/git_update_originBen Ford
2013-03-11Create the repository with proper permissions.Ben Ford
2013-03-06Update origin if necessary before checking revisionRaphaƫl Pinson
2012-10-18Add 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 providerKen Barber
2012-06-29Run git operations as a specific user (puppetlabs ticket 4773), added ssh opt...Eric Hayes
2012-05-13Add the ability to specify a git remoteJesusaurus
2012-01-19(#11798) Fix git checkout of revisionsMatt Robinson
2011-11-08Run update_owner_and_excludes after update_preferences and get_revisionScott O'Neil
2011-11-03Fix (#10440) by making all commands optionalMatthias Pigulla
2011-07-27Updated for ruby 1.9. Not sure how important this actually is. Works on bot...Nate Mueller
2011-07-27Fixed an issue with 8e51aebd4cf77c7d68ee that broke git when you didn't speci...Nate Mueller
2011-07-27Add 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-20git: Update submodules recursivelyAleksey Lim
2011-05-20git.rb: update_references before touching tags. tags created since last vcsre...Adam Gandelman
2010-09-14git: rework how to do excludesBrett Lentz
2010-09-14git: correct checking out latest revision of a branch.Brett Lentz
2010-09-13new features for vcsrepo.Brett Lentz
2010-08-14Support latest value for ensure property in git providerAleksey Lim
2010-07-29Git provider fails to create a repo if it does not existJames Turnbull
2010-06-01Fixed git provider to retrieve tagsJames Turnbull
2010-03-18Fix typo.Bruce Williams
2010-03-18Support different create and revision= operations depending on the revision t...Bruce Williams
2010-03-18Add submodule support to git providerBruce Williams
2010-03-17Build ProviderExampleGroup for refactored provider testsBruce Williams
2010-03-15ensure = latest to support reference tracking.\n\nWorking with tags, more wor...Bruce Williams
2010-03-14Make gzip compression and bare repositories explicit featuresBruce Williams
2010-03-13Basic Mercurial supportBruce Williams
2010-03-13Refactor common bits to abstract provider superclassBruce Williams
2010-03-13Handle special case when converting an empty bare repository to a working cop...Bruce Williams
2010-03-13Some fixes after live testing, add support for bare cloned reposBruce Williams
2010-03-13Convert bare repos to working copy repos and vice-versaBruce Williams
2010-03-12Tests for Git revision property, cleanupBruce Williams
2010-03-12Basic SVN providerBruce Williams
2010-02-22Initial commitroot