Implement line-history search (git log -L)
authorThomas Rast <trast@student.ethz.ch>
Thu, 28 Mar 2013 16:47:32 +0000 (17:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2013 17:29:22 +0000 (10:29 -0700)
commit12da1d1...6ffcd546a892a33302bb34fd37169022
treea70c524...b7b27d77c9c58d48a4e88215a956d731copy hash to clipboard (tree)
parentc7edcae...6ed90ec0567179a78d7d1170e610c042copy hash to clipboard (diff)
20 files changed:
Documentation/git-log.txt
Makefile
builtin/log.c
line-log.c [new file with mode: 0644]
line-log.h [new file with mode: 0644]
line-range.c
line-range.h
log-tree.c
revision.c
revision.h
t/perf/p4211-line-log.sh [new file with mode: 0755]
t/t4211-line-log.sh [new file with mode: 0755]
t/t4211/expect.beginning-of-file [new file with mode: 0644]
t/t4211/expect.end-of-file [new file with mode: 0644]
t/t4211/expect.move-support-f [new file with mode: 0644]
t/t4211/expect.simple-f [new file with mode: 0644]
t/t4211/expect.simple-main [new file with mode: 0644]
t/t4211/expect.two-ranges [new file with mode: 0644]
t/t4211/expect.vanishes-early [new file with mode: 0644]
t/t4211/history.export [new file with mode: 0644]