Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Single space after periods | Tim Smith | 2016-03-05 | 1 | -4/+4 |
| | | | | | Double spacing is for typewriters. Knife doesn't run on typewriters http://www.writersdigest.com/online-editor/how-many-spaces-after-a-period | ||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment | ||||
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -21/+21 |
| | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
* | Add "path-based" category to essentials commands so they show up in knife ↵ | John Keiser | 2013-10-14 | 1 | -0/+2 |
| | | | | help better | ||||
* | Don't load dependencies unless you run the command! | John Keiser | 2013-06-07 | 1 | -3/+4 |
| | |||||
* | Turn list() and list_pairs() into Enumerables | John Keiser | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Don't overwrite filenames in the original command when printing output | John Keiser | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Don't print extra newlines on diff | John Keiser | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Don't print extra newlines in xargs | John Keiser | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Add xargs -0 for null separator, split on space as well as newline | John Keiser | 2013-06-07 | 1 | -1/+9 |
| | |||||
* | Add long options for xargs | John Keiser | 2013-06-07 | 1 | -0/+4 |
| | |||||
* | Add xargs -t to print command lines | John Keiser | 2013-06-07 | 1 | -1/+8 |
| | |||||
* | Add xargs -s SIZE for command line size limit | John Keiser | 2013-06-07 | 1 | -64/+136 |
| | |||||
* | Add xargs -n MAXARGS to allow command lines with more args | John Keiser | 2013-06-07 | 1 | -58/+98 |
| | |||||
* | Add xargs -J and -I for custom command line replacement | John Keiser | 2013-06-07 | 1 | -17/+36 |
| | |||||
* | Add "knife xargs" command to run a program against nodes, roles, cookbooks, etc. | John Keiser | 2013-06-07 | 1 | -0/+114 |