blob: 2da689f314b32a4bd868e0945f7c506356ceef00 (
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
|
Annexview is an Emacs Dired interface for modifying [git-annex
metadata][0] and for creating [metadata-driven views][1]. See the
[package commentary][2] for more details.
[0]: https://git-annex.branchable.com/metadata/
[1]: https://git-annex.branchable.com/tips/metadata_driven_views/
[2]: https://git.sr.ht/~kyleam/annexview/tree/master/annexview.el#L24
### Contributing
Please send bug reports, feature requests, and other questions to
~kyleam/public-inbox@lists.sr.ht with **[annexview]** as the subject
prefix. You can browse previous Annexview discussion at
<https://lists.sr.ht/~kyleam/public-inbox?search=annexview>.
If you'd like to contribute a patch, thank you! Please send
it to the same address. You can generate the patch 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"
For more information on sending patches, visit
<https://man.sr.ht/git.sr.ht/send-email.md>.
|