All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: remove extra-verbosity from git-clone (http)
@ 2007-02-15 17:10 Fernando Herrera
  2007-03-19 23:04 ` Chris Wright
  0 siblings, 1 reply; 5+ messages in thread
From: Fernando Herrera @ 2007-02-15 17:10 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

Hi,

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!

[-- Attachment #2: git-clone-http-noverbose.patch --]
[-- Type: text/x-patch, Size: 373 bytes --]

--- 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" ||

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-03-20  6:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 17:10 [PATCH]: remove extra-verbosity from git-clone (http) Fernando Herrera
2007-03-19 23:04 ` Chris Wright
2007-03-19 23:45   ` Junio C Hamano
2007-03-20  2:18     ` Chris Wright
2007-03-20  6:46       ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.