From 5c9ca3b00256eedf5c3e3a5481f031505f2e670b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Aug 2024 20:26:03 -0300 Subject: Fix: rcommit: upward_commit shold start scanning in the parent folder --- rcommit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rcommit b/rcommit index 59d95d0..50ec8be 100755 --- a/rcommit +++ b/rcommit @@ -6,7 +6,7 @@ # # From a submodule folder: # -# sup +# rcommit # # This go upwards and commit, until there's no parent repository. @@ -18,7 +18,7 @@ GIT="hit" # Commit upwards function upward_commit { - local level="" + local level="../" local up="../" local found="0" local base -- cgit v1.2.3