File: oid

package info (click to toggle)
cgit 1.2.3%2Bgit2.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,972 kB
  • sloc: ansic: 236,086; sh: 194,031; perl: 29,806; tcl: 22,076; python: 6,583; makefile: 3,877; sed: 189; php: 120; asm: 98; csh: 45; ruby: 43; lisp: 12
file content (29 lines) | stat: -rw-r--r-- 1,820 bytes parent folder | download | duplicates (3)
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
# These are some common invalid and partial object IDs used in tests.
001	sha1:0000000000000000000000000000000000000001
001	sha256:0000000000000000000000000000000000000000000000000000000000000001
002	sha1:0000000000000000000000000000000000000002
002	sha256:0000000000000000000000000000000000000000000000000000000000000002
003	sha1:0000000000000000000000000000000000000003
003	sha256:0000000000000000000000000000000000000000000000000000000000000003
004	sha1:0000000000000000000000000000000000000004
004	sha256:0000000000000000000000000000000000000000000000000000000000000004
005	sha1:0000000000000000000000000000000000000005
005	sha256:0000000000000000000000000000000000000000000000000000000000000005
006	sha1:0000000000000000000000000000000000000006
006	sha256:0000000000000000000000000000000000000000000000000000000000000006
007	sha1:0000000000000000000000000000000000000007
007	sha256:0000000000000000000000000000000000000000000000000000000000000007
# All zeros or Fs missing one or two hex segments.
zero_1		sha1:000000000000000000000000000000000000000
zero_1		sha256:000000000000000000000000000000000000000000000000000000000000000
zero_2		sha1:00000000000000000000000000000000000000
zero_2		sha256:00000000000000000000000000000000000000000000000000000000000000
ff_1		sha1:fffffffffffffffffffffffffffffffffffffff
ff_1		sha256:fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ff_2		sha1:ffffffffffffffffffffffffffffffffffffff
ff_2		sha256:ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
# More various invalid OIDs.
numeric		sha1:0123456789012345678901234567890123456789
numeric		sha256:0123456789012345678901234567890123456789012345678901234567890123
deadbeef	sha1:deadbeefdeadbeefdeadbeefdeadbeefdeadbeef
deadbeef	sha256:deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef