| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Updated with `make contrib` which seems to have fixed(?) the Markdown table, thus full file change.
|
|
|
|
|
|
|
|
|
|
| |
* Adds OpenCFP
* make contrib
* Trying to figure out where the syntax error is
* Made requested fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update AUTHORS.md
Created .mailmap file
Created with the following command:
mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md &&
sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap
* Update Contrib line in makefile
|
|
Remove Authors and AUTHORS.md created from github api.
|