Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2d8b79

Browse files
committed
Suppress FAQ and TODO changes in pgcvslog output.
1 parent0b36cb8 commite2d8b79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/tools/pgcvslog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ awk 'BEGIN{html="'"$HTML"'"; lineno = 0;}
5151
# store working directory
5252
$0 ~ /^Working file:/{workingfile = "/" $3}
5353

54+
# no need to show TODO or FAQ changes in the output
55+
$0 !~ /^====*$/ &&
56+
(workingfile == "/doc/TODO" || workingfile == "/doc/src/FAQ/TODO.html" ||
57+
workingfile == "/doc/FAQ" || workingfile == "/doc/src/FAQ/FAQ.html") \
58+
{next}
59+
5460
($0 ~ /^====*$/ || $0 ~ /^----*$/) \
5561
{
5662
# print blank line to separate entries

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp