mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Add built in 'exit' command to git-repl
This commit is contained in:
parent
fb3bc8d7ae
commit
554d779344
|
|
@ -28,7 +28,7 @@ while true; do
|
|||
case $cmd in
|
||||
ls) cmd=ls-files;;
|
||||
"") continue;;
|
||||
quit) break;;
|
||||
quit|exit) break;;
|
||||
esac
|
||||
|
||||
if [[ $cmd == !* ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue