From 2986f395a6a1e8e33ece8b4ecd16b0a86d753fec Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 28 Oct 2019 15:44:07 +0100 Subject: [PATCH] bash/glp --- docs/public/bash/configure.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/public/bash/configure.rst b/docs/public/bash/configure.rst index b1b0c90..a92e777 100644 --- a/docs/public/bash/configure.rst +++ b/docs/public/bash/configure.rst @@ -219,10 +219,6 @@ Described alias gl='git log --all --graph \ --format="%C(auto)%h%d %C(red)%ai%n%C(auto)%B"' - # log commits history with patches - alias glp='git log --all --graph \ - --format="%C(auto)%h%d %C(red)%ai%n%C(auto)%B" --patch' - # log medium information alias glm='git log --all --decorate --graph --format=medium'