blob: 0d2ec813e95903f99a71eecbef86d5b872a6bd98 (
about) (
plain) (
blame)
1
2
3
4
5
|
// Package format encapsulates various git-related file formats.
//
// These are particularly the ones that aren't necessarily associated with
// a very clear domain that they obviously belong to.
package format
|