@@ -29,13 +29,13 @@ Please feel free to request datasets for other repositories and/or projects in t
29
29
</tr>
30
30
<tr>
31
31
<th align="right">delay</th>
32
- <td>int </td>
32
+ <td>int64 </td>
33
33
<td>Seconds elapsed between the creation and last application of the
34
34
commit (rebases can cause negative values)</td >
35
35
</tr >
36
36
<tr >
37
37
<th align =" right " >age</th >
38
- <td >int </td >
38
+ <td >int64 </td >
39
39
<td >Shortest interval between the commit and it's parents</td >
40
40
</tr >
41
41
<tr >
@@ -45,7 +45,7 @@ Please feel free to request datasets for other repositories and/or projects in t
45
45
</tr >
46
46
<tr >
47
47
<th align =" right " >squashof</th >
48
- <td >int </td >
48
+ <td >int64 </td >
49
49
<td >Whether it is a squash and merge commit (currently parsed from commit message)</td >
50
50
</tr >
51
51
<tr >
@@ -80,27 +80,27 @@ Please feel free to request datasets for other repositories and/or projects in t
80
80
</tr >
81
81
<tr >
82
82
<th align =" right " >loc_d</th >
83
- <td >int </td >
83
+ <td >int64 </td >
84
84
<td >Number of lines deleted in this commit</td >
85
85
</tr >
86
86
<tr >
87
87
<th align =" right " >loc_i</th >
88
- <td >int </td >
88
+ <td >int64 </td >
89
89
<td >Number of lines inserted in this commit</td >
90
90
</tr >
91
91
<tr >
92
92
<th align =" right " >comp_d</th >
93
- <td >int </td >
93
+ <td >int64 </td >
94
94
<td >Whitespace complexity deleted in this commit</td >
95
95
</tr >
96
96
<tr >
97
97
<th align =" right " >comp_i</th >
98
- <td >int </td >
98
+ <td >int64 </td >
99
99
<td >Whitespace complexity inserted in this commit</td >
100
100
</tr >
101
101
<tr >
102
102
<th align =" right " >nfiles</th >
103
- <td >int </td >
103
+ <td >int64 </td >
104
104
<td >Number of files (paches) affected by this commit</td >
105
105
</tr >
106
106
<tr >
@@ -110,7 +110,7 @@ Please feel free to request datasets for other repositories and/or projects in t
110
110
</tr >
111
111
<tr >
112
112
<th align =" right " >ndiffs</th >
113
- <td >integer </td >
113
+ <td >int64 </td >
114
114
<td >Number of diffs and parent commits</td >
115
115
</tr >
116
116
<tr >
@@ -189,12 +189,12 @@ diffing two revisions.
189
189
</tr >
190
190
<tr >
191
191
<th align =" right " >oldsize</th >
192
- <td >int </td >
192
+ <td >int64 </td >
193
193
<td >The file's size in bytes before applying the patch</td >
194
194
</tr >
195
195
<tr >
196
196
<th align =" right " >newsize</th >
197
- <td >int </td >
197
+ <td >int64 </td >
198
198
<td >The file's size in bytes after applying the patch</td >
199
199
</tr >
200
200
<tr >
@@ -219,27 +219,27 @@ diffing two revisions.
219
219
</tr >
220
220
<tr >
221
221
<th align =" right " >loc_d</th >
222
- <td >int </td >
222
+ <td >int64 </td >
223
223
<td >Number of lines deleted in this patch</td >
224
224
</tr >
225
225
<tr >
226
226
<th align =" right " >loc_i</th >
227
- <td >int </td >
227
+ <td >int64 </td >
228
228
<td >Number of lines inserted in this patch</td >
229
229
</tr >
230
230
<tr >
231
231
<th align =" right " >comp_d</th >
232
- <td >int </td >
232
+ <td >int64 </td >
233
233
<td >Whitespace complexity deleted in this commit</td >
234
234
</tr >
235
235
<tr >
236
236
<th align =" right " >comp_i</th >
237
- <td >int </td >
237
+ <td >int64 </td >
238
238
<td >Whitespace complexity inserted in this commit</td >
239
239
</tr >
240
240
<tr >
241
241
<th align =" right " >loc_d_std</th >
242
- <td >float </td >
242
+ <td >float32 </td >
243
243
<td >Deleted number of lines deviation in the hunks</td >
244
244
</tr >
245
245
<tr >
@@ -264,12 +264,12 @@ diffing two revisions.
264
264
</tr >
265
265
<tr >
266
266
<th align =" right " >nblames</th >
267
- <td >int </td >
267
+ <td >int64 </td >
268
268
<td >Number of unique commits this patch has churned lines from</td >
269
269
</tr >
270
270
<tr >
271
271
<th align =" right " >blame_loc</th >
272
- <td >int </td >
272
+ <td >int64 </td >
273
273
<td >Number of lines this patches has churned (deleted)</td >
274
274
</tr >
275
275
</tbody >
@@ -301,7 +301,7 @@ Contains blame segments for patches, an [example](https://github.com/libgit2/lib
301
301
</tr>
302
302
<tr>
303
303
<th align="right">author_time</th>
304
- <td>datetime64 </td>
304
+ <td>datetime </td>
305
305
<td>The author signature's timestamp</td>
306
306
</tr>
307
307
<tr>
@@ -326,7 +326,7 @@ Contains blame segments for patches, an [example](https://github.com/libgit2/lib
326
326
</tr>
327
327
<tr>
328
328
<th align="right">loc_d</th>
329
- <td>int </td>
329
+ <td>int64 </td>
330
330
<td>Number of churned lines</td>
331
331
</tr>
332
332
<tr>
@@ -393,7 +393,7 @@ Both lightweight and annotated tags.
393
393
</tr>
394
394
<tr>
395
395
<th align="right">type</th>
396
- <td>int </td>
396
+ <td>int64 </td>
397
397
<td>Git object type (mostly commit)</td
398
398
</tr>
399
399
<tr>
0 commit comments