From fe688bf52ea3449ad34c6cf99025458ab4edc8e2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 4 Jul 2016 14:08:16 +0300 Subject: [PATCH] .gitconfig: use long options --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 5651513..e8f7f77 100644 --- a/.gitconfig +++ b/.gitconfig @@ -99,7 +99,7 @@ add-global-alias = "!git add-alias --global" add-local-alias = "!git add-alias --local" - tags = tag -n1 -l + tags = tag -n1 --list # Find text in any commit ever grep-all = !"f() { git rev-list --all | xargs git grep \"$@\"; }; f" @@ -137,7 +137,7 @@ rbia = !git rbi123 --autosquash '' rbiap = !git rbi123 --autosquash --preserve-merges rbip = !git rbi123 '' --preserve-merges - remotes = remote -v + remotes = remote --verbose #root = !pwd root = rev-parse --show-toplevel st = status --short -- 2.39.2