All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Fernando Herrera" <fherrera@onirica.com>
To: git@vger.kernel.org
Subject: [PATCH]: remove extra-verbosity from git-clone (http)
Date: Thu, 15 Feb 2007 19:10:07 +0200	[thread overview]
Message-ID: <58d389c20702150910x24ec218bjdb9cb49ee03fd1df@mail.gmail.com> (raw)

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

             reply	other threads:[~2007-02-15 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 17:10 Fernando Herrera [this message]
2007-03-19 23:04 ` [PATCH]: remove extra-verbosity from git-clone (http) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58d389c20702150910x24ec218bjdb9cb49ee03fd1df@mail.gmail.com \
    --to=fherrera@onirica.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.