]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.c
Merge branch 'tk/stripspace'
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 22:55:20 +0000 (15:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 22:55:20 +0000 (15:55 -0700)
commit1ad7c0f6896bf0fa0b1b4965d7395b7ba2695fdc
tree8ac018758924a1b437895974529dccbe8bae664c
parent0884726b43e356d5710db3d516c788fd0b95a57c
parentbed4452468cc564adc5ab99dfdbee0eb0f7cfb97
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
builtin/am.c
builtin/branch.c
builtin/merge.c
builtin/notes.c
builtin/stripspace.c
builtin/tag.c
strbuf.c
strbuf.h