diff options
Diffstat (limited to 'src/refspec.h')
-rw-r--r-- | src/refspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refspec.h b/src/refspec.h index 29f4d5354..44d484c7b 100644 --- a/src/refspec.h +++ b/src/refspec.h @@ -17,6 +17,7 @@ struct git_refspec { unsigned int force :1, push : 1, pattern :1, + dwim :1, matching :1; }; |