Commit 5bafc5a
committed
Allow reading
786c513 added support for symlinks, but
didn't handle `executableBlob` in the added `switch`. `executableBlob`
is the returned type for a file with the executable bit set, so needs to
be handled in the same way as a regular `blob`.Package.swift with the executable bit set1 parent 03bf6b7 commit 5bafc5a
File tree
2 files changed
+2
-1
lines changed- Sources/SourceControl
- Tests/SourceControlTests
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
| 1108 | + | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | 1111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
0 commit comments