Settings

Theme

GitHub: Commit together with co-authors

github.com

39 points by brianmario 8 years ago · 9 comments

Reader

jaytaylor 8 years ago

GitHub 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?

  • enzanki_ars 8 years ago

    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 both authors.

code_potato 8 years ago

I 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!

  • Hedja 8 years ago

    We use "Name & Name <team@company.com>" during pairs/mobs so we don't worry about who gets the credit and waste time rotating authors. It doesn't look great on GitHub but we usually use an IDE to go through commit history anyway.

    It doesn't work great for our open source projects though where visibility on GitHub tends to be more important.

  • voidr 8 years ago

    > “keep their streak up”

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection