From af0d8eb699d3bd179c744a00c567cca2ad34f9ce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 16 May 2017 17:14:54 +0300 Subject: [PATCH] .gitconfig: Force --no-short for status --- .gitconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2