File tree 4 files changed +7
-0
lines changed
gitoxide-core/src/repository
gix/tests/gix/object/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(
81
81
copies : None ,
82
82
percentage : Some ( percentage) ,
83
83
limit : 0 ,
84
+ track_empty : false ,
84
85
} ) ;
85
86
if opts. rewrites . is_some ( ) {
86
87
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() {
80
80
} ) ,
81
81
percentage : Some ( 0.3 ) ,
82
82
limit : 0 ,
83
+ track_empty : false ,
83
84
} ;
84
85
let out = fixture_filtered_detailed (
85
86
"changed-and-untracked-and-renamed" ,
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ mod track_rewrites {
165
165
} ) ,
166
166
limit : 1000 ,
167
167
percentage : Some ( 0.5 ) ,
168
+ track_empty : false ,
168
169
} ;
169
170
let out = from
170
171
. changes ( ) ?
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ struct Record {
62
62
}
63
63
64
64
static GIT_CONFIG : & [ Record ] = & [
65
+ Record {
66
+ config : "attr.tree" ,
67
+ usage : Planned ( "Decides where to read git attributes from - this will affect APIs" )
68
+ } ,
65
69
Record {
66
70
config : "core.symlinks" ,
67
71
usage : Planned ( "Needed to handle checkouts faithfully" )
You can’t perform that action at this time.
0 commit comments