Unify jumping to line IDs using a `git-rev-parse`-able expression
commit97771e1b166d65c4e60dd99a73db24f307e40a0d
authorJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 5 Aug 2016 00:00:36 +0000 (4 20:00 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 5 Aug 2016 00:00:36 +0000 (4 20:00 -0400)
tree0f570f4e37a373833d725fb7b1802fb440bc6652
parent1e6da9d830c7faf1f92a5bb651b77c45d8045d2e
Unify jumping to line IDs using a `git-rev-parse`-able expression

This allows to create keybindings to go to the 2nd parent and jumping to
a commit by branch name.
NEWS.adoc
doc/manual.adoc
include/tig/io.h
include/tig/view.h
src/blob.c
src/io.c
src/main.c
src/prompt.c
src/status.c
src/view.c
test/main/goto-test [moved from test/main/move-to-parent-test with 99% similarity]