aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
Commit message (Collapse)AuthorAgeFilesLines
* git: remove the unused 'fpush' aliasMiquel Sabaté Solà2026-07-021-1/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* git: add the 'ref-commit' aliasMiquel Sabaté Solà2026-07-021-0/+1
| | | | | | | This goes in tandem with the --pretty=fixes option, and it's useful to reference commits on a commit message. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* git: add config overrides at the endMiquel Sabaté Solà2025-10-211-6/+9
| | | | | | This way I don't depend on the order of configuration options. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Pick mssola@mssola.com as the default email from now onMiquel Sabaté Solà2025-09-161-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* git: Add difftastic as an external diff toolMiquel Sabaté Solà2025-05-141-0/+23
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: Push verbosity as a global configMiquel Sabaté Solà2024-09-061-1/+2
| | | | | | I had commit diff verbosity within an alias, when it's useful always. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: add "fixes" as a prettyfierMiquel Sabaté Solà2024-08-181-1/+3
| | | | | | | Also removed the `core.editor` option since the default $EDITOR is picked up anyways and that's already set up correctly. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: add configuration for send-emailMiquel Sabaté Solà2024-08-181-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: saner defaults for branches and configsMiquel Sabaté Solà2024-05-091-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: define different emails per contextMiquel Sabaté Solà2024-05-091-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* git: added lfsMiquel Sabaté Solà2022-01-131-1/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: nuke autocrlf optionMiquel Sabaté Solà2021-09-231-2/+1
| | | | | | Boy it really screws things up! Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: set autocrlf to trueMiquel Sabaté Solà2021-07-231-0/+1
| | | | | | | Not that it has happened before, but this avoids weird Windows characters creeping in. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: always sign commitsMiquel Sabaté Solà2021-06-281-0/+3
| | | | | | | This also affects Magit, which needed to have a higher transient default level so the -S option of the commit panel was available. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* git: added defaultBranch optionMiquel Sabaté Solà2021-01-081-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+35
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>