]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tl/notes-separator'
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Jul 2023 18:54:47 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Jul 2023 18:54:47 +0000 (11:54 -0700)
commita9cc3b8fc7c904227640aebc9b543bd9a0fb31d2
tree53c69ebcaacf2fdd8909cd8a248a783b11d5aadb
parent5a1d9e8f8777a60d388278af6093af8483f48811
parent3d6a31646491bf4f8b1166d7182c6d92e2414cf8
Merge branch 'tl/notes-separator'

'git notes append' was taught '--separator' to specify string to insert
between paragraphs.

* tl/notes-separator:
  notes: introduce "--no-separator" option
  notes.c: introduce "--[no-]stripspace" option
  notes.c: append separator instead of insert by pos
  notes.c: introduce '--separator=<paragraph-break>' option
  t3321: add test cases about the notes stripspace behavior
  notes.c: use designated initializers for clarity
  notes.c: cleanup 'strbuf_grow' call in 'append_edit'
builtin/notes.c