]> git.ipfire.org Git - thirdparty/git.git/commit - git-clean.sh
git-clean: Fix the -q option.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 6 Jan 2007 10:19:44 +0000 (11:19 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 18:44:40 +0000 (10:44 -0800)
commite6d7b2f62e52c95c47b078f786705ef9ff8f43c2
treedabc271bc389a7d5e620ce4f7fdf09a955036150
parentf9e8a43a007e81b564516576550a505967389942
git-clean: Fix the -q option.

The 'quiet' flag is set by -q, but it's not used anywhere.
Remove it and set the 'echo1' variable instead.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clean.sh