Commit Graph

2 Commits

Author SHA1 Message Date
Chris Darroch
ad532efdec command/command_dedup.go: exit if extentions exist
The dedup command should not proceed if any Git LFS
extensions are configured, because these typically
will change the contents of the file (e.g., by
compression) which is written to the local LFS object
storage tree from what the user expects to see in
their working tree, and so the working tree files
should not be cloned (via filesystem reflinks) from
the object storage files.
2020-02-27 22:12:36 -08:00
Kazuki MATSUDA / 松田一樹
8c7ed55536
Add new command git lfs dedup for file system level deduplication.
Implements and closes https://github.com/git-lfs/git-lfs/issues/3740.
2019-08-19 10:44:37 +09:00