diff --git a/RelNotes/2.50.0.adoc b/RelNotes/2.50.0.adoc index 95349ea50..99acf8148 100644 --- a/RelNotes/2.50.0.adoc +++ b/RelNotes/2.50.0.adoc @@ -201,6 +201,17 @@ Performance, Internal Implementation, Development Support etc. we ended up checking for these non-existent files repeatedly, which has been optimized by memoizing the non-existence. + * Build settings have been improved for BSD based systems. + + * Newer version of libcURL detected curl_easy_setopt() calls we made + with platform-natural "int" when we should have used "long", which + all have been corrected. + + * Tests that compare $HOME and $(pwd), which should be the same + directory unless the tests chdir's around, would fail when the user + enters the test directory via symbolic links, which has been + corrected. + Fixes since v2.49 ----------------- diff --git a/SubmittingPatches.html b/SubmittingPatches.html index aba8ef9f5..efcbf3e3a 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html @@ -1584,7 +1584,7 @@

Gnus

diff --git a/git-config.html b/git-config.html index 000b89416..a41c7da8f 100644 --- a/git-config.html +++ b/git-config.html @@ -5389,7 +5389,8 @@

Variables

May not contain double colons (:). Default: SQLite. See 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. @@ -6154,7 +6155,8 @@

Variables

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, diff --git a/howto-index.html b/howto-index.html index 5e3c65771..0f84758b3 100644 --- a/howto-index.html +++ b/howto-index.html @@ -622,7 +622,7 @@

Git Howto Index

diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html index 6c079f2fd..250dadbb8 100644 --- a/howto/coordinate-embargoed-releases.html +++ b/howto/coordinate-embargoed-releases.html @@ -736,7 +736,7 @@

Example mail to diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 493beb4f0..2bb402cb7 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html @@ -703,7 +703,7 @@

Keep authoritative canonical history correct with git pull

diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 17e1c045c..d214bfb07 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html @@ -1324,7 +1324,7 @@

Preparing a "merge-fix"

diff --git a/howto/new-command.html b/howto/new-command.html index e054ae43a..3de4eba97 100644 --- a/howto/new-command.html +++ b/howto/new-command.html @@ -582,7 +582,7 @@

Integrating a command

diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index d54803ce6..ac8fdc539 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html @@ -654,7 +654,7 @@

How to rebase from an internal branch

diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index fa7f8f64d..0449a4fb5 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html @@ -561,7 +561,7 @@

How to rebuild from update hook

diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index baa5599df..7c236cd76 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html @@ -639,7 +639,7 @@

How to recover a corrupted blob object

diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index 0cc2bbac0..a215ef9c6 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html @@ -965,7 +965,7 @@

The adventure continues…​

diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 3662f458c..95cafffc5 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html @@ -827,7 +827,7 @@

How to revert a faulty merge

diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 699c4ce8e..e62c94949 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html @@ -647,7 +647,7 @@

How to revert an existing commit

diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 3c3929b6f..68130b04e 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html @@ -566,7 +566,7 @@

How to separate topic branches

diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 46666def4..7ec886dbd 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html @@ -880,7 +880,7 @@

Troubleshooting:

diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index 43470cae1..f98b5d0af 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html @@ -646,7 +646,7 @@

How to use the update hook

diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index 070e3d4d9..79bddcec9 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html @@ -522,7 +522,7 @@

How to use git-daemon

diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index dca6e03c2..f049d425d 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html @@ -552,7 +552,7 @@

Additional tips

diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index 75b3f8014..8e2bd7fd8 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html @@ -710,7 +710,7 @@

Auditors

diff --git a/technical/api-index.html b/technical/api-index.html index ee5c4ac1c..d9c947f00 100644 --- a/technical/api-index.html +++ b/technical/api-index.html @@ -468,7 +468,7 @@

Git API Documents