Skip to content

Commit 2578de4

Browse files
libgit2: Update to 0.21.2.
1 parent 21963aa commit 2578de4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## Rugged 0.21.1 (August 16, 2014) ##
1+
## Rugged 0.21.2 (November 16, 2014) ##
22

3-
* Update bundled libgit2 to 0.21.1.
3+
* Update bundled libgit2 to 0.21.2 (from 0.21.0).
44

5-
See https://github.com/libgit2/libgit2/releases/tag/v0.21.1 for a list
5+
See https://github.com/libgit2/libgit2/releases/tag/v0.21.1 and
6+
https://github.com/libgit2/libgit2/releases/tag/v0.21.2 for a list
67
of fixed issues.
78

89
*Arthur Schreiber*

test/commit_test.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_format_to_mbox
306306
+_file1.txt_
307307
file1.txt
308308
--
309-
libgit2 0.21.0
309+
libgit2 0.21.2
310310
311311
EOS
312312
end
@@ -349,7 +349,7 @@ def test_format_to_mbox_multiple
349349
+file3
350350
+file3
351351
--
352-
libgit2 0.21.0
352+
libgit2 0.21.2
353353
354354
EOS
355355

@@ -388,7 +388,7 @@ def test_format_to_mbox_multiple
388388
file3
389389
file3
390390
--
391-
libgit2 0.21.0
391+
libgit2 0.21.2
392392
393393
EOS
394394

@@ -432,7 +432,7 @@ def test_format_to_mbox_exclude_marker
432432
+_file1.txt_
433433
file1.txt
434434
--
435-
libgit2 0.21.0
435+
libgit2 0.21.2
436436
437437
EOS
438438
end
@@ -471,7 +471,7 @@ def test_format_to_mbox_diff_options
471471
+_file1.txt_
472472
file1.txt
473473
--
474-
libgit2 0.21.0
474+
libgit2 0.21.2
475475
476476
EOS
477477
end

0 commit comments

Comments
 (0)