]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix 'git update-index' call when using hard links.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 16 Mar 2024 18:47:05 +0000 (11:47 -0700)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Mar 2024 22:57:53 +0000 (23:57 +0100)
commit894307b38d53ac1a37fa36a75756d2985f11bce3
treea65fd9a6ac6c59ccc36177d1bdfd912351dbc30c
parented162c198e466f934acf6f19c622ff5c61ee48e0
gnulib-tool.py: Fix 'git update-index' call when using hard links.

* pygnulib/main.py: Fix conditional used to check whether 'git
update-index' should be called. Only catch FileNotFoundError exceptions
thrown when no 'git' program exists.
ChangeLog
pygnulib/main.py