Skip to content

Commit e2e2293

Browse files
committed
Merge branch 'cf/var-completion-obsd-fixes'
Build fix for OpenBSD. * cf/var-completion-obsd-fixes: completion: make sed command that generates config-list.h portable.
2 parents 83cb7ae + db170e1 commit e2e2293

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Documentation/config/gitcvs.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ gitcvs.dbDriver::
4747
May not contain double colons (`:`). Default: 'SQLite'.
4848
See linkgit:git-cvsserver[1].
4949

50-
gitcvs.dbUser, gitcvs.dbPass::
50+
gitcvs.dbUser::
51+
gitcvs.dbPass::
5152
Database user and password. Only useful if setting `gitcvs.dbDriver`,
5253
since SQLite has no concept of database users and/or passwords.
5354
'gitcvs.dbUser' supports variable substitution (see

Documentation/config/http.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ for most push problems, but can increase memory consumption
289289
significantly since the entire buffer is allocated even for small
290290
pushes.
291291

292-
http.lowSpeedLimit, http.lowSpeedTime::
292+
http.lowSpeedLimit::
293+
http.lowSpeedTime::
293294
If the HTTP transfer speed, in bytes per second, is less than
294295
'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds,
295296
the transfer is aborted.

generate-configlist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ EOF
1919
s/::$//;
2020
s/`//g;
2121
s/^.*$/ "&",/;
22-
s/, */",\n "/g;
2322
p;};
2423
d' \
2524
"$SOURCE_DIR"/Documentation/*config.adoc \

0 commit comments

Comments
 (0)