index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-14 | Ensure better text editor automatic filetype detection | Eli Schwartz | |
Since we no longer use vim-specific modelines, use the .asciidoc file extension which is, well, reserved for asciidoc formatted files. This should presumably work everywhere without needing editor-specific workarounds and configuration. Also add a shebang to makepkg.conf to indicate it contains bash content. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-05-14 | Remove all modelines from the project | Eli Schwartz | |
Many of these are pointless (e.g. there is no need to explicitly turn on spellchecking and language dictionaries for the manpages by default). The only useful modelines are the ones enforcing the project coding standards for indentation style (and "maybe" filetype/syntax, but everything except the asciidoc manpages and makepkg.conf is already autodetected), and indent style can be applied more easily with .editorconfig Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-02-21 | alpm-hooks.5: document hook running order | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-02-20 | doc/alpm-hooks: mention that hooks must have a ".hooks" suffix. | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-01-15 | doc: alpm-hooks.5: Remove extra space in alpm-hooks man page | Johannes Löthberg | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-12-15 | alpm-hooks: add Description field | Allan McRae | |
The "Description" field allows a hook to provide a some text for frontends to use in describing what the hook is doing. For example: Description = updating info page directory Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-11-28 | hooks: pass matched targets to hooks | Andrew Gregory | |
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-11-28 | allow arguments in hook Exec fields | Andrew Gregory | |
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-10-27 | add alpm-hooks man page | Andrew Gregory | |
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> |