kevmoo / git

A dart wrapper around the git command line binary

Home Page:https://pub.dev/packages/git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for 'signed-off' commits

dam0vm3nt opened this issue · comments

When trying to "parse" signed-off a commit log and exception is thrown:

Caught error Bad state: No element
dart:core                                                                                            Iterable.single
package:git/src/commit.dart 59                                                                       Commit._parse

@kevmoo If this is fixed, this can be closed, right?

I have no idea if this is fixed. Does it work for you?

Oh nevermind, I thought b29bef7 was your commit

Wonder why this didn't get closed then. Weird!

Fixed in b29bef7

@kevmoo I'm sorry for the confusion I caused, but I don't think b29bef7 was merged into the repo.

TL/DR: This should remain open and @dam0vm3nt should create a PR with the commit referenced based on the changes to that file. Or I will cause I caused this confusion today.

Longer version:
It was committed to a fork and I looked through all the commits since August 2017 in this repo and nothing seems to merge in that change.

When I type in that hash (as seen at the top of this post), it looks like it's in this repo, but it's not listed as in any branch. But this link dam0vm3nt@b29bef7 points to where the commit currently resides. In a forked repo.

@kevmoo I'm sorry I inadvertently misled you or confused you.