aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/commit
blob: e8e72b6ca56e9b81bfd67f620349f5fd4404dbcf (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" maintenance $* || exit 1

# Fix positional arguments
shift

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