Git Mailing List Archive mirror
 help / color / mirror / code / Atom feed
* [RFC PATCH 0/2] notes.c: introduce "--no-blankline" option
@ 2022-10-13  5:56 Teng Long
  2022-10-13  5:56 ` [RFC PATCH 1/2] " Teng Long
                   ` (2 more replies)
  0 siblings, 3 replies; 186+ messages in thread
From: Teng Long @ 2022-10-13  5:56 UTC (permalink / raw)
  To: git; +Cc: --cc=avarab, tenglong.tl, Teng Long

From: Teng Long <dyroneteng@gmail.com>

This RFC patchset includes two patches.

One aims to introduce a new option "--no-blankline" for "git-notes-append". The
another one tries to fix the inaccurate output when target and append note are
both empty.

Thanks.

Teng Long (2):
  notes.c: introduce "--no-blankline" option
  notes.c: fixed tip when target and append note are both empty

 Documentation/git-notes.txt | 10 ++++++++--
 builtin/notes.c             | 18 +++++++++++++++---
 t/t3301-notes.sh            | 15 ++++++++++++++-
 3 files changed, 37 insertions(+), 6 deletions(-)

-- 
2.38.0.rc2


^ permalink raw reply	[flat|nested] 186+ messages in thread