Skip to content

Commit 08d094a

Browse files
committed
Reorganize repo
* Updated README to give more information * Moved a lot of the code to tests/ in order to emphasize the only code necessary to use GitForDelphi, and for viewing the project in GitHub
1 parent 0d0038f commit 08d094a

File tree

51 files changed

+17
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+17
-8
lines changed

README.md

Lines changed: 14 additions & 5 deletions

GitForDelphi.dpr renamed to tests/GitForDelphi.dpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ uses
2020
GUITestRunner,
2121
TextTestRunner,
2222
uTestsFromLibGit2 in 'TestsFromLibGit2\uTestsFromLibGit2.pas',
23-
uGitForDelphi in 'uGitForDelphi.pas',
2423
uTestGitRecords in 'uTestGitRecords.pas',
2524
t04_commit in 'TestsFromLibGit2\t04_commit.pas',
2625
t05_revwalk in 'TestsFromLibGit2\t05_revwalk.pas',
2726
t06_index in 'TestsFromLibGit2\t06_index.pas',
2827
t08_tag in 'TestsFromLibGit2\t08_tag.pas',
2928
t09_tree in 'TestsFromLibGit2\t09_tree.pas',
3029
uTestHelpers in 'uTestHelpers.pas',
31-
t10_refs in 'TestsFromLibGit2\t10_refs.pas';
30+
t10_refs in 'TestsFromLibGit2\t10_refs.pas',
31+
uGitForDelphi in '..\uGitForDelphi.pas';
3232

3333
{$R *.RES}
3434

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)