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 4d676f6 commit 3796bd6Copy full SHA for 3796bd6
CHANGELOG.md
@@ -1,4 +1,14 @@
1
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
12
* Replace `Remote#rename!` with `RemoteCollection#rename`.
13
14
This brings the `RemoteCollection` more in line with the API of
0 commit comments