VCS[git]: Add log repository action.

This commit is contained in:
Friedemann Kleint
2010-01-08 16:07:05 +01:00
parent df2a2dc118
commit b81c30df2b
6 changed files with 44 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ static const char *promptToSubmitKeyC = "PromptForSubmit";
static const char *omitAnnotationDateKeyC = "OmitAnnotationDate";
static const char *spaceIgnorantBlameKeyC = "SpaceIgnorantBlame";
enum { defaultLogCount = 10 , defaultTimeOut = 30};
enum { defaultLogCount = 100 , defaultTimeOut = 30};
namespace Git {
namespace Internal {