lib/scanner: Track modified by in symlinks (#4777)
This commit is contained in:
parent
36251b86f7
commit
8df90bb475
@ -390,6 +390,7 @@ func (w *walker) walkSymlink(ctx context.Context, relPath string, dchan chan pro
|
|||||||
Version: cf.Version.Update(w.ShortID),
|
Version: cf.Version.Update(w.ShortID),
|
||||||
NoPermissions: true, // Symlinks don't have permissions of their own
|
NoPermissions: true, // Symlinks don't have permissions of their own
|
||||||
SymlinkTarget: target,
|
SymlinkTarget: target,
|
||||||
|
ModifiedBy: w.ShortID,
|
||||||
}
|
}
|
||||||
|
|
||||||
if ok {
|
if ok {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user