upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/funcs/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/funcs/mod.rs')
-rw-r--r--src/funcs/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/funcs/mod.rs b/src/funcs/mod.rs
new file mode 100644
index 0000000..4d93921
--- /dev/null
+++ b/src/funcs/mod.rs
@@ -0,0 +1,10 @@
1pub mod apply_patches;
2pub mod checkout_branch;
3pub mod create_branch_and_pr;
4pub mod create_local_branch_from_user_input;
5pub mod create_patches;
6pub mod find_commits_ahead;
7pub mod find_latest_patch;
8pub mod find_select_recent_repos;
9pub mod get_branch_event_from_user_input;
10pub mod get_updates_of_patches; \ No newline at end of file