blob: 31cd77edfd9032f383fc4a60ac0f87303efaab3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Annexview is an Emacs Dired interface for modifying git-annex metadata
[^1] and for creating metadata-driven views [^2]. See the package
commentary more details.
[^1]: https://git-annex.branchable.com/metadata/
[^2]: https://git-annex.branchable.com/tips/metadata_driven_views/
Contributing
------------
Bug reports, patches, questions, and other feedback are welcome.
Please send a plain-text email, with "[annexview]" as the subject
prefix, to
misc@inbox.kyleam.com
To add this prefix to patches, you can generate the them with
git format-patch --subject-prefix="PATCH annexview" ...
To avoid passing --subject-prefix each time you call format-patch, you
can configure the repository's default prefix:
git config format.subjectPrefix "PATCH annexview"
Messages that include the address above are public and available as
public-inbox [^3] archives at
https://inbox.kyleam.com/misc/?q=s%3Aannexview
[^3]: https://public-inbox.org/README
|