See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "anthropic": { | |
| "name": "Anthropic", | |
| "models": { | |
| "claude-sonnet-4-20250514": { | |
| "options": { | |
| "thinking": { | |
| "type": "enabled", |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 3.10.25-gentoo Kernel Configuration | |
| # | |
| # | |
| # Gentoo Linux | |
| # | |
| CONFIG_GENTOO_LINUX=y | |
| CONFIG_GENTOO_LINUX_UDEV=y |
| Vagrant-lxc gentoo base box update documentation | |
| =========================================== | |
| Start box to prepare it | |
| ------------------------ | |
| sudo lxc-start --name peter -f gentoo-tpl.conf | |
| System Upgrade via Buildbox |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 3.10.25-gentoo Kernel Configuration | |
| # | |
| # | |
| # Gentoo Linux | |
| # | |
| CONFIG_GENTOO_LINUX=y | |
| CONFIG_GENTOO_LINUX_UDEV=y |
| # original class | |
| class dnsmasq ( | |
| $service_enabled = true, | |
| $service_boot = true, | |
| $service_managed = true, | |
| ){ | |
| $service_ensure = $service_enabled ? { | |
| false => stopped, | |
| default => running |
ISO: http://sourceforge.net/projects/elementaryos/files/unstable/
sudo visudo