From: Richard Hartmann Date: Fri, 8 Mar 2013 23:12:19 +0000 (+0100) Subject: Merge branch 'force-delete-repo' of https://github.com/jsternberg/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/fa5eca15ba144e7d7829e3cdc0c0109adc8ca199?hp=95df1235329282589487634575cb914db0254518 Merge branch 'force-delete-repo' of https://github.com/jsternberg/vcsh --- diff --git a/changelog b/changelog index 52c7ed2..a3c51ba 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +2013-02-13 Richard Hartmann + + * Release 1.0.1 + * Improve documentation + * Fix parameter bug + 2012-06-30 Richard Hartmann * Release 1.0 diff --git a/vcsh b/vcsh index 24c8921..bd0eca1 100755 --- a/vcsh +++ b/vcsh @@ -138,7 +138,7 @@ clone() { delete() { cd "$VCSH_BASE" || fatal "could not enter '$VCSH_BASE'" 11 use - info "This operation WILL DETROY DATA!" + info "This operation WILL DESTROY DATA!" files=$(git ls-files) echo "These files will be deleted: