Code

fetch and pull: learn --progress
authorTay Ray Chuan <rctay89@gmail.com>
Wed, 24 Feb 2010 12:50:28 +0000 (20:50 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 16:35:45 +0000 (08:35 -0800)
commit9839018e874d4f15e820e1272f1ac575186c4fdc
tree5de72f32c6cf95ef5a87a6c8043ac3a9caf157cc
parent7838106925653e02b5c00ccb47a240c4c837c0f6
fetch and pull: learn --progress

Note that in the documentation for git-pull, documentation for the
--progress option is displayed under the "Options related to fetching"
subtitle via fetch-options.txt.

Also, update the documentation of the -q/--quiet option for git-pull to
mention its effect on progress reporting during fetching.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt
Documentation/git-pull.txt
builtin-fetch.c
git-pull.sh