git-commit-vandalism/t/t4211
Thomas Rast 13b8f68c1f log -L: :pattern:file syntax to find by funcname
This new syntax finds a funcname matching /pattern/, and then takes from there
up to (but not including) the next funcname.  So you can say

  git log -L:main:main.c

and it will dig up the main() function and show its line-log, provided
there are no other funcnames matching 'main'.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-03-28 10:30:04 -07:00
..
expect.beginning-of-file Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.end-of-file Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.move-support-f Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.simple-f Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.simple-f-to-main log -L: :pattern:file syntax to find by funcname 2013-03-28 10:30:04 -07:00
expect.simple-main Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.simple-main-to-end log -L: :pattern:file syntax to find by funcname 2013-03-28 10:30:04 -07:00
expect.two-ranges Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
expect.vanishes-early Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00
history.export Implement line-history search (git log -L) 2013-03-28 10:29:22 -07:00