Re: [PATCH] (experimental) per-topic shortlog.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Monday, November 27, 2006 - 5:09 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:


Interesting.  While driving to work this morning I had the same
thought.  A revision that does not appear in the output from

	for file in $(list of files the commit touches)
        do
		git blame v2.6.17..v2.6.18 -- $file
	done

can safely be omitted from the shortlog, because later changes
fully supersedes it.

I think the list of "important" changes is an interesting
problem, but the importance may not directly be related to the
number of paths a patch touches (e.g. "you reorder the members
of a structure everybody uses in one include file and everything
starts performing faster due to better cache behaviour" would be
a few lines of a single header file).  Also better clues to
judge the importance would be found outside the repository.
"The patch discussed by many people on the list" and "the patch
that had very many iteration to get in the final shape" would
certainly be interesting ones, but that information is often not
found in the repository.


-
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:
[PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Sun Nov 26, 5:44 pm)
Re: [PATCH] (experimental) per-topic shortlog., Linus Torvalds, (Sun Nov 26, 6:06 pm)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Sun Nov 26, 6:38 pm)
Re: [PATCH] (experimental) per-topic shortlog., Linus Torvalds, (Sun Nov 26, 6:53 pm)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Sun Nov 26, 6:55 pm)
Re: [PATCH] (experimental) per-topic shortlog., Linus Torvalds, (Sun Nov 26, 7:52 pm)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Sun Nov 26, 11:48 pm)
Re: [PATCH] (experimental) per-topic shortlog., Linus Torvalds, (Mon Nov 27, 9:20 am)
Re: [PATCH] (experimental) per-topic shortlog., Johannes Schindelin, (Mon Nov 27, 4:46 pm)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Mon Nov 27, 5:09 pm)
Re: [PATCH] (experimental) per-topic shortlog., Jeff King, (Tue Nov 28, 6:11 am)
Re: [PATCH] (experimental) per-topic shortlog., Johannes Schindelin, (Tue Nov 28, 6:43 am)
Re: [PATCH] (experimental) per-topic shortlog., Jeff King, (Tue Nov 28, 6:56 am)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Tue Nov 28, 5:57 pm)
Re: [PATCH] (experimental) per-topic shortlog., Jeff King, (Fri Dec 1, 1:11 am)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Fri Dec 1, 3:55 am)
Re: [PATCH] (experimental) per-topic shortlog., Junio C Hamano, (Fri Dec 1, 4:00 am)
Re: [PATCH] (experimental) per-topic shortlog., Jeff King, (Fri Dec 1, 4:23 am)