From: Junio C Hamano Date: Mon, 26 Oct 2015 22:55:20 +0000 (-0700) Subject: Merge branch 'tk/stripspace' X-Git-Tag: v2.7.0-rc0~78 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1ad7c0f6896bf0fa0b1b4965d7395b7ba2695fdc?hp=1ad7c0f6896bf0fa0b1b4965d7395b7ba2695fdc Merge branch 'tk/stripspace' The internal stripspace() function has been moved to where it logically belongs to, i.e. strbuf API, and the command line parser of "git stripspace" has been updated to use the parse_options API. * tk/stripspace: stripspace: use parse-options for command-line parsing strbuf: make stripspace() part of strbuf ---