oldkeys --revision-range
Sponsored-by: Brett Eisenberg on Patreon
This commit is contained in:
parent
cf8b30c914
commit
5489c2cdd6
2 changed files with 19 additions and 1 deletions
|
@ -23,6 +23,15 @@ repository.
|
|||
|
||||
# OPTIONS
|
||||
|
||||
* --revision-range=value
|
||||
|
||||
Only list old keys used in the specified range of revisions.
|
||||
This works the same as the revision range option of `git log`.
|
||||
See gitrevisions(7) for documentation about the format of this option.
|
||||
|
||||
For example, to list only keys used since the tag v1.0, use
|
||||
`--revision-range=v1.0..HEAD`
|
||||
|
||||
* Also the [[git-annex-common-options]](1) can be used.
|
||||
|
||||
# SEE ALSO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue