Commit cf6a3c5
Edward Thomson
Merge pull request libgit2#1237 from libgit2/cmn/lg2-update
Update to libgit2 6aa06b6File tree
Expand file treeCollapse file tree
10 files changed
+161
-33
lines changedOpen diff view settings
Filter options
- LibGit2Sharp.Tests
- LibGit2Sharp
- Core
Expand file treeCollapse file tree
10 files changed
+161
-33
lines changedOpen diff view settings
Collapse file
LibGit2Sharp.Tests/MergeFixture.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp.Tests/MergeFixture.cs+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
295 | 295 | |
296 | 296 | |
297 | 297 | |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
298 | 316 | |
299 | 317 | |
300 | 318 | |
|
Collapse file
LibGit2Sharp/Core/GitDiff.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp/Core/GitDiff.cs+8-1Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
197 | 197 | |
198 | 198 | |
199 | 199 | |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
200 | 206 | |
201 | 207 | |
202 | 208 | |
| ||
208 | 214 | |
209 | 215 | |
210 | 216 | |
211 | | - |
| 217 | + |
| 218 | + |
212 | 219 | |
213 | 220 | |
214 | 221 | |
|
Collapse file
LibGit2Sharp/Core/GitMergeOpts.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp/Core/GitMergeOpts.cs+28-7Lines changed: 28 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
30 | 38 | |
31 | 39 | |
32 | 40 | |
| ||
35 | 43 | |
36 | 44 | |
37 | 45 | |
38 | | - |
| 46 | + |
39 | 47 | |
40 | 48 | |
41 | 49 | |
| ||
98 | 106 | |
99 | 107 | |
100 | 108 | |
101 | | - |
| 109 | + |
102 | 110 | |
103 | 111 | |
104 | 112 | |
105 | 113 | |
106 | | - |
| 114 | + |
107 | 115 | |
108 | 116 | |
109 | 117 | |
110 | 118 | |
111 | 119 | |
112 | 120 | |
113 | | - |
| 121 | + |
114 | 122 | |
115 | 123 | |
116 | 124 | |
117 | 125 | |
118 | 126 | |
119 | 127 | |
120 | | - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
121 | 142 | |
122 | 143 | |
123 | 144 | |
124 | | - |
| 145 | + |
125 | 146 | |
126 | 147 | |
127 | 148 | |
|
Collapse file
+20-4Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1101 | 1101 | |
1102 | 1102 | |
1103 | 1103 | |
1104 | | - |
| 1104 | + |
1105 | 1105 | |
1106 | 1106 | |
1107 | 1107 | |
1108 | | - |
| 1108 | + |
| 1109 | + |
| 1110 | + |
| 1111 | + |
| 1112 | + |
| 1113 | + |
| 1114 | + |
| 1115 | + |
| 1116 | + |
1109 | 1117 | |
1110 | 1118 | |
1111 | 1119 | |
| ||
1189 | 1197 | |
1190 | 1198 | |
1191 | 1199 | |
1192 | | - |
| 1200 | + |
1193 | 1201 | |
1194 | 1202 | |
1195 | 1203 | |
| ||
1199 | 1207 | |
1200 | 1208 | |
1201 | 1209 | |
1202 | | - |
| 1210 | + |
| 1211 | + |
| 1212 | + |
| 1213 | + |
| 1214 | + |
| 1215 | + |
| 1216 | + |
| 1217 | + |
| 1218 | + |
1203 | 1219 | |
1204 | 1220 | |
1205 | 1221 | |
|
Collapse file
LibGit2Sharp/CurrentOperation.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp/CurrentOperation.cs+17-7Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 | |
25 | 30 | |
26 | 31 | |
27 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
28 | 38 | |
29 | 39 | |
30 | 40 | |
31 | 41 | |
32 | | - |
| 42 | + |
33 | 43 | |
34 | 44 | |
35 | 45 | |
36 | 46 | |
37 | | - |
| 47 | + |
38 | 48 | |
39 | 49 | |
40 | 50 | |
41 | 51 | |
42 | | - |
| 52 | + |
43 | 53 | |
44 | 54 | |
45 | 55 | |
46 | 56 | |
47 | | - |
| 57 | + |
48 | 58 | |
49 | 59 | |
50 | 60 | |
51 | 61 | |
52 | | - |
| 62 | + |
53 | 63 | |
54 | 64 | |
55 | 65 | |
56 | 66 | |
57 | | - |
| 67 | + |
58 | 68 | |
59 | 69 | |
Collapse file
LibGit2Sharp/LibGit2Sharp.csproj
Copy file name to clipboardExpand all lines: LibGit2Sharp/LibGit2Sharp.csproj+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
| ||
405 | 405 | |
406 | 406 | |
407 | 407 | |
408 | | - |
| 408 | + |
409 | 409 | |
410 | 410 | |
411 | 411 | |
|
Collapse file
LibGit2Sharp/MergeOptionsBase.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp/MergeOptionsBase.cs+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
25 | 38 | |
26 | 39 | |
27 | 40 | |
|
Collapse file
LibGit2Sharp/ObjectDatabase.cs
Copy file name to clipboardExpand all lines: LibGit2Sharp/ObjectDatabase.cs+29-4Lines changed: 29 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
522 | 522 | |
523 | 523 | |
524 | 524 | |
525 | | - |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
526 | 532 | |
527 | 533 | |
528 | 534 | |
| ||
603 | 609 | |
604 | 610 | |
605 | 611 | |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
606 | 625 | |
607 | 626 | |
608 | 627 | |
609 | 628 | |
610 | | - |
611 | | - |
| 629 | + |
612 | 630 | |
613 | 631 | |
614 | 632 | |
615 | 633 | |
| 634 | + |
616 | 635 | |
617 | 636 | |
618 | | - |
| 637 | + |
619 | 638 | |
620 | 639 | |
621 | 640 | |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
622 | 647 | |
623 | 648 | |
624 | 649 | |
|
Collapse file
+25-7Lines changed: 25 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1329 | 1329 | |
1330 | 1330 | |
1331 | 1331 | |
1332 | | - |
1333 | | - |
| 1332 | + |
| 1333 | + |
1334 | 1334 | |
1335 | 1335 | |
1336 | 1336 | |
| ||
1413 | 1413 | |
1414 | 1414 | |
1415 | 1415 | |
1416 | | - |
1417 | | - |
| 1416 | + |
| 1417 | + |
1418 | 1418 | |
1419 | 1419 | |
1420 | 1420 | |
| ||
1553 | 1553 | |
1554 | 1554 | |
1555 | 1555 | |
| 1556 | + |
| 1557 | + |
| 1558 | + |
| 1559 | + |
| 1560 | + |
| 1561 | + |
| 1562 | + |
| 1563 | + |
| 1564 | + |
| 1565 | + |
| 1566 | + |
| 1567 | + |
| 1568 | + |
1556 | 1569 | |
1557 | 1570 | |
1558 | 1571 | |
1559 | 1572 | |
1560 | | - |
1561 | | - |
| 1573 | + |
1562 | 1574 | |
1563 | 1575 | |
1564 | 1576 | |
1565 | 1577 | |
| 1578 | + |
1566 | 1579 | |
1567 | 1580 | |
1568 | 1581 | |
1569 | 1582 | |
1570 | | - |
| 1583 | + |
| 1584 | + |
| 1585 | + |
| 1586 | + |
| 1587 | + |
| 1588 | + |
1571 | 1589 | |
1572 | 1590 | |
1573 | 1591 | |
|
0 commit comments