aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Phase out fgrep due to warningHEADmasterJason A. Donenfeld2022-09-161-2/+2
|
* Add note about sparse filesJason A. Donenfeld2016-03-101-0/+2
|
* Update copyright1.2Jason A. Donenfeld2016-03-081-1/+1
|
* Shellcheck annotationJason A. Donenfeld2016-03-021-0/+1
|
* Support non root user and quote variableJason A. Donenfeld2016-03-021-2/+2
|
* Use $* instead of $@ in echoMicha Rosenbaum2016-03-021-1/+1
| | | | | | | | | | This resolves an shellcheck issue with `ctmg.sh` and makes usage of echo more consistent: `die()` already used `$*` but `trace()` didn't. See-Also: https://github.com/koalaman/shellcheck/wiki/SC2145 "SC2145: Argument mixes string and array. Use * or separate argument." Use `$ shellcheck ctmg.sh` or http://www.shellcheck.net/ to check.
* Fix small issues in READMEMicha Rosenbaum2016-03-021-4/+4
| | | | | | | | * Fix typo: "cryptsetup" instead of "cryptseup" * Consistently use `cmtg new` (instead of sometimes `new` and sometimes `create`) * Remove trailing whitespace from copy & paste * Change a sentence, that can easily be misinterpreted
* Add section about security considerationsJason A. Donenfeld2016-02-231-0/+6
|
* Smart mode for no argumentsJason A. Donenfeld2016-02-052-2/+21
|
* Initial commit1.1Jason A. Donenfeld2015-12-114-0/+236