From 2d091ef474aa550ac1531ec3ba379e44ef9ac973 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 1 Dec 2019 17:16:54 +0100 Subject: [PATCH] Update git-markdown function Signed-off-by: Severin Kaderli --- system/.config/custom/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.config/custom/aliases b/system/.config/custom/aliases index 3befb37..13d8b4c 100644 --- a/system/.config/custom/aliases +++ b/system/.config/custom/aliases @@ -61,5 +61,5 @@ function ebook-tools { function git-markdown { echo "| Date | Author | Subject |" echo "|--|--|--|" - git log --pretty=format:"| %ai | %an | %s |" | grep -v "Merge branch" + git log --no-merge --pretty=format:"| %ai | %an | %s |" } \ No newline at end of file