diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:26:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:26:03 -0300 |
commit | 5c9ca3b00256eedf5c3e3a5481f031505f2e670b (patch) | |
tree | f66264f10aeae002fb984a74a610d9021b442fa7 /rcommit | |
parent | 19664d4b42fb8bfa37ef67f7224ea49a28a844ab (diff) | |
download | utils-git-5c9ca3b00256eedf5c3e3a5481f031505f2e670b.tar.gz utils-git-5c9ca3b00256eedf5c3e3a5481f031505f2e670b.tar.bz2 |
Diffstat (limited to 'rcommit')
-rwxr-xr-x | rcommit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |