git-lfs/git/gitattr
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
..
attr_test.go git/gitattr: add support for parsing macros 2018-12-03 17:18:49 +00:00
attr.go git/gitattr: add support for parsing macros 2018-12-03 17:18:49 +00:00
macro_test.go git/gitattr: add a macro processor 2018-12-03 17:18:49 +00:00
macro.go git/gitattr: add a macro processor 2018-12-03 17:18:49 +00:00
tree_test.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
tree.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00