Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | |
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. | |||
2015-11-29 | move 'unmet' handling into libapt-private | David Kalnischkies | |
Git-Dch: Ignore |