File: status.yaml

package info (click to toggle)
dulwich 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,388 kB
  • sloc: python: 99,991; makefile: 163; sh: 67
file content (30 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
configuration:
  - key: core.compression
    status: supported
  - key: core.looseCompression
    status: supported
  - key: core.packCompression
    status: supported
  - key: core.filemode
    status: supported
  - key: http.proxy
    status: supported
  - key: http.useragent
    status: supported
  - key: http.sslVerify
    status: supported
  - key: http.sslCAInfo
    status: supported
  - key: i18n.commitEncoding
    status: supported
  - key: core.excludsFile
    status: supported
  - key: user.name
    status: supported
  - key: user.email
    status: supported
  - key: core.protectNTFS
    status: supported
  - key: core.ignorecase
    status: supported