blob: f8506f119d7b246aa823ba6d31bfcec8d0bcbe46 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Package id provides Git object IDs and object formats.
//
// Not all properties about
// each object format (hash algorithm)
// are listed here.
// In particular,
// properties that only make sense for particular subsystems
// should be defined in that subsystem.
package id
|