From 73413fd74a402015a6b93225ce7bf4a677c9361d Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 7 Mar 2014 10:45:11 +0100 Subject: [PATCH] Use the editor for opening the changelog. Signed-off-by: Jacob Kiers --- bin/git-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-changelog b/bin/git-changelog index ff06754..75f74d7 100755 --- a/bin/git-changelog +++ b/bin/git-changelog @@ -49,4 +49,4 @@ printf '\n' >> $tmp if [ -f $CHANGELOG ]; then cat $CHANGELOG >> $tmp; fi mv $tmp $CHANGELOG -subl $CHANGELOG +$EDITOR $CHANGELOG