git-check-*: use standard multiple path conventions (#11985)

This commit is contained in:
Reinhart Previano Koentjoro
2024-01-03 15:40:31 +07:00
committed by GitHub
parent 79dea90876
commit 4bbfbd300c
8 changed files with 23 additions and 23 deletions

View File

@@ -11,10 +11,10 @@
`git check-attr {{attribute}} {{path/to/file}}`
- Check the value of a specific attribute on files:
- Check the values of all attributes on specific files:
`git check-attr --all {{path/to/file1}} {{path/to/file2}}`
`git check-attr --all {{path/to/file1 path/to/file2 ...}}`
- Check the value of a specific attribute on one or more files:
`git check-attr {{attribute}} {{path/to/file1}} {{path/to/file2}}`
`git check-attr {{attribute}} {{path/to/file1 path/to/file2 ...}}`