diff options
| -rw-r--r-- | src/repository.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/repository.cpp b/src/repository.cpp index beb8caf..25215ae 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -674,7 +674,7 @@ void Repository::Transaction::commitNote(const QByteArray ¬eText, bool append      QTextStream s(&repository->fastImport);      s << "commit refs/notes/commits" << endl -      << "committer " << QString::fromUtf8(author) << ' ' << datetime << " -0000" << endl +      << "committer " << QString::fromUtf8(author) << ' ' << datetime << " +0000" << endl        << "data " << message.length() << endl        << message << endl        << "N inline " << commitRef << endl | 
