mirror of
https://github.com/git/git.git
synced 2026-03-19 05:00:08 +01:00
Merge branch 'jc/request-pull-show-head-4' into next
* jc/request-pull-show-head-4: fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error
This commit is contained in:
@@ -37,7 +37,7 @@ struct src_data {
|
||||
|
||||
struct origin_data {
|
||||
unsigned char sha1[20];
|
||||
int is_local_branch:1;
|
||||
unsigned is_local_branch:1;
|
||||
};
|
||||
|
||||
static void init_src_data(struct src_data *data)
|
||||
|
||||
Reference in New Issue
Block a user