-
Notifications
You must be signed in to change notification settings - Fork 270
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
show git log in reverse order #133
Comments
Thanks for making this suggestion! Although this functionality would be ideal for completeness, and is useful in certain circumstances, I'm unsure how often it would be used by the majority of Git Graph users. Although adding the argument itself is trivial, it poses a variety of challenges for the graph rendering algorithm I've implemented (or any other for that matter), and would require substantial modification & testing to this core component of this extension. I'll leave this as nice to have for now, however if others would regularly use this functionally, please like the first post on this thread. If enough users would like this functionality I'd be happy to re-prioritise this and add it in an upcoming release! |
This issue has been left open for two months for others to express interest in this feature. As no other Git Graph users have indicated they would like this functionality in this period, it seems to confirm my previous sentiment that this feature wouldn't be used by many users. Although this functionality would definitely be nice to have, and would be useful under certain circumstances, it requires a significant amount a work, and adds additional complexity to the code. Because of this, and that no other users have indicated they would like this feature, I'll close it for now and move it to the backlog. Note to users reading this in the future: If you'd like this functionality, please reply to this thread to express your interest. I'd happily re-open and add this feature if there was any indication it would be used by a decent number of users would like it. |
It'll be very convenient if there's --reverse option supported. |
When I'm reading a Git repository, I prefer to start from the first commit because the author's main ideas are typically contained in the initial version. The initial version is also smaller and easier to comprehend. I think it would be nice to have this feature. |
Describe the feature that you'd like
show git log in reserve order by
git log --reverse.
The text was updated successfully, but these errors were encountered: