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
## Make it possible to diff blobs line by line. Note that this feature is integral for implementing tree-diffs as well due to the handling of rename-tracking,
97
97
## which relies on line-by-line diffs in some cases.
98
-
blob-diff = ["gix-diff/blob"]
98
+
blob-diff = ["gix-diff/blob", "attributes"]
99
99
100
100
## Make it possible to turn a tree into a stream of bytes, which can be decoded to entries and turned into various other formats.
0 commit comments