From: Oleg Broytman Date: Tue, 16 May 2017 14:14:54 +0000 (+0300) Subject: .gitconfig: Force --no-short for status X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=af0d8eb699d3bd179c744a00c567cca2ad34f9ce .gitconfig: Force --no-short for status --- diff --git a/.gitconfig b/.gitconfig index f5605cf..7d669a7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -168,6 +168,7 @@ remotes = remote --verbose #root = !exec pwd root = rev-parse --show-toplevel + status = status --no-short st = status --short stb = status --short --branch sd = show --decorate