git-lfs/git/gitattr
brian m. carlson 087db1de70
Set package version to v3
Since we're about to do a v3.0.0 release, let's bump the version to v3.

Make this change automatically with the following command to avoid any
missed items:

  git grep -l github.com/git-lfs/git-lfs/v2 | \
  xargs sed -i -e 's!github.com/git-lfs/git-lfs/v2!github.com/git-lfs/git-lfs/v3!g'
2021-09-02 20:41:08 +00:00
..
attr_test.go git/gitattr: add support for parsing macros 2018-12-03 17:18:49 +00:00
attr.go Set package version to v3 2021-09-02 20:41:08 +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 Bump wildmatch to v2.0.1 2021-08-26 15:48:54 +00:00
tree.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00