| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the document element from "guide" to "devbook" | Ulrich Müller | 2024-11-09 | 15 | -30/+30 |
* | tools-reference/echo: Remove bash version history | Sebastian Engel | 2024-08-31 | 1 | -2/+1 |
* | tools-reference/echo: Format the word variable as inline code | Sebastian Engel | 2024-08-23 | 1 | -1/+1 |
* | tools-reference/grep: Remove the phonetic spelling of the -l parameter | Sebastian Engel | 2024-08-23 | 1 | -3/+2 |
* | tools-reference/echo: Improve wording in abuse chapter | Sebastian Engel | 2024-08-23 | 1 | -6/+6 |
* | Fix multiple typos and grammatical errors | Sebastian Engel | 2024-08-12 | 2 | -3/+3 |
* | Fix internal references | Ulrich Müller | 2024-05-07 | 2 | -2/+2 |
* | Sentence case devmanual | Matthew Marchese | 2024-05-07 | 15 | -51/+51 |
* | ebuild-writing/functions/src_prepare: Rename epatch chapter to eapply | Ulrich Müller | 2024-04-21 | 1 | -1/+1 |
* | tools-reference/diff-and-patch: No longer mention epatch | Ulrich Müller | 2024-04-21 | 1 | -2/+1 |
* | Fix internal links | Ulrich Müller | 2023-10-30 | 1 | -2/+2 |
* | Explicitly specify UTF-8 encoding in XML declarations | Ulrich Müller | 2022-10-09 | 15 | -15/+15 |
* | tools-reference/sed: Add cross reference to "Further reading" | Ulrich Müller | 2022-06-24 | 1 | -4/+5 |
* | tools-reference/bash: Add tables of metacharacters and constructs | Ulrich Müller | 2022-06-10 | 1 | -7/+54 |
* | tools-reference/bash: Rework table on file comparison | Ulrich Müller | 2022-05-27 | 1 | -5/+5 |
* | tools-reference/bash: Fix a typo | Ulrich Müller | 2022-05-27 | 1 | -2/+2 |
* | tools-reference/bash: More compact table formatting in source code | Ulrich Müller | 2022-05-27 | 1 | -526/+270 |
* | tools-reference/bash: Remove obsolete comment about Bash 3 | Ulrich Müller | 2022-05-27 | 1 | -1/+1 |
* | tools-reference/bash: Drop redundant quotation marks in [[ ]] tests | Ulrich Müller | 2022-05-27 | 1 | -15/+9 |
* | Remove references to repoman | Matt Turner | 2022-03-14 | 1 | -3/+0 |
* | tools-reference/diff-and-patch/: add a link to "clean patches" page | Joonas Niilola | 2021-05-30 | 1 | -1/+2 |
* | tools-reference/*: use man-page reference | Sam James | 2021-04-07 | 6 | -10/+10 |
* | tools-reference/sed: emphasise need for delimiter care | Sam James | 2021-03-29 | 1 | -1/+6 |
* | tools-reference/sed: drop stray character | Sam James | 2021-03-29 | 1 | -1/+1 |
* | */*: consistent 'Portage' casing | Sam James | 2021-03-21 | 1 | -1/+1 |
* | tools-reference: add note about error handling in index | Sam James | 2021-03-21 | 1 | -0/+6 |
* | tools-reference/bash: elaborate on why bash tests are preferred | Sam James | 2021-03-21 | 1 | -0/+8 |
* | tools-reference/diff-and-patch: use name(section) notation for man pages | Sam James | 2021-03-12 | 1 | -1/+1 |
* | tools-reference/bash: fix typo | Sam James | 2021-03-12 | 1 | -1/+1 |
* | tools-reference/bash: make clear that [[ ]] is preferred earlier on | Sam James | 2021-03-12 | 1 | -2/+2 |
* | Remove unnecessary quotation marks. | Ulrich Müller | 2020-04-07 | 1 | -4/+4 |
* | Use unicode em-dash in titles. | Ulrich Müller | 2020-03-11 | 14 | -14/+14 |
* | tools-reference/head-and-tail: Fix typo. | Ulrich Müller | 2020-02-23 | 1 | -1/+1 |
* | Replace ">" by ">" throughout. | Ulrich Müller | 2020-02-18 | 2 | -4/+4 |
* | tools-reference/{diff-and-patch,false-and-true}: Fix title. | Ulrich Müller | 2020-01-10 | 2 | -2/+2 |
* | Update some external links. | Ulrich Müller | 2020-01-09 | 9 | -30/+33 |
* | tools-reference/{cut,head-and-tail}: Space between option and argument. | Ulrich Müller | 2020-01-09 | 2 | -4/+4 |
* | tools-reference/head-and-tail: Fix highlighting in title. | Ulrich Müller | 2020-01-09 | 1 | -1/+1 |
* | tools-reference/head-and-tail: Add another example for tail. | Ulrich Müller | 2020-01-09 | 1 | -0/+8 |
* | tools-reference/head-and-tail: Line counting in tail starts at 1. | Ulrich Müller | 2020-01-09 | 1 | -1/+1 |
* | Remove all p elements below dd. | Ulrich Müller | 2019-12-26 | 1 | -11/+5 |
* | Use <d/> for dashes throughout. | Ulrich Müller | 2019-12-08 | 1 | -4/+5 |
* | Fix <body> elements. | Ulrich Müller | 2019-12-08 | 5 | -17/+6 |
* | Mention eapply in diff and patch tools section | Brian Evans | 2019-03-19 | 1 | -1/+2 |
* | Replace the references to 'system' with '@system' | Göktürk Yüksek | 2018-04-21 | 1 | -1/+2 |
* | Change the indentation for ebuild <codesample/> snippets from spaces to tabs | Göktürk Yüksek | 2018-01-03 | 4 | -39/+39 |
* | tools-reference/find: encourage the while read loop with '-print0' | Göktürk Yüksek | 2016-10-30 | 1 | -11/+20 |
* | tools-reference/cat: add '|| die' to the here documents example | Göktürk Yüksek | 2016-02-08 | 1 | -1/+1 |
* | tools-reference: remove the echangelog page #485314 | Michael Orlitzky | 2016-02-05 | 2 | -33/+0 |
* | Diff and patch update | Johannes Huber | 2015-08-20 | 1 | -2/+3 |