@@ -45,6 +45,8 @@ pub(crate) mod root {
4545 pub const INDEX : sections:: Index = sections:: Index ;
4646 /// The `init` section.
4747 pub const INIT : sections:: Init = sections:: Init ;
48+ /// The `mailmap` section.
49+ pub const MAILMAP : sections:: Mailmap = sections:: Mailmap ;
4850 /// The `pack` section.
4951 pub const PACK : sections:: Pack = sections:: Pack ;
5052 /// The `protocol` section.
@@ -78,6 +80,7 @@ pub(crate) mod root {
7880 & Self :: HTTP ,
7981 & Self :: INDEX ,
8082 & Self :: INIT ,
83+ & Self :: MAILMAP ,
8184 & Self :: PACK ,
8285 & Self :: PROTOCOL ,
8386 & Self :: REMOTE ,
@@ -93,8 +96,8 @@ pub(crate) mod root {
9396mod sections;
9497pub use sections:: {
9598 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 ,
98101} ;
99102#[ cfg( feature = "blob-diff" ) ]
100103pub use sections:: { diff, Diff } ;
0 commit comments