diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
commit | 07b6437305d990004f4be90c9da1a94fb765f747 (patch) | |
tree | ed14d7a98b16fbafb8f6d8bfb006c29736c78cae | |
parent | Adding git configuration file for Progress Linux. (diff) | |
download | git-07b6437305d990004f4be90c9da1a94fb765f747.tar.xz git-07b6437305d990004f4be90c9da1a94fb765f747.zip |
Adding log alias.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index f78d7e0..99077f6 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -1,2 +1,4 @@ # /etc/gitconfig +[alias] + slog = log --no-show-signature --pretty=format:'%C(yellow)%h%C(reset) %G? (%an, %C(green)%cr%C(reset))%C(red)%d%C(reset) %s' |