Re: git-feed-mail-list.sh

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Woodhouse
Date: Monday, May 8, 2006 - 5:28 pm

On Mon, 2006-05-08 at 17:19 -0700, Linus Torvalds wrote:

Aha, thanks. Git has learned to do a lot more since I first started
hacking up a copy of git-log.sh to feed the mailing lists, and it even
had to walk the commit tree manually :)

The output of (the undocumented) '--pretty=fuller' is probably good
enough that I can just feed the mailing list with it directly. I think I
have to add the commit and the parent manually, but that's easy enough
to do -- the commit is obviously known, and the parent is just
$(git-rev-parse $commit^1).

Anyone got any objections to switching the kernel git-commits-* lists to
this format?

-- 
dwmw2

-
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:
git-feed-mail-list.sh, David Woodhouse, (Wed May 3, 10:48 am)
Re: git-feed-mail-list.sh, Junio C Hamano, (Wed May 3, 9:35 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Wed May 3, 10:16 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 4:44 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 5:19 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 5:28 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 5:36 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 5:45 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:53 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:55 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 5:57 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:59 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 6:01 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 6:03 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 6:05 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 6:09 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 6:12 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 6:18 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 6:27 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 7:41 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 8:06 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Tue May 9, 12:15 am)
Re: git-feed-mail-list.sh, Junio C Hamano, (Tue May 9, 12:32 am)
Re: git-feed-mail-list.sh, Martin Mares, (Wed May 10, 1:49 am)