]> Sergey Matveev's repositories - public-inbox.git/commitdiff
git: drop needless checks for old git
authorEric Wong <e@80x24.org>
Thu, 26 Jan 2023 09:32:57 +0000 (09:32 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 Jan 2023 08:19:17 +0000 (08:19 +0000)
`ambiguous' was added in git 2.21, and `dangling' was the only
other possible phrase which was inadvertantly slipped in prior
to 2.21.  Thus there's no need to check for `notdir' or `loop'
responses since we aren't using `git cat-file --follow-symlinks'
anywhere.


No differences found