git-lfs/git
brian m. carlson affd5e9f1c
git: use pktline repository
We have a pktline repository that provides our pkt-line code from Git
LFS, but separated out into a separate, reusable repository.  The
current code is private to the git package, and since we'll want to
use it in the future from multiple packages, it makes sense to just use
the separate repository, which we want to do anyway.

Let's include the repository in our go.mod and vendor the modules.
Remove the old code and replace its use with the new code.
2021-07-20 18:37:31 +00:00
..
gitattr Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
githistory Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
attribs.go git: allow reading attributes from an arbitrary Reader 2021-07-14 18:12:08 +00:00
config_test.go git: provide a read-only configuration object 2018-10-26 15:27:54 +00:00
config.go invoke git-config with --includes to ensure it always evaluates include.* directives 2021-03-03 14:26:26 -08:00
filter_process_scanner_test.go git: use pktline repository 2021-07-20 18:37:31 +00:00
filter_process_scanner.go git: use pktline repository 2021-07-20 18:37:31 +00:00
filter_process_status.go git: introduce type 'FilterProcessStatus' 2017-08-24 18:28:50 -04:00
git_test.go git: add a function to check for a zero object ID 2020-07-29 20:53:43 +00:00
git.go tools: add a function to canonicalize paths 2020-10-14 16:49:23 +00:00
ls_files.go Tidy files 2019-10-02 19:17:28 +00:00
ls_tree_scanner_test.go commands/fsck: exit 1 on failed fsck 2021-07-14 18:15:31 +00:00
ls_tree_scanner.go git: move LsTreeScanner to the git package 2021-07-14 18:12:07 +00:00
object_scanner.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
refs_test.go git: port over existing commands.refUpdate tests 2018-01-05 15:18:17 -07:00
refs.go git: remove unnecessary debug trace messages 2018-01-17 11:06:23 -07:00
rev_list_scanner_test.go git: avoid "bad object" messages when force-pushing 2020-04-23 15:13:31 +00:00
rev_list_scanner.go git: support SHA-256 in rev-list scanner 2020-07-29 20:53:43 +00:00
version.go git/version.go: replace sync.Mutex usage with sync.Once 2019-01-23 15:42:32 -08:00