summaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/commit
blob: b1249275cfe04a1ddbf0120e90cd93846b873e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/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 $*