Re: [PATCH]: remove extra-verbosity from git-clone (http)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Fernando Herrera (fherrera@xxxxxxxxxxx) wrote:
> the attached patch removes the extra verbosity when cloning a http
> repository. I noticed this after some git upgrade in fedora. Please,
> consider applying it, getting tons of "got XXX", "walk XXX" lines by
> default is a little bit annoying.
> 
> Salu2
> 
> PS: Thanks for this so great piece os software!
> 
> --- git-clone.sh.orig	2007-02-15 19:03:51.000000000 +0200
> +++ git-clone.sh	2007-02-15 19:04:06.000000000 +0200
> @@ -59,7 +59,7 @@
>  		else
>  			tname=$name
>  		fi
> -		git-http-fetch -v -a -w "$tname" "$name" "$1/" || exit 1
> +		git-http-fetch -a -w "$tname" "$name" "$1/" || exit 1
>  	done <"$clone_tmp/refs"
>  	rm -fr "$clone_tmp"
>  	http_fetch "$1/HEAD" "$GIT_DIR/REMOTE_HEAD" ||

Was there any problem with this patch from Fernando?  I don't care much
either way (I simply never use http fetch myself ;-).  Just doing some
old bugzilla cleanup and noticed this still was neither picked up nor
replied to.  So, in case it just fell through the cracks...

thanks,
-chris
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]