summaryrefslogtreecommitdiff
path: root/lib/chef/provider/git.rb
Commit message (Expand)AuthorAgeFilesLines
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-3/+3
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-5/+5
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-15/+13
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-20/+20
* Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-251-4/+0
* make deploy provider support nilLamont Granquist2015-03-051-0/+4
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* Merge pull request #2079 from jbence/CHEF-2065Serdar Sutay2014-10-101-22/+42
|\
| * Add fallback search for exact revision enteredJames Bence2014-09-241-7/+9
| * Use exact match to locate remote revisionJames Bence2014-09-231-28/+37
| * Replace tab indentation with spacesJames Bence2014-09-171-11/+11
| * Find all refs with desired suffix; choose shortest oneJames Bence2014-09-171-9/+18
* | Work around breaking change in gitMal Graty2014-10-021-0/+5
* | Windows can have git as wellJay Mundrawala2014-09-291-1/+2
* | Support checkout for git < 1.7.3jdmundrawala/git-centosJay Mundrawala2014-09-251-1/+1
|/
* cleanup: remove OVERRIDE_HOMEsawanoboly2014-08-211-14/+2
* HOME can overwrite by user with OVERRIDE_HOMEsawanoboly2014-08-211-2/+14
* set nil by default, add two specssawanoboly2014-08-211-0/+1
* fix: remove oldline and check avail.sawanoboly2014-08-211-2/+1
* add_env_to_scm_resourcesawanoboly2014-08-211-0/+1
* Merge pull request #1694 from jordane/jordane/git_branch_BClaire McQuin2014-08-081-1/+1
|\
| * use -B in case user wants to reset branchJordan Evans2014-07-251-1/+1
* | fixing all the extra blank linesLamont Granquist2014-07-291-4/+0
* | add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
|/
* git resource status checking saves 1 shell_out system callRaphaƫl Valyi2014-05-101-2/+1
* quote git rev_pattern to prevent pathname expansionJeremiah Snapp2014-04-101-1/+1
* CHEF-3940: Raise an error if we cannot find the userBryan McLellan2013-11-261-1/+2
* [CHEF-3940] ensure $HOME matches user executing `git`Seth Chisamore2013-11-261-2/+16
* move check up to wrap checkout called from action_checkoutJohn Goulah2013-11-261-7/+7
* add enable_checkout attribute; add ability to override 'deploy' with checkout...John Goulah2013-11-261-4/+7
* Use timeout attribute in git and subversion providersJack Foy2013-07-191-0/+1
* [CHEF-955] Refactored remote url update conditionsPawel Kozlowski2013-06-181-3/+13
* [CHEF-955] Made setup_remote_tracking_branches parameters to be requiredPawel Kozlowski2013-06-181-6/+2
* [CHEF-955] Test refactoring and formatting cleanupPawel Kozlowski2013-06-181-10/+9
* [CHEF-955] Updated remote branch url change commandPawel Kozlowski2013-06-181-9/+6
* [CHEF-955] Refactored add_remotes function to use setup remote tracking branchesPawel Kozlowski2013-06-181-13/+14
* [CHEF-955] Added condition running remote set-url only when neccessaryPawel Kozlowski2013-06-181-2/+4
* [CHEF-955] Changed behavior of setup_remote_tracking_branches methodPawel Kozlowski2013-06-181-10/+16
* [CHEF-955] Turned on remote tracking branch setup for 'origin' remote in git ...Pawel Kozlowski2013-06-181-1/+1
* remove log level special casing from git resourcedanielsdeleo2013-06-121-9/+3
* Apparently git.exe on windows only works with double quotes.sersut2013-06-051-1/+1
* Use quotes instead of shellwords so that escaping is done correctly on windows.sersut2013-06-051-2/+1
* CHEF-4239: Quote git repository attribute to handle spacesBryan McLellan2013-06-041-2/+2
* [CHEF-2750] SCM/Git LWRP: Synchronize submodulesSteffen Gebert2013-05-241-1/+5
* [CHEF-2420] Support annotated tags in the git providerSeth Falcon2013-05-241-4/+29