]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
merge-recursive: comment and reorder the merge_options fields
authorElijah Newren <newren@gmail.com>
Sat, 17 Aug 2019 18:41:39 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 17:08:04 +0000 (10:08 -0700)
commita779fb829bf6160cb519500ac1e15d8ab8a247a4
tree7d12bc458bf26dc5b9d90c10e55282ce2e86c8e7
parent8599ab4574ce3a8b2fc894c7cfdac8fd61450b7b
merge-recursive: comment and reorder the merge_options fields

The merge_options struct had lots of fields, making it a little
imposing, but the options naturally fall into multiple different groups.
Grouping similar options and adding a comment or two makes it easier to
read, easier for new folks to figure out which options are related, and
thus easier for them to find the options they need.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c
merge-recursive.h