|
| 1 | + |
| 2 | +## Rugged 0.23.3 (October 6, 2015) ## |
| 3 | + |
| 4 | +* Update bundled libgit2 to 0.23.3. |
| 5 | + |
| 6 | + See https://github.com/libgit2/libgit2/releases/tag/v0.23.3 |
| 7 | + for a list of fixed issues and new features. |
| 8 | + |
| 9 | + *Arthur Schreiber* |
| 10 | + |
| 11 | +## Rugged 0.23.2 (August 13, 2015) ## |
| 12 | + |
| 13 | +* Update bundled libgit2 to 98f7bd289dfb172473b7d7353d4b0f0b09c67937. |
| 14 | + |
| 15 | + *Vicent Martí* |
| 16 | + |
| 17 | +## Rugged 0.23.1 (August 11, 2015) ## |
| 18 | + |
| 19 | +* Update bundled libgit2 to 98f7bd289dfb172473b7d7353d4b0f0b09c67937. |
| 20 | + |
| 21 | + *Vicent Martí* |
| 22 | + |
| 23 | +## Rugged 0.23.0 (July 6, 2015) ## |
| 24 | + |
| 25 | +* Update bundled libgit2 to 0.23.0. |
| 26 | + |
| 27 | + See https://github.com/libgit2/libgit2/releases/tag/v0.23.0 |
| 28 | + for a list of fixed issues and new features. |
| 29 | + |
| 30 | + *Arthur Schreiber* |
| 31 | + |
1 | 32 | * Add `Rugged::Repository#checkout_index`.
|
2 | 33 |
|
3 |
| - This allows to perform checkout from a given GIT index. |
| 34 | + This allows to perform checkout from a given index. |
4 | 35 | It might be handy in case of manual merge conflicts resolution with user intervention.
|
5 | 36 |
|
6 | 37 | *Dmytro Milinevskyy*
|
7 | 38 |
|
| 39 | +* Remove `Rugged::Submodule#reset_update_rule`, `Rugged::Submodule#reset_ignore_rule` |
| 40 | + and `Rugged::Submodule#save`. |
| 41 | + |
| 42 | + These methods were removed due to changes in the underlying libgit2 API. |
| 43 | + |
| 44 | + *Arthur Schreiber* |
| 45 | + |
| 46 | +* Add `Rugged::Blob#loc`. |
| 47 | + |
| 48 | + Returns the number of lines in a blob, assuming it is plaintext. |
| 49 | + |
| 50 | + *Vicent Martí* |
| 51 | + |
| 52 | +* Add `Rugged::Walker.walk`. |
| 53 | + |
| 54 | + This API allows creating a walker, performing a walk, and cleaning it up |
| 55 | + immediately after the walk was performed. |
| 56 | + |
| 57 | + *Vicent Martí* |
| 58 | + |
8 | 59 | * Add accessors for the Repository ident.
|
9 | 60 |
|
10 | 61 | Added `Repository#ident` and `Repository#ident=` to read and set the
|
|
0 commit comments