]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: .git can be a file as well
authorJason Ish <jason.ish@oisf.net>
Fri, 5 Apr 2024 16:33:14 +0000 (10:33 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 9 Apr 2024 17:29:32 +0000 (19:29 +0200)
commit41926c51cd6fb301e4f913e63724305695b63156
tree0d6b9a285731c294c648eadf52bc7731d5bedbde
parente0e6ad2cef3dedb21991eca5956300cb898e9172
configure: .git can be a file as well

In worktree scenarios, .git is a file. Assuming its a directory causes
the release date to check the ChangeLog instead of the last commit,
while not a big issue, can be confusing.
configure.ac