-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Improve user friendliness of tests
- Loading branch information
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,31 @@ repository. | |
|
||
Tests do `git init` and then make commits/changes so the .git repository does not | ||
need to be part of gira repository. | ||
|
||
For your convenience - there is a `git log` of tha TARed repository dep1 | ||
|
||
```git | ||
commit 8abae70f337d764e3ffa2ef0637c9eda24d25250 (HEAD -> main, tag: v1.1.1) | ||
Author: Tomas Peterka <[email protected]> | ||
Date: Mon Feb 5 17:03:53 2024 +0100 | ||
fix: add new line at the end of file OCD-567 | ||
commit 42c27a3e66153a4a5f6317e8adbc4a8d17dad99c (tag: v1.1.0) | ||
Author: Tomas Peterka <[email protected]> | ||
Date: Mon Feb 5 15:50:59 2024 +0100 | ||
feat: add word for better explanation OCD-1234 #close | ||
commit db11bb42fa82b1f39fdf9ad2fd8a579c7e8f5421 | ||
Author: Tomas Peterka <[email protected]> | ||
Date: Mon Feb 5 15:40:38 2024 +0100 | ||
fix: grammar OCD-1234 | ||
commit ac804edac73e0494cbfabc8fc1b33c5b1aeafffe (tag: v1.0.0) | ||
Author: Tomas Peterka <[email protected]> | ||
Date: Mon Feb 5 15:38:44 2024 +0100 | ||
initial commit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters