Fix example of datting to extra DB.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-25 20:06:15 +01:00
commit ac9b32f13b

View file

@ -7,7 +7,7 @@
# Defaults. # Defaults.
DB_FILE=".gitattributesdb" # Database file, relative to the repository root. DB_FILE=".gitattributesdb" # Database file, relative to the repository root.
DB_EXTRA=".gitattributesdb-extra" # List of base64 encoded paths (one per line) to also store/restore attributes for. DB_EXTRA=".gitattributesdb-extra" # List of base64 encoded paths (one per line) to also store/restore attributes for.
# To add entries to this file, use: printf "%s" "<path>" | base64 -w 0 >>.gitattributesdb-extra # To add entries to this file, use: { printf "%s" <path> | base64 -w 0; printf "\\n"; } >>.gitattributesdb-extra
# Where '<path>' is relative to the repository root. # Where '<path>' is relative to the repository root.
# Variables. # Variables.