mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
git notes merge: List conflicting notes in notes merge commit message
This brings notes merge in line with regular merge's behaviour. This patch has been improved by the following contributions: - Ævar Arnfjörð Bjarmason: Don't use C99 comments. Thanks-to: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
6abb3655ef
commit
443259cf92
@@ -11,7 +11,7 @@ enum notes_merge_verbosity {
|
||||
struct notes_merge_options {
|
||||
const char *local_ref;
|
||||
const char *remote_ref;
|
||||
const char *commit_msg;
|
||||
struct strbuf commit_msg;
|
||||
int verbosity;
|
||||
enum {
|
||||
NOTES_MERGE_RESOLVE_MANUAL = 0,
|
||||
|
||||
Reference in New Issue
Block a user