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

git log is called for artificial commits #4361

Closed
gerhardol opened this issue Jan 13, 2018 · 1 comment
Closed

git log is called for artificial commits #4361

gerhardol opened this issue Jan 13, 2018 · 1 comment

Comments

@gerhardol
Copy link
Member

Do you want to request a feature or report a bug?
bug

What is the current behavior?
GE tries to get information for artificial commits
This uses resources and is confusing in the log but has no other known side effects

This is a regression from #4275

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Select an artificial commit
"C:\Program Files\Git\bin\git.exe" branch --contains 1111111111111111111111111111111111111111

What is the expected behavior?
To avoid calling these commands for artificial since they are meaningless.

Environment you encounter the issue:

  • GitExtensions version: master

Did this work in previous version of GitExtensions (which)?
2.50.02

@gerhardol
Copy link
Member Author

This can be pruned in ReloadCommitInfo() or for each individual command like GetAllBranchesWhichContainGivenCommit().
Using the first option in a PR.

gerhardol added a commit to gerhardol/gitextensions that referenced this issue Jan 13, 2018
@RussKie RussKie added this to the Next version milestone Jan 13, 2018
aivanov-oneinc pushed a commit to aivanov-oneinc/gitextensions that referenced this issue Jan 31, 2018
@RussKie RussKie modified the milestones: 3.00, 2.51 + 3.00 Feb 15, 2018
RussKie pushed a commit that referenced this issue Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants