diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 20:48:45 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-19 20:48:45 +0200 |
| commit | 5d77e85a7813d1e4e05daaca0b1f2c44033a6ce6 (patch) | |
| tree | a45e5ac7f05d542069b24bc30cad67c0f5e6b36c | |
| parent | fb3b71852036acb61d1b295fb548b5b78b4865bc (diff) | |
.gitconfig: update git config
| -rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,7 @@ name = Maciej Sobkowski [push] default = simple + autoSetupRemote = true [core] editor = nvim [alias] @@ -43,5 +44,14 @@ autoStash = true [diff] algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true [includeIf "gitdir:**/data/projects/antmicro/**"] path = .gitconfig-antmicro +[column] + ui = auto +[branch] + sort = -committerdate +[tag] + sort = version:refname |
