We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec806d commit ba1afdcCopy full SHA for ba1afdc
CHANGELOG.md
@@ -6,6 +6,10 @@ v0.26 + 1
6
* Improved `p_unlink` in `posix_w32.c` to try and make a file writable
7
before sleeping in the retry loop to prevent unnecessary calls to sleep.
8
9
+* Writing to a configuration file now preserves the case of the key given by the
10
+ caller for the case-insensitive portions of the key (existing sections are
11
+ used even if they don't match).
12
+
13
### API additions
14
15
* `git_remote_create_detached()` creates a remote that is not associated
0 commit comments