blob: 4feebe87317c35a9db2428da92cca0ebd1bd3403 (
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
|