From 227c19bb67431899311b752c619c80d6613e6a80 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sun, 3 Nov 2019 10:49:21 +0800 Subject: [PATCH] git-standup: add separate newline between the output --- bin/git-standup | 2 ++ man/git-standup.1 | 1 + man/git-standup.html | 1 + man/git-standup.md | 1 + 4 files changed, 5 insertions(+) diff --git a/bin/git-standup b/bin/git-standup index 55c0a8e..538ae0b 100755 --- a/bin/git-standup +++ b/bin/git-standup @@ -172,6 +172,7 @@ git_output() { if [[ ! -z "$output" ]] ; then echo "${GREEN}${branch}${NORMAL}" echo "$output" + echo "" fi fi # TODO optimize:return if the latest commit of a branch is eariler than the 'since' day @@ -219,6 +220,7 @@ if [[ $in_git_repo != 0 ]]; then if [[ ! -z "$GITOUT" ]] ; then echo "${BOLD}${UNDERLINE}${YELLOW}$(basename "$DIR")${NORMAL}" echo "$GITOUT" + echo "" fi else echo "Repository under $DIR could not be queried." >&2 diff --git a/man/git-standup.1 b/man/git-standup.1 index 7ea25aa..98ad55e 100644 --- a/man/git-standup.1 +++ b/man/git-standup.1 @@ -140,6 +140,7 @@ f788c78 \- git\-summary: clean up other shellcheck warnings (23 hours ago) ff991ac \- git\-summary: remove useless result function\. (23 hours ago) 203f5b4 \- git\-summary: add \-\-dedup\-by\-email to remove duplicate users (5 days ago) + master 203f5b4 \- git\-summary: add \-\-dedup\-by\-email to remove duplicate users (5 days ago) . diff --git a/man/git-standup.html b/man/git-standup.html index 9407984..6fc9320 100644 --- a/man/git-standup.html +++ b/man/git-standup.html @@ -167,6 +167,7 @@ f788c78 - git-summary: clean up other shellcheck warnings (23 hours ago) <spa 3e8c3ab - git-summary: fix incorrect active days when commits range is given (23 hours ago) <spacewander> ff991ac - git-summary: remove useless result function. (23 hours ago) <spacewander> 203f5b4 - git-summary: add --dedup-by-email to remove duplicate users (5 days ago) <spacewander> + master 203f5b4 - git-summary: add --dedup-by-email to remove duplicate users (5 days ago) <spacewander> diff --git a/man/git-standup.md b/man/git-standup.md index fe2dec4..094742f 100644 --- a/man/git-standup.md +++ b/man/git-standup.md @@ -91,6 +91,7 @@ By specifying the `-B` option, git-standuo will group the commits in branches: 3e8c3ab - git-summary: fix incorrect active days when commits range is given (23 hours ago) ff991ac - git-summary: remove useless result function. (23 hours ago) 203f5b4 - git-summary: add --dedup-by-email to remove duplicate users (5 days ago) + master 203f5b4 - git-summary: add --dedup-by-email to remove duplicate users (5 days ago)