diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-10 07:02:35 +0200 |
| commit | 3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2 (patch) | |
| tree | cbc6b6a56bed214b7efeb8e7eabb00acfde7ba22 /git/config | |
| parent | fb8eb91fb404e8f8c9bcd6b201e18522e3200ac5 (diff) | |
| parent | cf47304c9f96b921ad12faf762574702e7fe562a (diff) | |
| download | dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.gz dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.tar.bz2 dotfiles-3729fd6bffa9edaa3d9c0b9e1486be2861a0dfe2.zip | |
Merge branch 'master' of ssh://raspi2:/srv/git/dotfiles
Diffstat (limited to 'git/config')
| -rw-r--r-- | git/config | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -29,6 +29,9 @@ | |||
| 29 | [diff] | 29 | [diff] |
| 30 | colorMoved = default | 30 | colorMoved = default |
| 31 | 31 | ||
| 32 | [http] | ||
| 33 | sslVerify = false | ||
| 34 | |||
| 32 | [alias] | 35 | [alias] |
| 33 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches | 36 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches |
| 34 | 37 | ||
