master
beginning-of-file 47 lines 899 Bytes
Raw
1 commit 4a23ae5c98d59a58c6da036156959f2dc9f472ad
2 Author: Thomas Rast <trast@student.ethz.ch>
3 Date: Thu Feb 28 10:47:40 2013 +0100
4
5 change at very beginning
6
7 diff --git a/a.c b/a.c
8 index bdb2bb1..5e709a1 100644
9 --- a/a.c
10 +++ b/a.c
11 @@ -1,3 +1,4 @@
12 +#include <unistd.h>
13 #include <stdio.h>
14
15 long f(long x)
16
17 commit a6eb82647d5d67f893da442f8f9375fd89a3b1e2
18 Author: Thomas Rast <trast@student.ethz.ch>
19 Date: Thu Feb 28 10:45:16 2013 +0100
20
21 touch both functions
22
23 diff --git a/a.c b/a.c
24 index 3233403..e51de13 100644
25 --- a/a.c
26 +++ b/a.c
27 @@ -1,3 +1,3 @@
28 #include <stdio.h>
29
30 -int f(int x)
31 +long f(long x)
32
33 commit de4c48ae814792c02a49c4c3c0c757ae69c55f6a
34 Author: Thomas Rast <trast@student.ethz.ch>
35 Date: Thu Feb 28 10:44:48 2013 +0100
36
37 initial
38
39 diff --git a/a.c b/a.c
40 new file mode 100644
41 index 0000000..444e415
42 --- /dev/null
43 +++ b/a.c
44 @@ -0,0 +1,3 @@
45 +#include <stdio.h>
46 +
47 +int f(int x)