rtomayko / git-sh

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

Different colours for changes to the working dir and the index. #15

Closed richardkmichael closed 11 years ago

richardkmichael commented 13 years ago

I did this locally awhile ago, if you want it. On further consideration, it would be "backward compatible" if it fell back first to color.sh.dirty, then to a fixed colour ("yellow").

nikreiman commented 12 years ago

Nice fix! Please pull this into master; it'd be a great addition to git-sh. Though git-sh is my favorite git "client", I also have git support enabled in my IDE, so it's nice to see if changes get staged without me necessarily knowing it.

rtomayko commented 11 years ago

I pulled this into master in 3420b675d0ff52ed16dd97515bebd152752e0d68. Sorry for the delay.