From 1dabf5a8d511db458dd529588e57a8ed8185787a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 28 May 2020 16:45:43 +0300 Subject: added new utilities, changed repository structure --- repo/git/kiss-commit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 repo/git/kiss-commit (limited to 'repo/git/kiss-commit') diff --git a/repo/git/kiss-commit b/repo/git/kiss-commit new file mode 100755 index 0000000..ae0315a --- /dev/null +++ b/repo/git/kiss-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