Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2015-05-21 13:46:04 +0300
committerPatrick Steinhardt <ps@pks.im>2015-05-31 14:22:48 +0300
commit771069e1fb9850153e85d4b7c76cbcbf35540cdc (patch)
treed4ebf5070b0fcfd5ceebcc16551ecc0d93fc54e5 /CHANGELOG.md
parentec0c4c400172e47cb3324c1b78ebc739ee6cc184 (diff)
Add CHANGELOG entry for url.*.insteadOf feature.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f426825d..8d4b73342 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,10 @@ support for HTTPS connections insead of OpenSSL.
`git_off_t` instead of `size_t` for the size of the blob, which
allows putting large files into the odb on 32-bit systems.
+* The remote's push and pull URLs now honor the url.$URL.insteadOf
+ configuration. This allows modifying URL prefixes to a custom
+ value via gitconfig.
+
### API additions
* The `git_merge_options` gained a `file_flags` member.