mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
pgit.sh: Fix log_start_stop()
log_start_stop() is responsible for logging markers at the beginning and end of a decorated log. They should not be applied if pgit.sh is run with --porcelain. In fact, they are, and vice versa. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
25bde31d75
commit
67eab4b864
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ fat_marker()
|
||||||
|
|
||||||
log_start_stop()
|
log_start_stop()
|
||||||
{
|
{
|
||||||
[ "$porcelain" = 1 ] || return
|
[ "$porcelain" = 1 ] && return
|
||||||
local b e
|
local b e
|
||||||
if [ "$1" = start ]; then
|
if [ "$1" = start ]; then
|
||||||
b=","
|
b=","
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue