-
Notifications
You must be signed in to change notification settings - Fork 2.5k
changelog: document changes since 0.27 #4932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I happened to be cleaning local branches, here's a few (hopefully helpful) tweaks.
docs/changelog.md
Outdated
limit the maximum memory used when fetching from an untrusted remote. | ||
|
||
* Line numbers in diffs loaded from patch files were not being populated; | ||
they are now included in the results.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they are now included in the results.. | |
they are now included in the results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Trailing spaces are supported in `.gitignore` files, these spaces were | ||
previously (and erroneously) treated as part of the pattern. | ||
|
||
* The library can now be built with mbedTLS support for HTTPS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that was in 0.26 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so? We didn't actually end up merging it until early 2018 and I don't see mbedTLS in the maint/v0.27
branch...?
|
||
* The `ref` field has been added to `git_worktree_add_options` to enable | ||
the creation of a worktree from a pre-existing branch. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* It's now possible to analyze merges between any references, not | |
just against `HEAD`, using `git_merge_analysis_for_ref`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, added.
5c7b315
to
6a0e945
Compare
No description provided.