File tree 2 files changed +9
-2
lines changed
gix-status/src/index_as_worktree_with_renames
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,7 @@ pub(super) mod function {
404
404
use crate :: index_as_worktree_with_renames:: { Entry , Error } ;
405
405
use bstr:: BStr ;
406
406
use gix_diff:: rewrites:: tracker:: ChangeKind ;
407
+ use gix_diff:: tree:: visit:: Relation ;
407
408
use gix_dir:: entry:: Kind ;
408
409
use gix_filter:: pipeline:: convert:: ToGitOutcome ;
409
410
use gix_hash:: oid;
@@ -437,6 +438,12 @@ pub(super) mod function {
437
438
}
438
439
}
439
440
441
+ fn relation ( & self ) -> Option < Relation > {
442
+ // TODO: figure out if index or worktree can provide containerization - worktree should be possible.
443
+ // index would take some processing.
444
+ None
445
+ }
446
+
440
447
fn kind ( & self ) -> ChangeKind {
441
448
match self {
442
449
ModificationOrDirwalkEntry :: Modification ( m) => match & m. status {
Original file line number Diff line number Diff line change @@ -1270,10 +1270,10 @@ rename to gix-sec/tests/sec.rs
1270
1270
"gix-sec/src/permission.rs" ,
1271
1271
"git-sec/src/trust.rs" ,
1272
1272
"gix-sec/src/trust.rs" ,
1273
- "git-sec/tests/identity/mod.rs" ,
1274
- "gix-sec/tests/identity/mod.rs" ,
1275
1273
"git-sec/tests/sec.rs" ,
1276
1274
"gix-sec/tests/sec.rs" ,
1275
+ "git-sec/tests/identity/mod.rs" ,
1276
+ "gix-sec/tests/identity/mod.rs" ,
1277
1277
]
1278
1278
) ;
1279
1279
You can’t perform that action at this time.
0 commit comments