git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add notes.merge configuration variable
@ 2015-07-31 19:21 Jacob Keller
  2015-07-31 19:21 ` [PATCH 1/2] notes: document cat_sort_uniq rewriteMode Jacob Keller
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jacob Keller @ 2015-07-31 19:21 UTC (permalink / raw)
  To: git; +Cc: Jacob Keller

From: Jacob Keller <jacob.keller@gmail.com>

This small series is a precursor to some thoughts I have for enabling
easier notes collaboration. First, make it so that users can configure
the default notes merge strategy. Mostly useful if you always want to
use cat_sort_uniq.

I also found that the rewriteMode supports cat_sort_uniq but does not
document this fact.

Jacob Keller (2):
  notes: document cat_sort_uniq rewriteMode
  notes: add notes.merge option to select default strategy

 Documentation/config.txt              | 11 ++++-
 Documentation/git-notes.txt           | 33 +++++++++------
 builtin/notes.c                       | 75 +++++++++++++++++++++++++----------
 notes-merge.h                         | 16 ++++----
 t/t3309-notes-merge-auto-resolve.sh   | 29 ++++++++++++++
 t/t3310-notes-merge-manual-resolve.sh | 12 ++++++
 6 files changed, 133 insertions(+), 43 deletions(-)

-- 
2.5.0.482.gfcd5645

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

end of thread, other threads:[~2015-07-31 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 19:21 [PATCH 0/2] add notes.merge configuration variable Jacob Keller
2015-07-31 19:21 ` [PATCH 1/2] notes: document cat_sort_uniq rewriteMode Jacob Keller
2015-07-31 19:21 ` [PATCH 2/2] notes: add notes.merge option to select default strategy Jacob Keller
2015-07-31 21:12   ` Eric Sunshine
2015-07-31 20:00 ` [PATCH 0/2] add notes.merge configuration variable Junio C Hamano

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).