Skip to content

Commit 3796bd6

Browse files
Update changelog.
1 parent 4d676f6 commit 3796bd6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
* Add `Rugged::Tree#count_recursive`.
3+
4+
This counts all blobs in a tree, recursively, with an optional limit
5+
to bail early. This allows asking things like: "Are there more
6+
than 1 million files in this repo?" in a very performant way.
7+
8+
Fixes #464.
9+
10+
*Andy Delcambre*
11+
212
* Replace `Remote#rename!` with `RemoteCollection#rename`.
313

414
This brings the `RemoteCollection` more in line with the API of

0 commit comments

Comments
 (0)