Skip to content

Commit

Permalink
fix bash 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Refalo committed Sep 18, 2012
1 parent 7635a06 commit 586f75a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -408,6 +408,8 @@ Distributed under the GNU General Public License, version 2.0.

##TODO

* allow g co <hash>
* g2-co: check if branch is local then checkout branch, if remote checkout -b branch origin/branch
* doc: provide basic guidance on how a commit is performed using g2
* doc: add typical solutions:
* doc: talk about gc
Expand All @@ -419,6 +421,7 @@ Distributed under the GNU General Public License, version 2.0.

## FIXED

* issue with bash 3.2
* upgrade g2-msys to 1.7.11
* fix little issue with undo,freeze,dt,ig
* g rv wasn't working
Expand Down
3 changes: 3 additions & 0 deletions g2-install.sh
Expand Up @@ -20,6 +20,9 @@ source ./g2.sh
echo -n "."
source ./g2-prompt.sh

alias g=__g2_eval;
alias git=__g2_eval;

echo " Enjoy!"

cd $OLDpwd
2 changes: 0 additions & 2 deletions g2.sh
Expand Up @@ -159,5 +159,3 @@ function __g2_eval() {
);
}

alias g=__g2_eval;
alias git=__g2_eval;

0 comments on commit 586f75a

Please sign in to comment.