Mercurial > repos > other > linux
view gitconfig @ 138:920255137b9d
Include a "status" flag
Also now default to "u=" when no changes, as Git prompt does
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 18 Jan 2020 20:40:07 +0000 |
parents | c3320f06d412 |
children | 510c38f1cfc2 |
line wrap: on
line source
[user] name = IBBoard email = dev@ibboard.co.uk [core] excludesfile = ~/.gitignore [branch] autosetupmerge = true [diff] [merge] tool = meld [mergetool "meld"] cmd = meld \\\"$BASE\\\" \\\"$LOCAL\\\" \\\"$REMOTE\\\" [diff] tool = meld [difftool "meld"] cmd = meld \"\" \"\" [difftool] prompt = false [push] default = simple [include] path = ~/.gitconfig-override