From a4c027a598d9f2ec9c7fa14879d7e77a36ca20a2 Mon Sep 17 00:00:00 2001 From: polmr Date: Mon, 26 Sep 2016 19:13:48 +0200 Subject: [PATCH 1/3] alt02 --- helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.cpp b/helloworld.cpp index ffa29bb..3cd8ced 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -9,7 +9,7 @@ void salute01() void yujuu02() { - cout <<"salute 02 tocado por branch!" << endl; + cout <<"salute 02 tocado por branch alt02!" << endl; } int main(int argc, char** argv) { From 40ae84d93a9c507a7df0bebf31af610c186d32ce Mon Sep 17 00:00:00 2001 From: polmr Date: Tue, 27 Sep 2016 10:50:59 +0200 Subject: [PATCH 2/3] failing commit --- helloworld.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.cpp b/helloworld.cpp index 3cd8ced..9fc5ce8 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -10,6 +10,7 @@ void salute01() void yujuu02() { cout <<"salute 02 tocado por branch alt02!" << endl; + thiswillfail } int main(int argc, char** argv) { From e1181550a401fd6c84aa3f315ad5557b6167dd87 Mon Sep 17 00:00:00 2001 From: polmr Date: Fri, 24 Mar 2017 10:35:53 +0100 Subject: [PATCH 3/3] added alt02 to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dff1e7..ce3d2af 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# test01 \ No newline at end of file +# test01 +alt02