summaryrefslogtreecommitdiff
path: root/spec/functional/resource/git_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* requires_git just doesn't exist anywhere, its not definedlcg/git-spec-cleanupLamont Granquist2020-07-241-1/+1
* Don't try a git branch -f if already on the same branchMatthieu Serrepuy2020-07-101-0/+22
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-6/+6
* Remove git func test for upstreamLamont Granquist2020-04-271-6/+0
* remove upstream test of deploy branchLamont Granquist2020-04-231-6/+1
* Chef-16 git provider fixesLamont Granquist2020-04-231-134/+195
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-15/+15
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-3/+1
* Exclude git from the fips acceptance testsJay Mundrawala2016-02-251-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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
* Use double quotes by defaultThom May2016-01-141-16/+16
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-12/+12
* Fix chef spec infra to use OHAI correctly.sersut2014-03-071-1/+1
* set git user configuration to avoid promptingdanielsdeleo2013-06-131-0/+10
* Merge branch 'master' into file-refactorsersut2013-06-061-1/+17
|\
| * CHEF-4239: Handle specs run from dir with spaceBryan McLellan2013-06-041-1/+2
| * CHEF-4239: Quote git repository attribute to handle spacesBryan McLellan2013-06-041-0/+15
* | Make git_spec work with older git versions.sersut2013-06-051-1/+5
|/
* [CHEF-2420] Support annotated tags in the git providerSeth Falcon2013-05-241-0/+229