2015-03-25 16:09:49 +00:00
|
|
|
# NAME
|
|
|
|
|
2018-12-09 18:10:37 +00:00
|
|
|
git-annex findref - lists files in a git ref (deprecated)
|
2015-03-25 16:09:49 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex findref `[ref]`
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2018-12-09 18:10:37 +00:00
|
|
|
This is the same as `git annex find` with the --branch option, and you're
|
|
|
|
encouraged to use that instead unless you need to support older versions of
|
|
|
|
git-annex.
|
2015-03-25 16:09:49 +00:00
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
Same as [[git-annex-find]](1)
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|