Skip to content

Commit

Permalink
Updated the readme with a note about performance and disabling file s…
Browse files Browse the repository at this point in the history
…tatus on an individual repo basis.
  • Loading branch information
SaintGimp authored and dahlbyk committed Oct 10, 2011
1 parent 7a453d8 commit c1d0e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -16,6 +16,8 @@ Usage
See `profile.example.ps1` as to how you can integrate the tab completion and/or git prompt into your own profile.
Prompt formatting, among other things, can be customized using `$GitPromptSettings`, `$GitTabSettings` and `$TortoiseGitSettings`.

Note on performance: displaying file status in the git prompt for a very large repo can be prohibitively slow. Rather than turn off file status entirely, you can disable it on a repo-by-repo basis by adding individual repository paths to $GitPromptSettings.RepositoriesInWhichToDisableFileStatus.

Installing
----------

Expand Down

0 comments on commit c1d0e56

Please sign in to comment.