@@ -45,6 +45,8 @@ pub(crate) mod root {
45
45
pub const INDEX : sections:: Index = sections:: Index ;
46
46
/// The `init` section.
47
47
pub const INIT : sections:: Init = sections:: Init ;
48
+ /// The `mailmap` section.
49
+ pub const MAILMAP : sections:: Mailmap = sections:: Mailmap ;
48
50
/// The `pack` section.
49
51
pub const PACK : sections:: Pack = sections:: Pack ;
50
52
/// The `protocol` section.
@@ -78,6 +80,7 @@ pub(crate) mod root {
78
80
& Self :: HTTP ,
79
81
& Self :: INDEX ,
80
82
& Self :: INIT ,
83
+ & Self :: MAILMAP ,
81
84
& Self :: PACK ,
82
85
& Self :: PROTOCOL ,
83
86
& Self :: REMOTE ,
@@ -93,8 +96,8 @@ pub(crate) mod root {
93
96
mod sections;
94
97
pub use sections:: {
95
98
branch, checkout, core, credential, extensions, fetch, gitoxide, http, index, protocol, remote, ssh, Author ,
96
- Branch , Checkout , Clone , Committer , Core , Credential , Extensions , Fetch , Gitoxide , Http , Index , Init , Pack ,
97
- Protocol , Remote , Safe , Ssh , Url , User ,
99
+ Branch , Checkout , Clone , Committer , Core , Credential , Extensions , Fetch , Gitoxide , Http , Index , Init , Mailmap ,
100
+ Pack , Protocol , Remote , Safe , Ssh , Url , User ,
98
101
} ;
99
102
#[ cfg( feature = "blob-diff" ) ]
100
103
pub use sections:: { diff, Diff } ;
0 commit comments