rtomayko / git-sh

A customized bash environment suitable for git work.
GNU General Public License v2.0
737 stars 83 forks source link

Fix detection for rebase in progress #26

Closed phatblat closed 11 years ago

phatblat commented 11 years ago

Looks like the rebase state dir has changed in recent versions of git http://stackoverflow.com/questions/3921409/how-to-know-if-there-is-a-git-rebase-in-progress#answer-3921928

rtomayko commented 11 years ago

Perfect. Thanks!