summaryrefslogtreecommitdiff
path: root/lib/chef/provider/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-221-1/+1
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-6/+4
* Move idempotency logs to debugPhil Dibowitz2021-03-061-1/+1
* Resolve indentation warnings from ChefstyleTim Smith2020-12-041-5/+5
* Roll back a few chefstyle fixesTim Smith2020-12-011-5/+5
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-5/+5
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-5/+5
* Don't try a git branch -f if already on the same branchMatthieu Serrepuy2020-07-101-4/+12
* Chef-16 git provider fixesLamont Granquist2020-04-231-12/+52
* Merge pull request #9627 from chef/Kapil/GitHub-2860_exception_raised_in_defi...Tim Smith2020-04-201-12/+29
|\
| * Fix for exception raised in define resource requirementsKapil/GitHub-2860_exception_raised_in_define_resource_requirementsKapil Chouhan2020-04-171-12/+29
* | Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
|/
* Use the action DSL consistentlyLamont Granquist2020-03-021-3/+3
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Fix comment whitespaceTim Smith2019-01-291-1/+1
* fix typo and add yard commentdheerajd-msys2019-01-291-1/+5
* Fix for sensitive urldheerajd-msys2019-01-281-2/+8
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-17/+19
* Chefstyle fixTim Smith2018-06-041-1/+1
* quote git remote_urlmalcolm m2018-06-041-1/+1
* sadly --prune-tags is not available with old git versions, fixes #7233Roland Moriz2018-05-101-1/+1
* prune remotes with git fetch, fixes #3929Roland Moriz2018-04-061-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-14/+14
* style 2.1.retrigger traviskzwin2017-09-031-1/+1
* stylekzwin2017-09-021-1/+1
* log when git version is unparsablekzwin2017-09-021-1/+7
* implement feedback from reviewkzwin2017-09-021-3/+7
* lintedkzwin2017-08-281-2/+2
* handle apple gitkzwin2017-08-281-3/+10
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-55/+55
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* 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