From ff0d4909152ad30a07f475d60a59a697e18961dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= Date: Fri, 22 May 2020 20:07:23 +0200 Subject: [PATCH] git: clarify what the glp alias does (#8850) --- plugins/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/README.md b/plugins/git/README.md index 650a4505b..dde60fe13 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -101,7 +101,7 @@ plugins=(... git) | glola | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all | | glog | git log --oneline --decorate --graph | | gloga | git log --oneline --decorate --graph --all | -| glp | `_git_log_prettily` | +| glp | git log --pretty=\ | | gm | git merge | | gmom | git merge origin/master | | gmt | git mergetool --no-prompt |