From 3607d54d9d149e49d87b6e59aea67c3f1e7842f2 Mon Sep 17 00:00:00 2001 From: sinoding Date: Fri, 29 Apr 2011 11:12:59 +0800 Subject: [PATCH] this is the commit message --- test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.cc b/test.cc index 13b2384..4f9d1bd 100644 --- a/test.cc +++ b/test.cc @@ -5,6 +5,7 @@ using namespace std; int main(int argc, char **argv) { cout << "it is a test of cpp!" << endl; cout << "the patch test of git" << endl; - + + std::cout << "test of commit --amend" << std::endl; return 0; }