diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 20:58:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 20:58:28 -0300 |
commit | b9926437f063429c38c4f801e9a42f1a4936963e (patch) | |
tree | 04dc6c68ea051a00f0fa39ab4ed9974b83121d60 /rsup | |
parent | 70e9e4d42b8a344c4a68cf4bd1c7921df3067853 (diff) | |
download | utils-git-b9926437f063429c38c4f801e9a42f1a4936963e.tar.gz utils-git-b9926437f063429c38c4f801e9a42f1a4936963e.tar.bz2 |
Fix: rsup enhancements (2)
Diffstat (limited to 'rsup')
-rwxr-xr-x | rsup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ function upward_commit { if [ "$found" == "1" ]; then base="$(basename `pwd`)" log="`git log -1 --oneline`" - message="Updates $BASE: $LOG" + message="Updates $base: $log" ( cd .. &> /dev/null && $GIT add -f $base ) |