summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-11-28 19:16:29 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-11-28 19:17:42 +0100
commit54b9a3eeba9c0d95713e868ac527b4ff5941bd31 (patch)
tree2bb5986af6d0bc2b9d28e8bb8ed04ca7661f777c
parentaacd04a0e335ccdf5ba2043a4885c8f59188eeea (diff)
better descriptions
-rwxr-xr-xgit-dch2
-rwxr-xr-xgit-import-dsc2
-rwxr-xr-xgit-import-orig2
3 files changed, 3 insertions, 3 deletions
diff --git a/git-dch b/git-dch
index d3564228..3ca423df 100755
--- a/git-dch
+++ b/git-dch
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-"""Generate Debian changelog entries from git changelogs"""
+"""Generate Debian changelog entries from git commit messages"""
import sys
import re
diff --git a/git-import-dsc b/git-import-dsc
index cfc1c812..16ae0338 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""make a git archive out of a Debian source package"""
+"""Import a Debian source package into a git repository"""
import sys
import re
diff --git a/git-import-orig b/git-import-orig
index ca5b5013..05cfcc1f 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-"""Import a new upstream version"""
+"""Import a new upstream version into a git repository"""
import sys
import os