gnus -- Update and prettify package-info.in provides.
[packages] / .gitattributes
1 ### Package subtree magic.
2
3 ## Riece subtree
4 xemacs-packages/riece/.gitignore merge=sxepkg
5 xemacs-packages/riece/.gitmodules merge=sxepkg
6
7 ## Gnus subtree
8 xemacs-packages/gnus/.gitignore merge=sxepkg
9 xemacs-packages/gnus/lisp/dig.el merge=sxepkg
10 xemacs-packages/gnus/lisp/dns-mode.el merge=sxepkg
11 xemacs-packages/gnus/lisp/dns.el merge=sxepkg
12 xemacs-packages/gnus/lisp/format-spec.el merge=sxepkg
13 xemacs-packages/gnus/lisp/hex-util.el merge=sxepkg
14 xemacs-packages/gnus/lisp/hmac-def.el merge=sxepkg
15 xemacs-packages/gnus/lisp/hmac-md5.el merge=sxepkg
16 xemacs-packages/gnus/lisp/md4.el merge=sxepkg
17 xemacs-packages/gnus/lisp/netrc.el merge=sxepkg
18 xemacs-packages/gnus/lisp/ntlm.el merge=sxepkg
19 xemacs-packages/gnus/lisp/password-cache.el merge=sxepkg
20 xemacs-packages/gnus/lisp/pop3.el merge=sxepkg
21 xemacs-packages/gnus/lisp/proto-stream.el merge=sxepkg
22 xemacs-packages/gnus/lisp/rfc2104.el merge=sxepkg
23 xemacs-packages/gnus/lisp/sasl-cram.el merge=sxepkg
24 xemacs-packages/gnus/lisp/sasl-digest.el merge=sxepkg
25 xemacs-packages/gnus/lisp/sasl-ntlm.el merge=sxepkg
26 xemacs-packages/gnus/lisp/sasl-scram-rfc.el merge=sxepkg
27 xemacs-packages/gnus/lisp/sasl.el merge=sxepkg
28 xemacs-packages/gnus/lisp/sha1.el merge=sxepkg
29 xemacs-packages/gnus/lisp/sieve-manage.el merge=sxepkg
30 xemacs-packages/gnus/lisp/sieve-mode.el merge=sxepkg
31 xemacs-packages/gnus/lisp/sieve.el merge=sxepkg
32 xemacs-packages/gnus/lisp/starttls.el merge=sxepkg
33 xemacs-packages/gnus/lisp/tls.el merge=sxepkg
34
35
36 ### Diff hunk headers
37
38 ## Git's builtin diff hunk header styles.
39 *.ad[abs] diff=ada
40 *.[Cch] diff=cpp
41 *.cc diff=cpp
42 *.[ch]pp diff=cpp
43 *.hh diff=cpp
44 *.for diff=fortran
45 *.html diff=html
46 *.shtml diff=html
47 *.xml diff=html
48 *.java diff=java
49 *.[HMm] diff=objc
50 *.pas diff=pascal
51 *.perl diff=perl
52 *.pl diff=perl
53 *.php diff=php
54 *.py diff=python
55 *.rb diff=ruby
56 *.tex diff=tex
57
58 ## Custom diff hunk headers
59 *.el diff=elisp
60 *.ac diff=m4
61 *.m4 diff=m4
62 *.mk diff=make
63 *[Mm]akefile diff=make
64 Makefile.in diff=make
65 *[-.]sh diff=shell
66 *.texi diff=texinfo
67