Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -5/+5 | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||||
2017-07-20 | Add "nix search" command | Eelco Dolstra | 1 | -0/+1 | |
2017-07-14 | nix: Show help when no arguments are given | Eelco Dolstra | 1 | -1/+1 | |
Fixes #1464. | |||||
2017-06-07 | Don't show flags from config settings in "nix --help" | Eelco Dolstra | 1 | -6/+20 | |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -5/+5 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -5/+5 | |
2016-04-21 | nix --help: Show short flags | Eelco Dolstra | 1 | -3/+4 | |
2016-02-09 | New command line parsing infrastructure | Eelco Dolstra | 1 | -0/+179 | |