Logic changes within the hook. Expand glob entries in the extra list.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-25 19:38:35 +01:00
commit 522b711313
2 changed files with 105 additions and 64 deletions

View file

@ -151,4 +151,6 @@ To add paths to the "extra" files database, use:
```
Where `<path>` is a path relative to the repository root.
The `<path>` is expanded while being processed, so may contain bash pathname glob characters.
Old paths (that no longer exist on the filesystem) stored in the `.gitattributesdb-extra` file are ignored when commiting.