]> git.ipfire.org Git - thirdparty/git.git/commit - git-clone.sh
fetch & clone: do not output progress when not on a tty
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 20 Feb 2007 02:01:44 +0000 (03:01 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Feb 2007 03:20:05 +0000 (19:20 -0800)
commit83a5ad61268bbfea7e0d3180528366690f951554
tree0cf3088f4bd830efb7b0b70fce31174f4a13a4c0
parent437b1b20df4b356c9342dac8d38849f24ef44f27
fetch & clone: do not output progress when not on a tty

This adds the option "--no-progress" to fetch-pack and upload-pack,
and makes fetch and clone pass this option when stdout is not a tty.

While at documenting that option, also document --strict and --timeout
options for upload-pack.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-fetch-pack.txt
Documentation/git-upload-pack.txt
fetch-pack.c
git-clone.sh
git-fetch.sh
upload-pack.c