Why? Because the .md file type is more used for all projects (for Readme, at least).
Also, this pull request is a first try of contributing with pagure.
1 new commit added
Added the others commands
Corrected the filename in MANIFEST
No need to call default here. It's basically an implementation detail for making pag foo call git foo. Newer version of click should be able to hide this dummy command.
default
pag foo
git foo
Correct the README fiel
3 new commits added
Merge branch 'develop' of ssh://pagure.io/forks/tjapro/pag into develop
After some issues in my fork, I've made what you, @lsedlar , suggested.
If it is all correct, please access this PR, as I have some more to apply that are dependents from this one ...
Thanks!
Why? Because the .md file type is more used for all projects (for Readme, at least).
Also, this pull request is a first try of contributing with pagure.