Skip to content

Commit 6db4fdc

Browse files
Version 1.2.6 changelog
1 parent 0d0e055 commit 6db4fdc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

History.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
== 1.2.6
2+
3+
* Ruby 1.9.X/2.0 fully supported
4+
* JRuby 1.8/1.9 support
5+
* Rubinius support
6+
* Git.clone - supporting --recursive and --config
7+
* Git.log - supporting last and [] over the results
8+
* Git.add_remote - supporting -f and -t
9+
* Git.add - supporting --fore
10+
* Git.init - supporting --bare
11+
* Git.commit - supporting --all and --amend
12+
* Added Git.remote_remote, Git.revert and Git.clean
13+
* Added Bundler to the formula
14+
* Travis configuration
15+
* Licence included with the gem
16+
117
== 1.0.4
218

319
* added camping/gitweb.rb frontend

TODO

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* more documentation
22

3-
* git revert, rebase
3+
* git rebase
44

55
* diff additions
66
- annotate, blame
@@ -13,14 +13,12 @@
1313
* email/patch integration
1414
- request-pull(email_address), git-am, git-apply
1515

16-
1716
* compatible with git 1.4
1817

1918
* More Error Examples
2019

2120
* More Git::Status methods
2221

23-
2422
* Speed up through pure ruby
2523

2624
* Speed up through C bindings to libgit-thin

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5
1+
1.2.6

0 commit comments

Comments
 (0)