Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-svn-ahead can't handle empty commit messages #2

Open
scy opened this issue Dec 13, 2012 · 0 comments
Open

git-svn-ahead can't handle empty commit messages #2

scy opened this issue Dec 13, 2012 · 0 comments
Assignees
Labels

Comments

@scy
Copy link
Owner

scy commented Dec 13, 2012

If there are empty commit messages in SVN, git-svn-ahead's git log --pretty=format:'%b%n%H' will not output the git-svn-id: lines for these commits, because they are considered to be the subject (%s), not part of the body (%b).

The effect is that the ahead count will be computed wrongly if the empty commit message(s) is/are the most recent commit(s).

I should probably rewrite the parsing completely, it's too hackish right now.

@ghost ghost assigned scy Dec 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant