Skip to content

Commit 99b1156

Browse files
Updating CHANGELOG
1 parent f38d1c1 commit 99b1156

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
== 1.2.9
2+
3+
* Adding Git.configure (to configure the git env)
4+
* Adding Git.ls_remote [Git.ls_remote(repo_path_or_url='.')]
5+
* Adding Git.describe [repo.describe(objectish, opts)]
6+
* Adding Git.show [repo.show(objectish=nil, path=nil)]
7+
* Fixing Git::Diff to support default references (implicit references)
8+
* Fixing Git::Diff to support diff over git .patch files
9+
* Fixing Git.checkout when using :new_branch opt
10+
* Fixing Git::Object::Commit to preserve its sha after fetching metadata
11+
* Fixing Git.is_remote_branch? to actually check against remote branches
12+
* Improvements over how ENV variables are modified
13+
* Improving thrade safety (using --git-dir and --work-tree git opts)
14+
* Improving Git::Object::Tag. Adding annotated?, tagger and message
15+
* Supporting a submodule path as a valid repo
16+
* Git.checkout - supporting -f and -b
17+
* Git.clone - supporting --branch
18+
* Git.fetch - supporting --prune
19+
* Git.tag - supporting
20+
121
== 1.2.8
222

323
* Keeping the old escape format for windows users

0 commit comments

Comments
 (0)