glusterfs/commit.sh
Anand V. Avati 0bb3a56f24 updated commit.sh
changed commit.sh for git usage

Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
2009-02-19 02:58:01 -08:00

5 lines
55 B
Bash
Executable File

#!/bin/sh
export EDITOR="emacs"
git commit -a -e "$@"