legit: "l l" to show the commits log#1423
Merged
vindarel merged 13 commits intolem-project:mainfrom Jul 13, 2024
Merged
Conversation
Contributor
|
Nice feature! I'll poke around in it and get back to you in a bit. |
Contributor
I went ahead and hacked together some pagination so we don't have to fetch a hardcoded amount of commits: rec.mp4I pushed it up as a PR on your branch, give it a look when you get a chance 😄 |
8c9fcf9 to
99a4763
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With
l lwe can see a bigger list of commits (200 by default) on their own buffer/window, and we also see their diff on the right.Current limitations:
gto refresh the view, it brings us back to legit-status. But surely not in an efficient way.edit: => jfaz1 added pagination to see more commits.
cc @jfaz1