File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
21
== 1.2.8
2
22
3
23
* Keeping the old escape format for windows users
You can’t perform that action at this time.
0 commit comments