From ae0411c7fb1430638ea56dd272154e7148a7275e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Aug 2008 21:40:39 +0200 Subject: alias git-serve: Be verbose --- etc/alias/short | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/alias/short b/etc/alias/short index 193d15d..954e431 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -27,7 +27,7 @@ alias gitf='git pull' alias gitl='git log' alias gitp='git push' alias gits='git status' -alias git-serve='git-daemon --export-all --base-path=. .' +alias git-serve='git-daemon --verbose --export-all --base-path=. .' ## Mercurial (hg) alias hga='hg add' -- cgit v1.2.3