Update git-markdown function
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6a8c1c618c
commit
2d091ef474
1 changed files with 1 additions and 1 deletions
|
@ -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 |"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue