From 99b11561a64740285872f4c0a8b72e3e69308ed2 Mon Sep 17 00:00:00 2001 From: Roberto Decurnex Date: Mon, 12 Jan 2015 16:51:41 -0300 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 444d132d..147f7825 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +== 1.2.9 + +* Adding Git.configure (to configure the git env) +* Adding Git.ls_remote [Git.ls_remote(repo_path_or_url='.')] +* Adding Git.describe [repo.describe(objectish, opts)] +* Adding Git.show [repo.show(objectish=nil, path=nil)] +* Fixing Git::Diff to support default references (implicit references) +* Fixing Git::Diff to support diff over git .patch files +* Fixing Git.checkout when using :new_branch opt +* Fixing Git::Object::Commit to preserve its sha after fetching metadata +* Fixing Git.is_remote_branch? to actually check against remote branches +* Improvements over how ENV variables are modified +* Improving thrade safety (using --git-dir and --work-tree git opts) +* Improving Git::Object::Tag. Adding annotated?, tagger and message +* Supporting a submodule path as a valid repo +* Git.checkout - supporting -f and -b +* Git.clone - supporting --branch +* Git.fetch - supporting --prune +* Git.tag - supporting + == 1.2.8 * Keeping the old escape format for windows users