aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/git (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: set SSL if useStartTls is falseAndrew Fontaine2020-08-132-1/+3
| | | | | | | | | The git-send-email [0] script uses StartTLS if `smtpEncryption` is set to `tls`, which can break services that don't support StartTLS. [0]: https://github.com/git/git/blob/bd42bbe1a46c0fe486fc33e82969275e27e4dc19/git-send-email.perl#L1533 PR #1395
* git: configure delta through [delta] git section (#1371)Mario Rodas2020-07-202-3/+20
| | | | this breaks backwards compatibility (now accepts a dict instead of a list) so please update programs.git.delta.options accordingly.
* git: add basic support for deltaMario Rodas2020-05-052-0/+12
| | | | PR #1198
* git: escape string values in configurationRobert Helgesson2020-05-015-29/+31
| | | | | | This should handle the special characters that typically occur. Fixes #1206
* git: fix the config output formattingzimbatm2020-03-075-35/+38
| | | | | | | | | | | | | When setting values using the `git config --set` command, git formats the file a bit differently. This changes the output so it maps to that format. Differences: * each `key = value` in a section is prefixed by a tab character * the `=` between the key and the value is surrounded by spaces PR #1069
* Apply `nixfmt` on many filesRobert Helgesson2020-02-022-11/+15
|
* tests: move git and files tests to directoriesRobert Helgesson2019-12-087-0/+199