]> Kevux Git Server - rit/commit
notes: introduce "--no-separator" option
authorTeng Long <dyroneteng@gmail.com>
Sat, 27 May 2023 07:57:54 +0000 (15:57 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 15:51:01 +0000 (08:51 -0700)
commit3d6a31646491bf4f8b1166d7182c6d92e2414cf8
treed598bac5d01106579a6a71381e4a95d649af739c
parentc4e2aa7d45fadf89f6c7d7cda109eccc735a65f8
notes: introduce "--no-separator" option

Sometimes, the user may want to add or append multiple notes
without any separator to be added between them.

Disscussion:

  https://public-inbox.org/git/3f86a553-246a-4626-b1bd-bacd8148318a@app.fastmail.com/

Signed-off-by: Teng Long <dyroneteng@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt
builtin/notes.c
t/t3301-notes.sh