[GSoC 2018 - TrackGit] Progress Report 8
This is the eighth progress report for TrackGit project. I did the following in last week.
Implemented Commit command
I implemented the equivalent of git commit
in TrackGit. The implementation was a little bit trickier because libgit2 used a different logic when the commit is first or non-first. The link to commit.
Below is a screenshot of Commit window.
Added test for commit command
I also added the test case for commit command. This simply makes a commit and checks if the commit is made via status command.
hrily's blog
- [GSoC 2018 - TrackGit] Progress Report 13
- [GSoC 2018 - TrackGit] Progress Report 12
- [GSoC 2018 - TrackGit] Progress Report 11
- [GSoC 2018 - TrackGit] Progress Report 10
- [GSoC 2018 - TrackGit] Progress Report 9
- [GSoC 2018 - TrackGit] Progress Report 8
- [GSoC 2018 - TrackGit] Progress Report 7
- [GSoC 2018 - TrackGit] Progress Report 6
- [GSoC 2018 - TrackGit] Progress Report 5
- [GSoC 2018 - TrackGit] Progress Report 4