We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caa465 commit 8b0c7d7Copy full SHA for 8b0c7d7
docs/changelog.md
@@ -1,3 +1,18 @@
1
+vNext
2
+-----
3
+
4
+### Changes or improvements
5
6
+* Branch and tag name validation functions have been introduced:
7
+ `git_branch_name_is_valid` will check if a branch name is valid,
8
+ and `git_tag_name_is_valid` will check if a tag name is valid.
9
10
+* Some remote and reference validity checking functions have been
11
+ introduced with error reporting semantics. `git_remote_name_is_valid`
12
+ replaces `git_remote_is_valid_name`. `git_reference_name_is_valid`
13
+ replaces `git_reference_is_valid_name`. Tthe former functions are
14
+ deprecated.
15
16
v1.1
17
----
18
0 commit comments