Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-14 | man: Add documentation for specifying alternative mirrors | Paul Cristian Sarbu | |
2023-11-14 | just-import-git.1: Fix wording | Paul Cristian Sarbu | |
2023-09-01 | Add a utility tool to deduplicate internal repositories | Klaus Aehlig | |
Together with just-import-git that allows a work flow of easily importing dependencies without exponential blow up of the resulting repos.json files. | |||
2023-08-16 | man: Fix typos | Paul Cristian Sarbu | |
2023-06-26 | man pages: use consistent git spelling | Sascha Roloff | |
Use Git with capital G, when referring to Git in general. Use git with small g, when referring to the git command. | |||
2023-06-26 | man pages: minor fixes | Sascha Roloff | |
2023-06-26 | man pages: consistent command references | Sascha Roloff | |
2023-06-26 | man pages: unify emphasis of just commands for man and markdown viewers | Sascha Roloff | |
2023-06-23 | man pages: properly emphasize and quote arguments and other keywords in man ↵ | Sascha Roloff | |
pages In order to consistently emphasize arguments and other keywords in man page as well as markdown viewers, they should be wrapped in single asterisks and single backticks like *`<argument>`*. | |||
2023-06-23 | man pages: properly emphasize and quote options in man pages | Sascha Roloff | |
In order to consistently emphasize options in man page as well as markdown viewers, they should be wrapped in double asterisks and single backticks like **`<option>`**. | |||
2023-06-20 | man pages: properly quote options | Klaus Aehlig | |
... in order to preserve the minus signs. | |||
2023-06-01 | man: Convert man pages to markdown | Oliver Reiche | |
... for easy processing with pandoc. |