aboutsummaryrefslogtreecommitdiff
path: root/kiss-changelog
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-28 16:45:43 +0300
committerCem Keylan <cem@ckyln.com>2020-05-28 16:45:43 +0300
commit1dabf5a8d511db458dd529588e57a8ed8185787a (patch)
treec5905caa9b93fa4c63ee5e8e8dbdccd53d5aca53 /kiss-changelog
parent7bfa97d6fa2452d0517c4f820e44033b5a50cd50 (diff)
downloadcpt-extra-1dabf5a8d511db458dd529588e57a8ed8185787a.tar.gz
added new utilities, changed repository structure20200528
Diffstat (limited to 'kiss-changelog')
-rwxr-xr-xkiss-changelog11
1 files changed, 0 insertions, 11 deletions
diff --git a/kiss-changelog b/kiss-changelog
deleted file mode 100755
index ed323d8..0000000
--- a/kiss-changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-# Print the git log of the specific package
-
-case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]"; exit 0; esac
-
-kiss s "$1" >/dev/null
-cd "$(kiss s "$1" | sed 1q)"
-
-# Pipe to cat so it doesn't automatically paged
-# by git.
-git log --format='<%as> [%an] %s - %h' . | cat