From: Junio C Hamano Date: Tue, 3 Nov 2015 23:32:26 +0000 (-0800) Subject: Merge branch 'tk/stripspace' into maint X-Git-Tag: v2.6.3~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e23469f91a3417e7680cda2402c3c6c4a653cf54;p=thirdparty%2Fgit.git Merge branch 'tk/stripspace' into maint 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 --- e23469f91a3417e7680cda2402c3c6c4a653cf54