File tree 3 files changed +18
-4
lines changed 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
17
== 1.0.4
2
18
3
19
* added camping/gitweb.rb frontend
Original file line number Diff line number Diff line change 1
1
* more documentation
2
2
3
- * git revert, rebase
3
+ * git rebase
4
4
5
5
* diff additions
6
6
- annotate, blame
13
13
* email/patch integration
14
14
- request-pull(email_address), git-am, git-apply
15
15
16
-
17
16
* compatible with git 1.4
18
17
19
18
* More Error Examples
20
19
21
20
* More Git::Status methods
22
21
23
-
24
22
* Speed up through pure ruby
25
23
26
24
* Speed up through C bindings to libgit-thin
Original file line number Diff line number Diff line change 1
- 1.2.5
1
+ 1.2.6
You can’t perform that action at this time.
0 commit comments