Merge branch 'tk/stripspace' into maint
commite23469f91a3417e7680cda2402c3c6c4a653cf54
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:26 +0000 (3 15:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:26 +0000 (3 15:32 -0800)
tree7690f3099e612e8e9819d72422f22bcf5ebe2467
parentf89baca1b99ff2882690d6b58dc2071195c6ae84
parentbed4452468cc564adc5ab99dfdbee0eb0f7cfb97
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
builtin/am.c