Files
dotfiles/.config/git/config
druckdev 436c17c2f5 git: Jump to commit instead of Date
When jumping to commits using "Date", the commit and (more importantly)
the author were not shown.
2020-09-25 00:39:39 +02:00

26 lines
638 B
Plaintext

[include]
path = gitlab.config
[includeIf "gitdir:~/Projects/github/"]
path = github.config
[include]
path = user.config
[commit]
gpgsign = true
[difftool "meld"]
path = /usr/bin/meld
[color "status"]
added = 076
untracked = 014
[core]
pager = diff-so-fancy | less --tabs=8 -RG -+FX -p'^(commit|(added|deleted|modified):) '
excludesfile = ~/.config/git/ignore
[alias]
root = rev-parse --show-toplevel
spull = "__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
[status]
submodulesummary = true
[diff]
submodule = log
[rebase]
autostash = true