You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/genhtml.1
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1158,16 +1158,13 @@ callback to verify that source versions match before source-based filtering is a
1158
1158
It is almost always a better idea to filter at capture or aggregate time - not at report generation.
1159
1159
1160
1160
A suitable
1161
-
.Idiff\-file
1162
-
can be generated using the command:
1163
-
.br
1164
-
1165
-
.RS
1166
-
git diff \-\-relative <SHA_base> <SHA_current>
1167
-
.RE
1161
+
.I\"universal diff\"
1162
+
inputfileforthe
1163
+
.I\-\-diff\-file
1164
+
option
1165
+
can be generated using either the "p4udiff" or "gitdiff" sample scripts that are provided as part of this package, or by using revision control commands directly.
1168
1166
1169
-
or using the "p4udiff" or "gitdiff" sample scripts that are provided as part of this package in the following locations:
1170
-
.br
1167
+
The "p4udiff" or "gitdiff" sample scripts are found in:
1171
1168
1172
1169
.RS
1173
1170
\*[scriptdir]/p4udiff
@@ -1181,10 +1178,18 @@ and
1181
1178
.br
1182
1179
.RE
1183
1180
1181
+
1182
+
These scripts simply post\-process the 'p4' or 'git' output to (optionally) remove files that are not of interest and to explicitly note files which have not changed.
1183
+
1184
1184
.Bp4udiff
1185
1185
accepts either a changelist ID or the literal string "sandbox"; "sandbox" indicates that there are modified files which have not been checked in.
1186
+
See "
1187
+
.Igitdiff\-\-help
1188
+
" and "
1189
+
.Ip4udiff\-\-help
1190
+
" for more information.
1186
1191
1187
-
These scripts post\-process the 'p4' or 'git' output to (optionally) remove files that are not of interest and to explicitly note files which have not changed. It is useful to note unchanged files denoted by lines of the form:
1192
+
It is useful to note unchanged files denoted by lines of the form:
0 commit comments