git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/9] Handling empty notes
@ 2014-11-09 12:30 Johan Herland
  2014-11-09 12:30 ` [PATCHv4 1/9] builtin/notes: Fix premature failure when trying to add the empty blob Johan Herland
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Johan Herland @ 2014-11-09 12:30 UTC (permalink / raw)
  To: gitster; +Cc: git, mackyle, jhf, sunshine, Johan Herland

Changes v3 -> v4:
 - Incorporate more feedback from Junio:
    - Patch #1: s/git config --unset/test_unconfig/
 - Add patches #3 - #6 to refactor add()/append_edit()/create_note()
   for supporting the direction suggested by Junio
 - Revamp the last patch to more fully modernize t3301


Have fun! :)

...Johan

Johan Herland (9):
  builtin/notes: Fix premature failure when trying to add the empty blob
  t3301: Verify that 'git notes' removes empty notes by default
  builtin/notes: Improve naming
  builtin/notes: Refactor note file path into struct note_data
  builtin/notes: Simplify early exit code in add()
  builtin/notes: Split create_note() to clarify add vs. remove logic
  builtin/notes: Add --allow-empty, to allow storing empty notes
  notes: Empty notes should be shown by 'git log'
  t3301: Modernize

 Documentation/git-notes.txt |   12 +-
 builtin/notes.c             |  235 +++++----
 notes.c                     |    3 +-
 t/t3301-notes.sh            | 1189 ++++++++++++++++++++-----------------------
 4 files changed, 698 insertions(+), 741 deletions(-)

-- 
2.1.1.392.g062cc5d

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

end of thread, other threads:[~2014-11-11 15:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-09 12:30 [PATCHv4 0/9] Handling empty notes Johan Herland
2014-11-09 12:30 ` [PATCHv4 1/9] builtin/notes: Fix premature failure when trying to add the empty blob Johan Herland
2014-11-09 12:30 ` [PATCHv4 2/9] t3301: Verify that 'git notes' removes empty notes by default Johan Herland
2014-11-09 12:30 ` [PATCHv4 3/9] builtin/notes: Improve naming Johan Herland
2014-11-09 12:30 ` [PATCHv4 4/9] builtin/notes: Refactor note file path into struct note_data Johan Herland
2014-11-09 12:30 ` [PATCHv4 5/9] builtin/notes: Simplify early exit code in add() Johan Herland
2014-11-10 20:36   ` Junio C Hamano
2014-11-11  0:49     ` Johan Herland
2014-11-11 15:53       ` Junio C Hamano
2014-11-09 12:30 ` [PATCHv4 6/9] builtin/notes: Split create_note() to clarify add vs. remove logic Johan Herland
2014-11-09 12:30 ` [PATCHv4 7/9] builtin/notes: Add --allow-empty, to allow storing empty notes Johan Herland
2014-11-09 12:30 ` [PATCHv4 8/9] notes: Empty notes should be shown by 'git log' Johan Herland
2014-11-09 12:30 ` [PATCHv4 9/9] t3301: Modernize Johan Herland
2014-11-10 20:42   ` Junio C Hamano
2014-11-11  1:04     ` Johan Herland
2014-11-11  1:07       ` Eric Sunshine
2014-11-11  1:50         ` Johan Herland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).