sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Add an indication that the repository is dirty. #24

Closed GreenKn1ght closed 8 years ago

GreenKn1ght commented 8 years ago

Something like this default

It would be nice. If it possible, of course (something tells me that it's impossible).

sboulema commented 8 years ago

Was thinking about this myself also. Am I correct in assuming that the number would the number of commits your local branch is behind the remote branch?

Will look into after I have fixed #22

GreenKn1ght commented 8 years ago

I'm thinking about number of uncommitted files, but your idea nice too.

GreenKn1ght commented 8 years ago

Only now I noticed that git extenstion for VS shows both numbers. 234

sboulema commented 8 years ago

Oh duh completely forgot about that. In that case I wouldn't want to recreate that functionality I guess