From 573440a2b3333b3114a51481af3ff7f2a3344f69 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 13 Sep 2010 16:12:28 -0700 Subject: [PATCH] Alias repl "ls" as ls-files --- bin/git-repl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/git-repl b/bin/git-repl index d1fe151..f5eab46 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -12,9 +12,8 @@ while true; do # Built-in commands case $cmd in - quit) - break - ;; + ls) cmd=ls-files;; + quit) break ;; esac # Execute