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
>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
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
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-