Signed-off-by error
See original GitHub issueI’ve identified an error when using the signed-off-by key, when git commit --amend --no-edit
or git commit --amend
with or without the --signoff
option is being used, following git commit --signoff
event. Haven’t had a chance to look at it yet but it is a little odd since it is part of the commit message itself…
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
Signed-off-by Lines - Gerrit Code Review
Acked-by: is not as formal as Signed-off-by:. It is a record that the acker has at least reviewed the patch and has indicated...
Read more >git add Signed-off-by line using format.signoff not working
I want to automatically add a "Signed-off-by" line for the committer at the end of the commit log message when commit a message....
Read more >not Signed-off-by author/committer ... - Gerrit Code Review
This error may happen for different reasons if you do not have the access right to forge the committer identity: missing Signed-off-by in...
Read more >415307 – Multiple Signed-off-by entries confuse Git hook - Bugs
I applied the patch to jetty with: > > git am -s /tmp/0001-bug-415302.patch > I tried the attached patch and it does not...
Read more >git-commit Documentation - Git
If you make a commit and then find a mistake immediately after that, you can recover from it with ... (e.g. git commit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, sorry, let me dig out the details for you, I totally forgot to send them on!
Hehe, it was my MR that added the functionality 😇