File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
gitoxide-core/src/repository
gix/tests/gix/object/tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ pub fn show(
8181 copies : None ,
8282 percentage : Some ( percentage) ,
8383 limit : 0 ,
84+ track_empty : false ,
8485 } ) ;
8586 if opts. rewrites . is_some ( ) {
8687 if let Some ( opts) = opts. dirwalk_options . as_mut ( ) {
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ fn changed_and_untracked_and_renamed() {
8080 } ) ,
8181 percentage : Some ( 0.3 ) ,
8282 limit : 0 ,
83+ track_empty : true ,
8384 } ;
8485 let out = fixture_filtered_detailed (
8586 "changed-and-untracked-and-renamed" ,
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ mod track_rewrites {
165165 } ) ,
166166 limit : 1000 ,
167167 percentage : Some ( 0.5 ) ,
168+ track_empty : false ,
168169 } ;
169170 let out = from
170171 . changes ( ) ?
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ struct Record {
6262}
6363
6464static GIT_CONFIG : & [ Record ] = & [
65+ Record {
66+ config : "attr.tree" ,
67+ usage : Planned ( "Decides where to read git attributes from - this will affect APIs" )
68+ } ,
6569 Record {
6670 config : "core.symlinks" ,
6771 usage : Planned ( "Needed to handle checkouts faithfully" )
You can’t perform that action at this time.
0 commit comments