summaryrefslogtreecommitdiff
path: root/lib/chef/provider/git.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+260