aboutsummaryrefslogblamecommitdiffstats
path: root/git/ge
blob: 4c703e0e53387ebc43aca17f6be1e116d2324ea1 (plain) (tree)
1
2
3
4
5
6
7
8







                                            
#!/bin/dash

e "$@"
git add -- "$@"

if test -f "$(git home)/.git/autosave"; then
	exec git commit -m 'Autosave'
fi