We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2364e commit b13112fCopy full SHA for b13112f
1 file changed
builtin/merge-tree.c
@@ -12,8 +12,7 @@ struct merge_list {
12
struct merge_list *next;
13
struct merge_list *link; /* other stages for this object */
14
15
- unsigned int stage : 2,
16
- flags : 30;
+ unsigned int stage : 2;
17
unsigned int mode;
18
const char *path;
19
struct blob *blob;
0 commit comments