Joey Hess
da55dfc754
man page link fixes
2018-07-06 12:51:18 -04:00
Joey Hess
1694642969
document that multiple groupwanted are not combined
2018-06-12 12:44:53 -04:00
Joey Hess
37d7a1b768
fix outdated docs
...
When a repo is in multiple standard groups,
Logs.PreferredContent.makeMatcher uses unknownMatcher,
so will not get everything, but instead defaults to wanting whatever is
present.
2018-01-15 14:25:35 -04:00
Joey Hess
49114cf4ea
securehash matching
...
Added --securehash option to match files using a secure hash function, and
corresponding securehash preferred content expression.
This commit was sponsored by Ethan Aubin.
2017-02-27 15:02:44 -04:00
ddenis
04dd68002d
Fixed broken link to standard groups page
2016-04-24 16:19:20 +00:00
Joey Hess
5d1ad2b4b2
comment and improve docs
2016-04-04 16:10:05 -04:00
Joey Hess
b946ca44c3
Support --metadata field<number, --metadata field>number etc to match ranges of numeric values.
...
Similarly (well, for free), support preferred content expressions like
metadata=field<number and metadata=field>number
2016-02-27 10:55:02 -04:00
Joey Hess
403b56fb91
Limit annex.largefiles parsing to the subset of preferred content expressions that make sense in its context.
...
So, not "standard" or "lackingcopies", etc.
2016-02-03 15:04:42 -04:00
Joey Hess
e8fc2ff27c
add "nothing" to preferred content DSL
...
Same as "not anything"; will be particularly useful in annex.largefiles
gitattributes.
2016-02-02 14:42:13 -04:00
Joey Hess
bc6c0462ae
move preferred content terminals docs to man page
2016-01-22 12:24:15 -04:00
Joey Hess
ef2202fd94
required: New command, like wanted, but for required content.
...
Also refactored some code to reduce duplication.
2015-04-18 16:04:35 -04:00
Øyvind A. Holm
238bad054b
Various typo fixes in doc/*.mdwn
...
One of my
for f in `ls *.mdwn | sort -R`; do aspell -c $f; sleep 2; done
sessions.
3647f704-e510-11e4-bf50-000df06acc56
2015-04-17 16:42:16 +02:00
Joey Hess
cd6b62f35e
--auto is no longer a global option; only get, drop, and copy accept it.
...
Not a behavior change unless you were passing it to a command that ignored it.
2015-03-25 17:06:14 -04:00
Joey Hess
daec4b007a
splitting up the man page
...
Common command man pages all split out and often expanded.
A few sections split out into their own pages.
Still need to do all the other commands..
2015-03-23 15:36:10 -04:00