1 commit 4659538844daa2849b1a9e7d6fadb96fcd26fc83
2 Author: Thomas Rast <trast@student.ethz.ch>
3 Date: Thu Feb 28 10:48:43 2013 +0100
5 change back to complete line
22 * This is only an example!
27 printf("%ld\n", f(15));
30 \ No newline at end of file
33 +/* incomplete lines are bad! */
35 commit 100b61a6f2f720f812620a9d10afb3a960ccb73c
36 Author: Thomas Rast <trast@student.ethz.ch>
37 Date: Thu Feb 28 10:48:10 2013 +0100
39 change to an incomplete line at end
41 diff --git a/a.c b/a.c
56 * This is only an example!
61 printf("%ld\n", f(15));
65 \ No newline at end of file
67 commit 39b6eb2d5b706d3322184a169f666f25ed3fbd00
68 Author: Thomas Rast <trast@student.ethz.ch>
69 Date: Thu Feb 28 10:45:41 2013 +0100
73 diff --git a/a.c b/a.c
89 + * This is only an example!
94 printf("%ld\n", f(15));
98 commit a6eb82647d5d67f893da442f8f9375fd89a3b1e2
99 Author: Thomas Rast <trast@student.ethz.ch>
100 Date: Thu Feb 28 10:45:16 2013 +0100
104 diff --git a/a.c b/a.c
125 - printf("%d\n", f(15));
126 + printf("%ld\n", f(15));
130 commit f04fb20f2c77850996cba739709acc6faecc58f7
131 Author: Thomas Rast <trast@student.ethz.ch>
132 Date: Thu Feb 28 10:44:55 2013 +0100
136 diff --git a/a.c b/a.c
156 printf("%d\n", f(15));
160 commit de4c48ae814792c02a49c4c3c0c757ae69c55f6a
161 Author: Thomas Rast <trast@student.ethz.ch>
162 Date: Thu Feb 28 10:44:48 2013 +0100
166 diff --git a/a.c b/a.c
185 + printf("%d\n", f(15));