diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-01-06 18:34:36 +0100 |
---|---|---|
committer | VirtualTam <virtualtam+github@flibidi.net> | 2017-01-07 14:49:39 +0100 |
commit | 3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb (patch) | |
tree | dbf45980d63c690a3e8474bda21e90fdab863fa1 /.gitattributes | |
parent | ee6f4b64a91d76070f930cdf7602ab4686714c7a (diff) | |
download | Shaarli-3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb.tar.gz Shaarli-3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb.tar.zst Shaarli-3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb.zip |
Add an AUTHORS file, simplify COPYING, bump year to 2017
Added:
- AUTHORS file listing Shaarli contributors
- mailmap information to group a Git author's different aliases
- Makefile target to list contributors from Git commit data
Changed:
- Simplify COPYING by using a single "Shaarli Community" entry
- Bump year to 2017
See:
- man git-shortlog
- https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html#_mapping_authors
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d753b1db..059fbb18 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -19,6 +19,7 @@ Dockerfile text | |||
19 | 19 | ||
20 | # Exclude from Git archives | 20 | # Exclude from Git archives |
21 | .gitattributes export-ignore | 21 | .gitattributes export-ignore |
22 | .github export-ignore | ||
22 | .gitignore export-ignore | 23 | .gitignore export-ignore |
23 | .travis.yml export-ignore | 24 | .travis.yml export-ignore |
24 | doc/**/*.json export-ignore | 25 | doc/**/*.json export-ignore |