]> git.pld-linux.org Git - packages/rpm-build-tools.git/blame - civim
When tripping over a GIT_ var, give a useful error
[packages/rpm-build-tools.git] / civim
CommitLineData
da14882f 1#!/bin/sh
2
3DIFF="$(cvs -z9 diff -u $COMMIT_PACKAGES | sed 's/^/CVS: /')"
4[ -n "$COMMIT_MESSAGE" ] || COMMIT_MESSAGE="
5."
6
7vim -c ":\$a
8$DIFF
9." -c ":1i
10$COMMIT_MESSAGE" "$@"
This page took 0.093674 seconds and 4 git commands to generate.