-
Recent Posts
Categories
Recent Comments
- Anton on A class needed by class <…> cannot be found: org/apache/tools/ant/Task
- raaaj on A class needed by class <…> cannot be found: org/apache/tools/ant/Task
- Kijana Woodard on WordPress OpenID v3.3
- Ajaxian » Safari self replicates itself…. for fun on iTunes 9, now with more WebKit
- OpenID: Redirects and Delegation » Code Nomad on Challenges in changing my OpenID
git: Duplicate Signed-off-by lines
I’ve been playing around with git a lot as an alternative to subversion and am really loving it. However, I’m getting an error every time I try to commit: Duplicate Signed-off-by lines. I can see where this is being thrown inside .git/hooks/commit-msg, but it wasn’t immediately obvious what the problem was. I did a quick […]