upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/funcs/mod.rs
blob: 4d93921412778f5d1d3346ebab306dac54e5b227 (plain)
1
2
3
4
5
6
7
8
9
10
pub mod apply_patches;
pub mod checkout_branch;
pub mod create_branch_and_pr;
pub mod create_local_branch_from_user_input;
pub mod create_patches;
pub mod find_commits_ahead;
pub mod find_latest_patch;
pub mod find_select_recent_repos;
pub mod get_branch_event_from_user_input;
pub mod get_updates_of_patches;