Commit 98d90b2
authored
Implement version control and change log for problem files (#47)
* feat: implement version control and change log for problem files using git2
* refactor: Remove accepted, rejected subdirectory in solution
* fix: cargo fmt
* fix: Set git repository config
* fix: Update error message and comments
* refactor: extract default directory names to a constant array
* refactor: simplify get_repository error handling using and_then and with_context
* refactor: Move git user config setup from get_repository to git_init1 parent ce1547a commit 98d90b2
3 files changed
+395
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
0 commit comments