From: Bartosz Świątek Date: Thu, 29 Sep 2011 16:28:22 +0000 (+0200) Subject: - fix 'description' howto X-Git-Url: https://git.tld-linux.org/?p=TLD.git;a=commitdiff_plain;h=319f381c22130001ed1c06c526e744ba2c233e8c - fix 'description' howto --- diff --git a/git-howto.txt b/git-howto.txt index 1a52c60..e870c8f 100644 --- a/git-howto.txt +++ b/git-howto.txt @@ -114,7 +114,7 @@ git ls-files -d | xargs git checkout -- Do the following: -ssh git@git.tld-linux.org setdesc packages/some_package "Some description" +echo "Some description" |ssh git@git.tld-linux.org setdesc packages/some_package ============================================================================== 6. SPECS: What is obsolete now that we have GIT?