]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commitd3f270f03258b6f045bf0c8ecde830a3d8b0b490
tree5890de1297e0a4e5ec58823dc865e0d82972d78b
parent65db62eb006fdbe74348f0e8f2ef9b9e938cb90b
git: drop needless checks for old git

`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.
lib/PublicInbox/Git.pm