aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/commit
blob: 84ead14f7ab77743fff5f6d1384746ed7a908af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
#
# Git commit wrapper.
#

# Load functions
LIB="`dirname $0`/../functions"
source "$LIB" || exit 1

# Fix positional arguments
shift

# Run git command
keyringer_exec git "$BASEDIR" commit $*