master
beginning-of-file 47 lines 971 Bytes
Raw
1 commit 62a40b38fa4f00800004aee81ef287b7201317594ebcb990f38cbe493b01d200
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 3a78aaf..d325124 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 ccf97b9878189c40a981da50b15713bb80a35755326320ec80900caf22ced46f
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 7a296b9..75c0119 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 1dd7e9b2b1699324b53b341e728653b913bc192a14dfea168c5b51f2b3d03592
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..9f550c3
42 --- /dev/null
43 +++ b/a.c
44 @@ -0,0 +1,3 @@
45 +#include <stdio.h>
46 +
47 +int f(int x)