Skip to content

Commit 08b9aef

Browse files
committed
Update NEWS
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
1 parent 49323dd commit 08b9aef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
git2r 0.13.1.9000
2+
-----------------
3+
4+
IMPROVEMENTS
5+
6+
* Updated libgit2 source code to commit (785d8c48) from
7+
2016-03-04. This is release v0.24.0 of libgit2.
8+
9+
* Refactoring of the build scripts.
10+
11+
* Added a check that the configuration key is valid when setting a
12+
configuration variable and output a warning if the key is invalid.
13+
14+
* The status method now prints "working directory clean" instead of
15+
nothing when the working directory is clean.
16+
17+
* Added the 'refspec' argument to the 'fetch' method to specify the
18+
refs to fetch and which local refs to update.
19+
20+
* Added a workaround to the 'commit' method to list commits in a
21+
shallow clone since the libgit2 library does not yet support this.
22+
123
git2r 0.13.1
224
------------
325

0 commit comments

Comments
 (0)