Add grep view as a front-end to git-grep(1)
commit17f897e900ae658da6fb726ed051a03063238db4
authorJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 27 Feb 2014 05:10:57 +0000 (27 00:10 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Sat, 1 Mar 2014 15:25:51 +0000 (1 10:25 -0500)
tree760d0a6b143cbcf0cfef15ca60ee440c7a14a2c2
parentd4e4ff838d7014aae773fb0f1b012677041d11ab
Add grep view as a front-end to git-grep(1)
16 files changed:
Makefile
NEWS.adoc
contrib/tig-completion.bash
doc/manual.adoc
doc/tig.1.adoc
doc/tigrc.5.adoc
include/draw.h
include/grep.h [new file with mode: 0644]
include/tig.h
include/view.h
src/blob.c
src/draw.c
src/grep.c [new file with mode: 0644]
src/tig.c
src/view.c
tigrc