]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/notes-doc-fixes'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:17 +0000 (11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:17 +0000 (11:59 -0700)
commit1a140c870d1fe069387d13c68d5e219b466a0af6
tree62cb60e241ed4bda9e05f156ce5772b5cc028f76
parent5d2812ff3c10c1506028a37f9286004988c4ac57
parent806337c7052ccf3b11d2efd4ba031c21b241e64a
Merge branch 'kh/notes-doc-fixes'

"git notes --help" documentation updates.

* kh/notes-doc-fixes:
  doc: notes: use stuck form throughout
  doc: notes: treat --stdin equally between copy/remove
  doc: notes: point out copy --stdin use with argv
  doc: notes: clearly state that --stripspace is the default
  doc: notes: remove stripspace discussion from other options
  doc: notes: rework --[no-]stripspace
  doc: notes: split out options with negated forms
  doc: config: mention core.commentChar on commit.cleanup
  doc: stripspace: mention where the default comes from