mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-03-30 17:00:18 +08:00
get函数
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use crate::head;
|
||||
use crate::models::{commit, index};
|
||||
|
||||
pub fn commit(message: String, allow_enpty: bool) {
|
||||
let index = index::Index::new();
|
||||
// XXX true 需要替换为 index.is_empty()
|
||||
|
||||
Reference in New Issue
Block a user