diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-05-22 21:55:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-22 21:55:31 -0700 |
| commit | 1991703bdbb7839e3b43e0e0238f8efd76c8fe8d (patch) | |
| tree | e9b02e5f8ce5230294266972a2f5e6bb2d35c55a /Documentation | |
| parent | 35dfccb2b430ee67fddb7b1a1f8cd7a1a8fb7cbe (diff) | |
| download | git-1991703bdbb7839e3b43e0e0238f8efd76c8fe8d.tar.xz | |
Revert "fsck: warn about symlink pointing inside a gitdir"
This reverts commit a33fea08 (fsck: warn about symlink pointing
inside a gitdir, 2024-04-10), which warns against symbolic links
commonly created by git-annex.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/fsck-msgids.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/fsck-msgids.txt b/Documentation/fsck-msgids.txt index b06ec385af..12eae8a222 100644 --- a/Documentation/fsck-msgids.txt +++ b/Documentation/fsck-msgids.txt @@ -157,18 +157,6 @@ `nullSha1`:: (WARN) Tree contains entries pointing to a null sha1. -`symlinkPointsToGitDir`:: - (WARN) Symbolic link points inside a gitdir. - -`symlinkTargetBlob`:: - (ERROR) A non-blob found instead of a symbolic link's target. - -`symlinkTargetLength`:: - (WARN) Symbolic link target longer than maximum path length. - -`symlinkTargetMissing`:: - (ERROR) Unable to read symbolic link target's blob. - `treeNotSorted`:: (ERROR) A tree is not properly sorted. |
