Skip to content
Snippets Groups Projects
Commit 0705fb9e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

from_disk: Update loader classes implementation

GitLoaderFromDisk and GitLoaderFromArchive implementation can now
be simplified by inheriting from GitLoader class and by overriding
the fetch_pack_from_origin method to fetch git objects from disk
instead of fetching them from a remote URL.

Also remove the deprecation notice for GitLoaderFromDisk as it is
likely there will be use cases in a near future for that git loader.
parent 3fe09968
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment