tags 525993 patch thanks -=| Guido Günther, Tue, Apr 28, 2009 at 07:55:29PM +0200 |=- > On Tue, Apr 28, 2009 at 04:23:15PM +0300, Damyan Ivanov wrote: > > Traceback (most recent call last): > > File "/usr/bin/git-dch", line 382, in <module> > > sys.exit(main(sys.argv)) > > File "/usr/bin/git-dch", line 354, in main > > commit_msg, (commit_author, commit_email) = parse_commit(repo, > > first_commit, options) > > File "/usr/bin/git-dch", line 204, in parse_commit > > author, email = get_author(commit) > > TypeError: 'NoneType' object is not iterable > > > > I have tracked the problem to a "pretty = oneline" setting in ~/.gitconfig > > ([format] section). If I comment this setting out, git-dch does the right > > thing. > The attached patch should fix this.
I can confirm that this patch fixes the problem. Thanks Guido. -- dam
signature.asc
Description: Digital signature

