Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commitd82a6c5
committed
fix(tree): tree item sort now uses git-style
Previously it was possible to generate trees which didn'tappear legit to git as gitpython's sorting was a simple alpha-numericsort. Git uses one that minimizes literal string comparisons though,and thus behaves slightly differently sometimes.Fixes#3691 parenta1a5976 commitd82a6c5
2 files changed
+69
-1
lines changedLines changed: 49 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 |
| |
22 | 27 |
| |
23 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
24 | 68 |
| |
25 | 69 |
| |
26 | 70 |
| |
| |||
47 | 91 |
| |
48 | 92 |
| |
49 | 93 |
| |
50 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
51 | 98 |
| |
52 | 99 |
| |
53 | 100 |
| |
| |||
286 | 333 |
| |
287 | 334 |
| |
288 | 335 |
| |
| 336 | + |
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
80 | 97 |
| |
81 | 98 |
| |
82 | 99 |
| |
83 | 100 |
| |
| 101 | + | |
| 102 | + | |
| 103 | + | |
84 | 104 |
| |
85 | 105 |
| |
86 | 106 |
| |
|
0 commit comments
Comments
(0)