]> 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>
Mon, 8 Apr 2024 12:53:38 +0000 (14:53 +0200)
commit568b941d7e944387e0afb671584783a82474e188
tree16e2adb5cd272eb4d378729c4d3940f0fda8718e
parent71f59e529c3ceaba977ec5d3492bb8b3d3184cd1
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