Fix example of datting to extra DB.
This commit is contained in:
parent
522b711313
commit
ac9b32f13b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# Defaults.
|
||||
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.
|
||||
# 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.
|
||||
|
||||
# Variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue