Re: [RFC/PATCH] git-fetch: mega-terse fetch output

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steven Grimm
Date: Friday, October 19, 2007 - 8:50 am

On 19/10/2007, Jeff King <peff@peff.net> wrote:
 > This makes the fetch output much more terse. It is likely to
 > be very controversial. Here's an example of the new output:
 >
 > Indexing objects: 100% (1061/1061), done.
 > Resolving deltas: 100% (638/638), done.

Those two lines are actually my beef with the fetch output. As a newbie, 
I had no idea what "Indexing objects" actually meant. We have this thing 
called "the index" in git so I would expect "Indexing objects" to have 
something to do with that, but it doesn't seem to.

How about something more descriptive of the high-level operation that's 
going on, along the lines of:

Gathering changes from remote: 100% (1061/1061), done.
Applying changes locally: 100% (638/638), done.

-Steve
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH] git-fetch: mega-terse fetch output, Jeff King, (Thu Oct 18, 11:22 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, David Symonds, (Thu Oct 18, 11:39 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Jeff King, (Thu Oct 18, 11:46 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Shawn O. Pearce, (Fri Oct 19, 12:39 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Jeff King, (Fri Oct 19, 12:57 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Shawn O. Pearce, (Fri Oct 19, 1:07 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Jeff King, (Fri Oct 19, 1:11 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Johannes Sixt, (Fri Oct 19, 1:21 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Santi Béjar, (Fri Oct 19, 3:03 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Andreas Ericsson, (Fri Oct 19, 3:40 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Andreas Ericsson, (Fri Oct 19, 3:45 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Andreas Ericsson, (Fri Oct 19, 3:51 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Theodore Tso, (Fri Oct 19, 4:38 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Johannes Sixt, (Fri Oct 19, 5:31 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 6:05 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 6:15 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 7:14 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Johannes Schindelin, (Fri Oct 19, 7:31 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Santi Béjar, (Fri Oct 19, 7:31 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Johannes Sixt, (Fri Oct 19, 7:40 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Johannes Schindelin, (Fri Oct 19, 7:41 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 7:52 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 7:54 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 7:56 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 8:03 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Steven Grimm, (Fri Oct 19, 8:50 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Steven Grimm, (Fri Oct 19, 8:53 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 9:12 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Sam Ravnborg, (Fri Oct 19, 10:26 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 11:51 am)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Theodore Tso, (Fri Oct 19, 2:17 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Nicolas Pitre, (Fri Oct 19, 2:40 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Theodore Tso, (Fri Oct 19, 2:58 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Jeff King, (Fri Oct 19, 10:00 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Shawn O. Pearce, (Fri Oct 19, 11:58 pm)
Re: [RFC/PATCH] git-fetch: mega-terse fetch output, Miles Bader, (Tue Oct 23, 1:39 am)