pkg/changeset/testdata
Billy Lynch 3b550aff99
changeset: Look in packed-refs file if ref file not found. (#2425)
If you have a lot of refs in a repo, git will eventually start
condensing them into a single file instead of letting them sprawl out in
separate directories on the filesystem. This change lets the changeset
package use the packed-refs file as a fall back in the event that the
ref file is not found.

See https://git-scm.com/docs/git-pack-refs for more details on packed
refs.
2022-02-17 07:28:13 -08:00
..
garbage Add support for resolving refs, when linked. (#576) 2019-08-15 10:01:08 -07:00
noncommited-packed-refs changeset: Look in packed-refs file if ref file not found. (#2425) 2022-02-17 07:28:13 -08:00
noncommitted Add the commit ID key as constant for log label (#158) 2018-11-06 14:59:36 -08:00
packed-refs changeset: Look in packed-refs file if ref file not found. (#2425) 2022-02-17 07:28:13 -08:00
with-refs Add support for resolving refs, when linked. (#576) 2019-08-15 10:01:08 -07:00
HEAD Add the commit ID key as constant for log label (#158) 2018-11-06 14:59:36 -08:00