Re: [PATCH] gitlog-to-changelog pass args to git-log

2008-12-21 Thread Jim Meyering
William Pursell wrote: ... > -Convert git log output to ChangeLog format. > +Convert git log output to ChangeLog format. If present, any ARGS > +are passed to git-log. To avoid ARGS being parsed as options to Thanks. I've pushed that, with only the tiny change: s/git-log/"git log"/ and an updat

Re: [PATCH] gitlog-to-changelog pass args to git-log

2008-12-21 Thread William Pursell
>From 756fa7c0a87eca7ecfebdb1c46b25bd776b4ec01 Mon Sep 17 00:00:00 2001 From: William Pursell Date: Sun, 21 Dec 2008 11:24:13 + Subject: [PATCH] Pass options to git-log via gitlog-to-changelog When producing a ChangeLog, it is sometimes convenient to filter the commits in various ways. gitl

Re: [PATCH] gitlog-to-changelog pass args to git-log

2008-12-20 Thread Jim Meyering
William Pursell wrote: > This is a simple modification to gitlog-to-changelog > that allows arguments to be passed to git-log > to allow finer control over construction > of the ChangeLog. The intended use case is to allow > a ChangeLog to be built for a branch without requiring > that branch to

[PATCH] gitlog-to-changelog pass args to git-log

2008-12-20 Thread William Pursell
This is a simple modification to gitlog-to-changelog that allows arguments to be passed to git-log to allow finer control over construction of the ChangeLog. The intended use case is to allow a ChangeLog to be built for a branch without requiring that branch to be checked out. diff --git a/build-