Skip to content

Commit 611e5d2

Browse files
committed
changelog: add more newly-accepted urls
I encountered some problematic URLs, and was delighted to see that they were already fixed. I figured I may as well add them to the changelog. For the record, URLs with no path used to be rejected. That is arguably correct, but command line git accepts them. URLs with a path of / and a non-standard port used to have their port completely ignored!
1 parent 6bd37c3 commit 611e5d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ v0.28 + 1
2727

2828
### Changes or improvements
2929

30-
* libgit2 can now correctly cope with URLs where the host contains a colon
31-
but a port is not specified. (eg `http://example.com:/repo.git`).
30+
* libgit2 now correctly handles more URLs, such as
31+
`http://example.com:/repo.git` (colon but no port),
32+
`http://example.com` (no path),
33+
and `http://example.com:8080/` (path is /, nonstandard port).
3234

3335
* A carefully constructed commit object with a very large number
3436
of parents may lead to potential out-of-bounds writes or

0 commit comments

Comments
 (0)