GitHub: Commit together with co-authors
github.com
GitHub: Commit together with co-authors
1–10 of 10 posts
Re: GitHub: Commit together with co-authors
#2Can we get cryptographically signed commit integrity into the mainstream instead?
Re: GitHub: Commit together with co-authors
#3GitHub is attempting to standardize a commit message formatting convention for this. Kind of has a certain odor to it. Can we get cryptographically signed commit integrity into the mainstream instead?
Edit: Now that I think about it, can see why. I have seen merges where is was good enough to merge, but needed som slight adjustments. Rebase/merge with minor changes would be a good use for this, and would allow for better crediting of both authors.
Re: GitHub: Commit together with co-authors
#4Re: GitHub: Commit together with co-authors
#5GitHub is attempting to standardize a commit message formatting convention for this. Kind of has a certain odor to it. Can we get cryptographically signed commit integrity into the mainstream instead?
There is already a convention for signed-off by. I don’t understand either why GitHub is pushing for this, though I have seen this feature before on some repositories before the post. Edit: Now that I think about it, can see why. I have seen merges where is was good enough to merge, but needed som slight adjustments. Rebase/merge with minor changes would be a good use for this, and would allow for better crediting of…
Re: GitHub: Commit together with co-authors
#6GitHub is attempting to standardize a commit message formatting convention for this. Kind of has a certain odor to it. Can we get cryptographically signed commit integrity into the mainstream instead?
There is already a convention for signed-off by. I don’t understand either why GitHub is pushing for this, though I have seen this feature before on some repositories before the post. Edit: Now that I think about it, can see why. I have seen merges where is was good enough to merge, but needed som slight adjustments. Rebase/merge with minor changes would be a good use for this, and would allow for better crediting of…
This is especially useful when using https://teletype.atom.io :)
Re: GitHub: Commit together with co-authors
#7I love this! As somebody who quite frequently performs pair programming, this is a great feature. I’ve always found it unfair when only one of the two people got to “keep their streak up”, I mean, it’s a group effort after all!
It doesn't work great for our open source projects though where visibility on GitHub tends to be more important.
Re: GitHub: Commit together with co-authors
#8Earlier quoted context omitted.
There is already a convention for signed-off by. I don’t understand either why GitHub is pushing for this, though I have seen this feature before on some repositories before the post. Edit: Now that I think about it, can see why. I have seen merges where is was good enough to merge, but needed som slight adjustments. Rebase/merge with minor changes would be a good use for this, and would allow for better crediting of…
It's not clear to me what the semantics of Signed-off-by is supposed to be, but at least for some projects (e.g. the Linux kernel), it doesn't imply that you are a co-author.
https://elinux.org/Developer_Certificate_Of_Origin
It makes sense that GitHub would use something new to avoid stepping on toes, and GitHub's mirrors Signed-off-by in implementation as a git commit message trailer.
Re: GitHub: Commit together with co-authors
#9Earlier quoted context omitted.
It's not clear to me what the semantics of Signed-off-by is supposed to be, but at least for some projects (e.g. the Linux kernel), it doesn't imply that you are a co-author.
That's what I've seen. Some projects, including the Linux kernel, use Signed-off-by for Developer Certificate of Origin legal processes. https://elinux.org/Developer_Certificate_Of_Origin It makes sense that GitHub would use something new to avoid stepping on toes, and GitHub's mirrors Signed-off-by in implementation as a git commit message trailer.
The git-core commit message conventions docs mention it (https://git.wiki.kernel.org/index.php/CommitMessageConventio...) as do the OpenStack commit message convention docs (https://wiki.openstack.org/wiki/GitCommitMessages#Including_...).
Re: GitHub: Commit together with co-authors
#10I love this! As somebody who quite frequently performs pair programming, this is a great feature. I’ve always found it unfair when only one of the two people got to “keep their streak up”, I mean, it’s a group effort after all!
I think that `how much code has been changed by developer` is not a good metric for performance. There might be weeks when I'm barely writing any code and getting the most work done.
Issue trackers on the other hand can be good to track performance.