]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- added, part of "./ci"
authorsparky <sparky@pld-linux.org>
Sat, 3 Apr 2010 13:06:57 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    civim -> 1.1

civim [new file with mode: 0644]

diff --git a/civim b/civim
new file mode 100644 (file)
index 0000000..4d1dbb8
--- /dev/null
+++ b/civim
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+DIFF="$(cvs -z9 diff -u $COMMIT_PACKAGES | sed 's/^/CVS: /')"
+[ -n "$COMMIT_MESSAGE" ] || COMMIT_MESSAGE="
+."
+
+vim -c ":\$a
+$DIFF
+." -c ":1i
+$COMMIT_MESSAGE" "$@"
This page took 0.035684 seconds and 4 git commands to generate.