summaryrefslogtreecommitdiff
path: root/t/t5521-pull-options.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-11-14Teach/Fix pull/fetch -q/-v optionsLibravatar Tuncer Ayaz1-0/+60
Implement git-pull --quiet and git-pull --verbose by adding the options to git-pull and fixing verbosity handling in git-fetch. Signed-off-by: Junio C Hamano <gitster@pobox.com>