From: Junio C Hamano Date: Mon, 9 Sep 2013 21:35:11 +0000 (-0700) Subject: Merge branch 'es/blame-L-twice' X-Git-Tag: v1.8.5-rc0~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de9a25354aa22aa6796787f3ef3af276fba82339;p=thirdparty%2Fgit.git Merge branch 'es/blame-L-twice' Teaches "git blame" to take more than one -L ranges. * es/blame-L-twice: line-range: reject -L line numbers less than 1 t8001/t8002: blame: add tests of -L line numbers less than 1 line-range: teach -L^:RE to search from start of file line-range: teach -L:RE to search from end of previous -L range line-range: teach -L^/RE/ to search from start of file line-range-format.txt: document -L/RE/ relative search log: teach -L/RE/ to search from end of previous -L range blame: teach -L/RE/ to search from end of previous -L range line-range: teach -L/RE/ to search relative to anchor point blame: document multiple -L support t8001/t8002: blame: add tests of multiple -L options blame: accept multiple -L ranges blame: inline one-line function into its lone caller range-set: publish API for re-use by git-blame -L line-range-format.txt: clarify -L:regex usage form git-log.txt: place each -L option variation on its own line --- de9a25354aa22aa6796787f3ef3af276fba82339