Sverre Rabbelier venit, vidit, dixit 20.02.2011 12:54: > Heya, > > On Thu, Feb 17, 2011 at 13:20, Michael J Gruber > <git@xxxxxxxxxxxxxxxxxxxx> wrote: >> How would you even know they are different, since you neither read the >> commit messages nor looked up the thread? Thomas Rast's work makes the >> latter even simpler these days. > > What work is that? I think I'm missing something useful here :P > Well, first of all, some people's mail or news clients are so feature bloated that you can even search/grep/filter for post titles such as the ones listed readily in Junio's "What's cooking" posts. For commits in git.git (with pu!), Thomas provides a notes based mapping from commits to message ids. With [remote "trast"] url = git://repo.or.cz/git/trast.git fetch = +refs/heads/notes/*:refs/notes/remotes/trast/* git log --show-notes=remotes/trast/full will give something like below. Neat, eh? (Even neater when not broken by a MUA). Kudos, Thomas! Michael commit 3b0d24053b50d8da76de28ea5f0d3947fa3d2194 Author: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> Date: Thu Feb 17 08:48:06 2011 +0100 Make <identifier> lowercase in Documentation Leaving uppercase abbreviations (e.g. URL) and an identifier named after an upercase env variable (CVSROOT) in place, this adjusts the few remaining cases and fixes an unidentified identifier along the way. Signed-off-by: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Notes (remotes/trast/full): From: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> Subject: [PATCH] Make <identifier> lowercase in Documentation Message-Id: <d8246b3c2afe48505db13da63e01c0084346ade9.1297928789.git.git@xxxxxxxxxxxxxxxxxxxx> Date: Thu Feb 17 08:48:06 2011 In-Reply-To: <7vbp2birzi.fsf@xxxxxxxxxxxxxxxxxxxxxxxx> Archived-At: <http://permalink.gmane.org/gmane.comp.version-control.git/167053> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html