git-lfs/git/githistory
brian m. carlson da4fdef00b
Support SHA-256 repositories
Git will start to support SHA-256 as a hash for repositories in the near
future.  Let's update gitobj to version 2 to support SHA-256
repositories properly.  We initialize the repository based on the
extensions.objectFormat value, if one is provided, since this is the
configuration key that represents the hash algorithm.

Vendor the proper dependencies in place.
2020-07-29 20:53:44 +00:00
..
fixtures git/githistory/fixtures: add annotated tags fixture 2017-12-11 15:27:22 -08:00
fixtures_test.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
ref_updater_test.go git/odb: remove extra newline from Tag formatting 2017-12-14 12:30:48 -05:00
ref_updater.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
rewriter_test.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
rewriter.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00