All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@sous-sol.org>
To: Junio C Hamano <junkio@cox.net>
Cc: Fernando Herrera <fherrera@onirica.com>, git@vger.kernel.org
Subject: Re: [PATCH]: remove extra-verbosity from git-clone (http)
Date: Mon, 19 Mar 2007 16:04:36 -0700	[thread overview]
Message-ID: <20070319230436.GB12555@sequoia.sous-sol.org> (raw)
In-Reply-To: <58d389c20702150910x24ec218bjdb9cb49ee03fd1df@mail.gmail.com>

* Fernando Herrera (fherrera@onirica.com) 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

  reply	other threads:[~2007-03-19 23:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 17:10 [PATCH]: remove extra-verbosity from git-clone (http) Fernando Herrera
2007-03-19 23:04 ` Chris Wright [this message]
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=20070319230436.GB12555@sequoia.sous-sol.org \
    --to=chrisw@sous-sol.org \
    --cc=fherrera@onirica.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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.