File: git-lfs-dedup.adoc

package info (click to toggle)
git-lfs 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,808 kB
  • sloc: sh: 21,256; makefile: 507; ruby: 417
file content (28 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= git-lfs-dedup(1)

== NAME

git-lfs-dedup - Deduplicate Git LFS files

== SYNOPSIS

`git lfs dedup`

== DESCRIPTION

Deduplicates storage by re-creating working tree files as clones of the
files in the Git LFS storage directory using the operating system's
copy-on-write file creation functionality.

If the operating system or file system don't support copy-on-write file
creation, this command exits unsuccessfully.

This command will also exit without success if any Git LFS extensions
are configured, as these will typically be used to alter the file
contents before they are written to the Git LFS storage directory, and
therefore the working tree files should not be copy-on-write clones of
the LFS object files.

== SEE ALSO

Part of the git-lfs(1) suite.