close since --include works

This commit is contained in:
Joey Hess 2024-12-18 19:44:25 -04:00
parent c035ff7c27
commit d431762c48
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -6,3 +6,5 @@ yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ git annex get --branch e6888f70ed97
git-annex: Can only specify one of file names, --all, --branch, --unused, --failed, --key, or --incomplete
```
> [[closing|done]] --[[Joey]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2024-12-18T23:40:52Z"
content="""
Aha, --include and --exclude options work with --branch. So:
git annex get --branch e6888f70ed97099f83a77d5bcf3372a9a75a2b5e^ --include=*/*.nii.gz'
No need for git's pagespecs when we have [[git-annex-matching-options]]!
"""]]