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