aniruddhgutta/xbps-repo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Commit Style ________________________________________________________________________________ Contributions to this repository should adhere to the following commit style. +------------------------------------------------------------------------------+ | Adding a new package | +------------------------------------------------------------------------------+ | | | $ git commit -m "pkg_name: new package at pkg_version" | | | +------------------------------------------------------------------------------+ | Updating an existing package | +------------------------------------------------------------------------------+ | | | $ git commit -m "pkg_name: pkg_version" | | $ git commit -m "pkg_name: bumped to pkg_version" | | | +------------------------------------------------------------------------------+ | Miscellaneous changes | +------------------------------------------------------------------------------+ | | | $ git commit -m "pkg_name: other changes" | | $ git commit -m "pkg_name: added missing dep_name dependency" | | $ git commit -m "pkg_name: fixed incorrect bin dir" | | $ git commit -m "pkg_name: fixed build failure ..." | | | +------------------------------------------------------------------------------+