mirror of
https://github.com/git/git.git
synced 2026-01-24 17:41:30 +00:00
The regexp on the right hand side of expr : operator somehow was broken. expr 'z+pu:refs/tags/ko-pu' : 'z\+\(.*\)' does not strip '+'; write 'z+\(.*\)' instead. We probably should switch to shell based substring post 1.3.0; that's not bashism but just POSIX anyway. Signed-off-by: Junio C Hamano <junkio@cox.net>
4.2 KiB
Executable File
4.2 KiB
Executable File