git_subtree
Install the git-subtree script for versions of git < 1.7.11
Version information
released Mar 4th 2013
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-git_subtree', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/git_subtree — version 1.0.0 Mar 4th 2013
Puppet git_subtree Module
Description
Install the git-subtree script for versions of git < 1.7.11
. Later versions
of git
include this functionality. Since subtree support is implemented as a
shell script, it's trivial to install a copy of this script from recent
releases on older git
installations. This is known to work with at least
git >= 1.7
.
At the time of this writing, EPEL/6 is shipping git 1.7.1 and EPEL/5 is shipping git 1.7.4.1 .
Examples
include git_subtree
class{ 'git_subtree': }
Support
Please log tickets and issues at github
Copyright
Copyright (C) 2012-2013 Joshua Hoblitt jhoblitt@cpan.org
Dependencies
- puppetlabs/stdlib (>= 1.0.0)
- maestrodev/wget (>= 0.0.1)
Copyright (C) 2012-2013 Joshua Hoblitt <jhoblitt@cpan.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.