Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6586437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:47:26+00:00 2026-05-25T16:47:26+00:00

The way all version control systems I’m familiar with work is that each commit

  • 0

The way all version control systems I’m familiar with work is that each commit is attributed to a single developer. The rise of Agile Engineering, and specifically pair programming, has lead to a situation where two developers have made a significant contribution to the same task, a bug fix for example.

The issue of attribution won’t be too much of a big deal in a work environment since the project manager will be aware of the work the pairs are doing, but what about if two open source contributors decide to pair up and push out some code to a particular project that has no idea they’re working together. Is there any way for a version control system like Git to attribute a particular patch to multiple developers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:47:27+00:00Added an answer on May 25, 2026 at 4:47 pm
    Commit title
    
    Commit body
    
    Co-authored-by: name <additional-dev-1@example.com>
    Co-authored-by: name <additional-dev-2@example.com>
    
    • Supported by GitHub and GitLab
    • Used by others: https://git.wiki.kernel.org/index.php/CommitMessageConventions

    One problem with this approach is that you can’t create a signed key for this group of devs, so you could essentially add anybody to this list even if they didn’t work on a feature and GitHub would treat it as if they did. However, this shouldn’t be an issue in most cases.

    e.g. Co-authored-by: Linus Torvalds <torvalds@linux-foundation.org>

    With normal authors or signing groups (the old method) you would see it’s not signed and know that you can’t trust the commit. However, there is no signing process on co-authors.


    Mostly outdated answer:

    One solution would be to set a name for the pair:

    git config user.name "Chris Wilson and John Smith"
    

    Here is a related bug report with other temporary solutions:

    Bug git-core: Git should support multiple authors for a commit

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the best way to authorize all users to one single page in
Using online interfaces to a version control system is a nice way to have
E.g., I have the following files under version control: file1, file2, file3, all at
What would be the rails way of implementing version control in my record management
Do any version control systems allow you to specify line level security restrictions rather
Is there a way to remove version control from an IntelliJ project? I could
Can anyone recommend the best way to use version control system in Visual Studio
Is there a way to get all versions of list item(s) using a CAML
So I'm trying to find a way to get a collection of all versions
Is there a way at all of altering the clipboard of the user via

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.