From c6d0371c76bd471e0c4d6c75a850c61a148f8306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Wed, 17 Jul 2024 16:29:31 +0200 Subject: [PATCH] Add git aliases adogdg adoggg adogdgg --- profile/rda/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/rda/.gitconfig b/profile/rda/.gitconfig index 7b6f7da..09c5611 100644 --- a/profile/rda/.gitconfig +++ b/profile/rda/.gitconfig @@ -121,3 +121,7 @@ adogj = !"git adogv" adog = !"git adogv" adogg = !"git adogv -i --grep" + adogdg = !"git adogd -i --grep" + # no graph: + adoggg = !"git log --all --decorate --oneline --format=format:'%C(#d7ff5f)%h%C(reset)%C(auto)%d%C(reset) %C(normal)%s%C(reset) %C(#5fd7ff)%an%C(reset) %C(#d7d7ff)(%ar)%C(reset)' -G" + adogdgg = !"git log --all --decorate --oneline --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(#d7ff5f)%h%C(reset)%C(auto)%d%C(reset) %C(normal)%s%C(reset) %C(#5fd7ff)%an%C(reset) %C(#d7d7ff)(%ad)%C(reset)' -G" -- GitLab