git-branchless 0.3.4

Branchless workflow for Git
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod util;

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

mod command {
    mod test_hide;
    mod test_init;
    mod test_move;
    mod test_navigation;
    mod test_restack;
    mod test_smartlog;
    mod test_undo;
    mod test_wrap;
}