aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-09-10 06:34:15 -0400
committerB. Watson <urchlay@slackware.uk>2026-09-10 06:34:15 -0400
commit1d2d17a8f35045fe2b430224a78c58703778b78f (patch)
treea3061c45a1476c6bb4c91ac3103bf4dd3c62ab54 /admin
parent90eeb3797adfeee99eb027db0f5b29e4df0943a3 (diff)
downloadsbostuff-1d2d17a8f35045fe2b430224a78c58703778b78f.tar.gz
gla: added (silly wrapper for "git log --author").
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/gla3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/gla b/admin/gla
new file mode 100755
index 0000000..9ab8294
--- /dev/null
+++ b/admin/gla
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd ${SBO_GITROOT:-~/sbogit}
+git log --author="$*"