8000 Merge pull request #1748 from ianhattendorf/feature/longpaths · nodegit/nodegit@24a9fc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24a9fc4

Browse files
authored
Merge pull request #1748 from ianhattendorf/feature/longpaths
Add option to support longpaths on Windows
2 parents a4fe703 + 2a79ce9 commit 24a9fc4

File tree

8 files changed

+1593
-1451
lines changed

8 files changed

+1593
-1451
lines changed

generate/input/descriptor.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@
485485
"../include/git_buf_converter.h"
486486
]
487487
},
488+
"cert": {
489+
"needsForwardDeclaration": false
490+
},
488491
"cert_hostkey": {
489492
"fields": {
490493
"hash_md5": {
@@ -494,6 +497,10 @@
494497
"hash_sha1": {
495498
"cppClassName": "String",
496499
"size": 20
500+
},
501+
"hash_sha256": {
502+
"cppClassName": "String",
503+
"size": 32
497504
}
498505
}
499506
},

0 commit comments

Comments
 (0)
0