git-branchless 0.6.0

Branchless workflow for Git
Documentation
mod util;

mod core {
    mod test_eventlog;
    mod test_gc;
    mod test_hooks;
}

mod command {
    mod test_amend;
    mod test_bug_report;
    mod test_hide;
    mod test_init;
    mod test_move;
    mod test_navigation;
    mod test_query;
    mod test_record;
    mod test_repair;
    mod test_restack;
    mod test_reword;
    mod test_smartlog;
    mod test_snapshot;
    mod test_submit;
    mod test_sync;
    mod test_test;
    mod test_undo;
    mod test_wrap;
}