gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Add command to jump to parent commit #66

Closed aschrab closed 11 years ago

aschrab commented 11 years ago

Map the "p" key to make it easy to jump to a parent of the current commit, even if there are many intervening commits on other branches, loading enough of the history to include the target commit. Allow a count to be used to specify a parent other than the first for merge commits.

gregsexton commented 11 years ago

Thanks, this is a really nice idea.