Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay history starting from a specific commit #85
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to display the modifications in the last commit. To de so I'm trying to use
gl history.The verbose option provides a nice display of changes.
Unfortunately the
-l(limit) option is apparently limited.It seam that it always start counting history from the first commit. I couldn't find how to display the history starting from a specific commit, or HEAD - x commits.
An option allowing to specify the starting point and accepting HEAD relative reference would be useful.
Here is a list of commit id referencing I would like would be supported :
gl history -s HEAD-<n>orgl history -s <branch>-<n>orgl history -s <tag_id>orgl history -s <commit_id>.BTW.
logwould be shorter to type thanhistory.