aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrcommit4
1 files 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 <message>
+# rcommit <message>
#
# 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