Re: [PATCH v8 1/5] Refactor parse_loc

2013-02-28 Thread Junio C Hamano
Thomas Rast tr...@student.ethz.ch writes: From: Bo Yang struggleyb@gmail.com We want to use the same style of -L n,m argument for 'git log -L' as for git-blame. Refactor the argument parsing of the range arguments from builtin/blame.c to the (new) file that will hold the 'git log -L'

Re: [PATCH v8 1/5] Refactor parse_loc

2013-02-28 Thread Thomas Rast
Junio C Hamano gits...@pobox.com writes: Thomas Rast tr...@student.ethz.ch writes: From: Bo Yang struggleyb@gmail.com We want to use the same style of -L n,m argument for 'git log -L' as for git-blame. Refactor the argument parsing of the range arguments from builtin/blame.c to the