Jeonghun Park(박정훈)
Jeonghun Park(박정훈)
Currently, `create_semantic_commit` only handles `Diff::None` and `Diff::Reserved`, so should handle `Diff::General` and `Diff::NonReserved`.
The sequence of commands in `main.rs` is different from those in `cli.rs`. Please rearrange commands based on the sequence defined in `cli.rs`.
Currently, `read_semantic_commit` in `repository/raw/implementation.rs` only handles `Diff:None` and `Diff:NonReserved` cases. The rest cases, `Diff:Reserved` and `General` should be handled.
1, `clean` method does not remove past tags, so fix it to remove tags attached to the branch of the previous blocks. 2. Looking at https://github.com/postech-dao/simperby/blob/main/repository/src/interpret/works.rs#L261, this method tries to...
Currently, `git push` operation is executed by `broadcast` function in`DistributedRepository` module. It is used to broadcast local changes to the remote repository, however, it is slow due to the repeated...