summaryrefslogtreecommitdiff
path: root/data/git-config
AgeCommit message (Collapse)Author
2024-03-20Move all code into new directory structureMarek Paśnikowski
2023-03-07Implement Git Send EmailMarek Paśnikowski
This commit enables the Send Email functionality of Git in order to easily post patches to mailing lists. A Git configuration file constructor is prepared in order to compose its content from multiple Org blocks. The needed packages are declared in a service, and the initial sendemail configuration is defined. As a result, it is now possible to post patches directly from Git.
2023-02-08Move configuration data to dedicated directoryMarek Paśnikowski