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

Changes v4 -> v5:

 - Patch #5: Reorder code to ease readability and fix issue with
   checking d.given after free_note_data(&d), noticed by Junio.

 - Patch #9: Fix typo in commit message, noticed by Junio.

 - Patch #9: Rename "output" files to "actual", suggested by Eric.

 - Patch #9: Use test_line_count instead of wc -l, which behaves
   differently on Macs. noticed by Michael, diagnosed by Eric, and
   fix suggested by Peff.

 - Patch #9: Use -r option to ls-tree when counting entries in notes,
   tree as this also works for trees with fanout level > 0. Noticed
   by Peff.


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             |  258 +++++----
 notes.c                     |    3 +-
 t/t3301-notes.sh            | 1341 +++++++++++++++++++++----------------------
 4 files changed, 789 insertions(+), 825 deletions(-)

-- 
2.0.0.rc4.501.gdaf83ca

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

end of thread, other threads:[~2014-11-12 23:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12  0:40 [PATCHv5 0/9] Handling empty notes Johan Herland
2014-11-12  0:40 ` [PATCHv5 1/9] builtin/notes: Fix premature failure when trying to add the empty blob Johan Herland
2014-11-12  0:40 ` [PATCHv5 2/9] t3301: Verify that 'git notes' removes empty notes by default Johan Herland
2014-11-12  0:40 ` [PATCHv5 3/9] builtin/notes: Improve naming Johan Herland
2014-11-12  0:40 ` [PATCHv5 4/9] builtin/notes: Refactor note file path into struct note_data Johan Herland
2014-11-12  0:40 ` [PATCHv5 5/9] builtin/notes: Simplify early exit code in add() Johan Herland
2014-11-12  0:40 ` [PATCHv5 6/9] builtin/notes: Split create_note() to clarify add vs. remove logic Johan Herland
2014-11-12  0:40 ` [PATCHv5 7/9] builtin/notes: Add --allow-empty, to allow storing empty notes Johan Herland
2014-11-12  0:40 ` [PATCHv5 8/9] notes: Empty notes should be shown by 'git log' Johan Herland
2014-11-12  0:40 ` [PATCHv5 9/9] t3301: Modernize Johan Herland
2014-11-12  1:57   ` Eric Sunshine
2014-11-12  9:08     ` Johan Herland
2014-11-12 21:18       ` Junio C Hamano
2014-11-12 23:43         ` 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).