Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commit detection system to handle ambiguous commits #293

Open
sahansk2 opened this issue Aug 15, 2020 · 0 comments
Open

Update commit detection system to handle ambiguous commits #293

sahansk2 opened this issue Aug 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sahansk2
Copy link
Contributor

It's possible in Git to create multiple, distinct commits with the same tree content with git cherry-pick. See here:

sahan@sahan-Lenovo-YOGA-C930-ubuntu:concept$ gloga
*-.   b968625 (HEAD -> master) Useless merge
|\ \  
| | * 888d690 Secondo commit
| * | f4cb2e3 Secondo commit
| |/  
* / f8dc175 Secondo commit
|/  
* e809c7f Initial commit

In these cases, we would like to have a system to keep track of commits, perhaps by keeping track of the commit times.

@benthayer benthayer added this to the 1.0 milestone Aug 27, 2020
@benthayer benthayer added the enhancement New feature or request label Sep 2, 2020
@benthayer benthayer self-assigned this Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants