From 47a3723632b82a0d3caf79dbe8ada1eae60dd976 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Jul 2020 11:20:55 +0300 Subject: rename to cpt-extra --- repo/git/cpt-commit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 repo/git/cpt-commit (limited to 'repo/git/cpt-commit') diff --git a/repo/git/cpt-commit b/repo/git/cpt-commit new file mode 100755 index 0000000..ae0315a --- /dev/null +++ b/repo/git/cpt-commit @@ -0,0 +1,5 @@ +#!/bin/sh +# Commit a package without the prefix of 'package:' + +[ "$1" ] || { printf 'usage: %s \n' "${0##*/}"; exit 0 ;} +git reset; git add .; git commit -m "${PWD##*/}: $*" -- cgit v1.2.3