mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
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.
This commit is contained in:
commit
e2e22932cd
@ -47,7 +47,8 @@ gitcvs.dbDriver::
|
||||
May not contain double colons (`:`). Default: 'SQLite'.
|
||||
See linkgit:git-cvsserver[1].
|
||||
|
||||
gitcvs.dbUser, gitcvs.dbPass::
|
||||
gitcvs.dbUser::
|
||||
gitcvs.dbPass::
|
||||
Database user and password. Only useful if setting `gitcvs.dbDriver`,
|
||||
since SQLite has no concept of database users and/or passwords.
|
||||
'gitcvs.dbUser' supports variable substitution (see
|
||||
|
||||
@ -289,7 +289,8 @@ for most push problems, but can increase memory consumption
|
||||
significantly since the entire buffer is allocated even for small
|
||||
pushes.
|
||||
|
||||
http.lowSpeedLimit, http.lowSpeedTime::
|
||||
http.lowSpeedLimit::
|
||||
http.lowSpeedTime::
|
||||
If the HTTP transfer speed, in bytes per second, is less than
|
||||
'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds,
|
||||
the transfer is aborted.
|
||||
|
||||
@ -19,7 +19,6 @@ EOF
|
||||
s/::$//;
|
||||
s/`//g;
|
||||
s/^.*$/ "&",/;
|
||||
s/, */",\n "/g;
|
||||
p;};
|
||||
d' \
|
||||
"$SOURCE_DIR"/Documentation/*config.adoc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user