]> git.ipfire.org Git - thirdparty/git.git/commit - line-log.c
line-log: extract pathspec parsing from line ranges into a helper function
authorSZEDER Gábor <szeder.dev@gmail.com>
Wed, 21 Aug 2019 11:04:23 +0000 (13:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Aug 2019 17:17:52 +0000 (10:17 -0700)
commiteef5204190e6b99c9d3694fc416bd031cf253490
tree165a885f7afc020eb5e28ff0f7cf9076978fea51
parent75b2f01a0f642b39b0f29b6218515df9b5eb798e
line-log: extract pathspec parsing from line ranges into a helper function

A helper function to parse the paths involved in the line ranges and
to turn them into a pathspec will be useful in the next patch.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c