Skip to content

Commit

Permalink
Add built in 'exit' command to git-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontgomery-splunk committed Aug 11, 2016
1 parent fb3bc8d commit 554d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-repl
Expand Up @@ -28,7 +28,7 @@ while true; do
case $cmd in
ls) cmd=ls-files;;
"") continue;;
quit) break;;
quit|exit) break;;
esac

if [[ $cmd == !* ]]; then
Expand Down

0 comments on commit 554d779

Please sign in to comment.