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

Display history starting from a specific commit #85

Open
chmike opened this issue Nov 1, 2016 · 0 comments
Open

Display history starting from a specific commit #85

chmike opened this issue Nov 1, 2016 · 0 comments

Comments

@chmike
Copy link

@chmike chmike commented Nov 1, 2016

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> or gl history -s <branch>-<n> or gl history -s <tag_id> or gl history -s <commit_id> .

BTW. log would be shorter to type than history.

@spderosso spderosso changed the title Displaying the changes in the last commit ? Display history starting from a specific commit Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.