postfix
postfix copied to clipboard
Move code out of the `postfix/` subdirectory
This makes it easier to generate patches that apply with the usual patch -p1, and to cross-develop with (cherry-pick to/from) repositories such as the Debian packaging repository at https://salsa.debian.org/postfix-team/postfix-dev.
Alternative to this PR:
- Create a new
upstreambranch that has the non-prefixed and unmodified contents of each release tarball (no.gitignore). - Whenever
upstreamis updated, perform a subtree merge intomaster:git checkout master && git merge -Xsubtree=postfix/ upstream