You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Wiki.js installation using Git for storage via git-js, if a binary is renamed in the underlying repository, the change isn't noticed because DiffSummary isn't populating the files attribute.
In a Wiki.js installation using Git for storage via git-js, if a binary is renamed in the underlying repository, the change isn't noticed because DiffSummary isn't populating the
files
attribute.For example, when a binary is added:
the
files
attribute is populated:But when the binary is renamed:
the
files
attribute is empty:Looking at parse-diff-summary.ts, it appears to only handle the first type of change.
The text was updated successfully, but these errors were encountered: