update
This commit is contained in:
parent
14443fd307
commit
cb9f7b5646
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ Revert "fsck: warn about symlink pointing inside a gitdir"
|
||||||
|
|
||||||
I don't know if it will be backported to the other affected git versions.
|
I don't know if it will be backported to the other affected git versions.
|
||||||
|
|
||||||
Currently, the fsck.symlinkTargetLength check has not been reverted,
|
As well as removing the symlink to .git check, that also removes the
|
||||||
so might want to still do something about that.
|
symlink target too long check.
|
||||||
|
|
||||||
Also, git-remote-annex is affected by the same git clone check about hooks
|
Also, git-remote-annex is affected by the same git clone check about hooks
|
||||||
getting installed as git-lfs. That check is also part of the reversion set.
|
getting installed as git-lfs. That check is also going to be reverted.
|
||||||
git-remote-annex contains a workaround, but it currently only checks for
|
git-remote-annex contains a workaround, but it currently only checks for
|
||||||
the specific git versions that added that check, so if any new git point
|
the specific git versions that added that check, so if any new git point
|
||||||
releases don't revert that check it will need to update its version list.
|
releases don't revert that check it will need to update its version list.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue