From 554d77934475be1f804c497e3e9f486e12616e1f Mon Sep 17 00:00:00 2001 From: William Montgomery Date: Thu, 11 Aug 2016 14:39:04 -0400 Subject: [PATCH] Add built in 'exit' command to git-repl --- bin/git-repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-repl b/bin/git-repl index 3159a61..f92a290 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -28,7 +28,7 @@ while true; do case $cmd in ls) cmd=ls-files;; "") continue;; - quit) break;; + quit|exit) break;; esac if [[ $cmd == !* ]]; then