mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01: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>
9.6 KiB
Executable File
9.6 KiB
Executable File