summaryrefslogtreecommitdiff
path: root/lib/chef/provider/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4902 from MichaelPereira/handle-user-id-git-resourceThom May2016-05-181-1/+6
|\
| * remove trailing spaceMichael Pereira2016-05-061-1/+0
| * take @coderanger review comments into accountMichael Pereira2016-05-051-4/+1
| * typo in error logMichael Pereira2016-05-051-1/+1
| * Handle numeric id for the user value in the git resourceMichael Pereira2016-05-051-1/+10
* | Based on feedback from PR, usage was changed over to a Forwardable / def_dele...Joshua C. Burt2016-05-111-4/+3
* | refactored instances of @new_resource.destination to be cwd within the git hwrp.Joshua C. Burt2016-05-051-10/+10
* | refactored to take advantage of (*) splat, and (**) double splat for git argu...Joshua C. Burt2016-04-291-14/+14
* | consolidated git and run_git_command into just 'git'Joshua C. Burt2016-04-281-20/+16
* | address chefstyle offensesJoshua C. Burt2016-04-271-2/+2
* | merge of external updates from jgit repoJoshua C. Burt2016-04-271-25/+27
|/
* 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