Remove all Git-related functionality

LOOT no longer uses Git to keep its copies of the masterlists up to
date, so this functionality is no longer needed. The removed API items
are:

- UpdateFile()
- GetFileRevision()
- IsLatestFile()
- libgit2_category()
- GitStateError
This commit is contained in:
Oliver Hamlet
2022-01-23 20:41:54 +00:00
parent fa3c4d5fef
commit 95980860e5
20 changed files with 10 additions and 2576 deletions
-4
View File
@@ -118,8 +118,6 @@ jobs:
- name: Run tests
run: |
cd build
git config --global user.email "github@github-actions"
git config --global user.name "GitHub"
./libloot_internals_tests
./libloot_tests
@@ -200,8 +198,6 @@ jobs:
- name: Run tests
run: |
cd build/${{ env.MSVC_CONFIG }}
git config --global user.email "github@github-actions"
git config --global user.name "GitHub"
.\libloot_internals_tests.exe
.\libloot_tests.exe
-2
View File
@@ -94,8 +94,6 @@ jobs:
- name: Run tests
run: |
cd build
git config --global user.email "github@github-actions"
git config --global user.name "GitHub"
./libloot_internals_tests
./libloot_tests