Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize standard library includes | Julian Andres Klode | 2024-02-20 | 1 | -1/+1 |
| | | | | | | This was automated with sed and git-clang-format, and then I had to fix up the top of policy.cc by hand as git-clang-format accidentally indented it by two spaces. | ||||
* | Reformat and sort all includes with clang-format | Julian Andres Klode | 2017-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh. | ||||
* | move 'unmet' handling into libapt-private | David Kalnischkies | 2015-11-29 | 1 | -0/+120 |
Git-Dch: Ignore |