X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=99e6d4cf93152dd4db3e32ec7fa6994ce24a27a9;hb=476cebc58ac994f645a9111ba6367fc9b44b7cba;hp=53855ec010931b929402975167bb74fb7695fba3;hpb=9e076ff4d414f8c92424c5c091c9b70592e7c8ed;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 53855ec0..99e6d4cf 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -251,7 +251,7 @@ function parent_branch_name() echo "$(git branch -vv | grep \* | cut -d ' ' -f2)" } -# this exits with 0 for success (normal bash behavior). if the branch is not up to date, +# this exits with 0 for success (normal bash behavior) when up to date. if the branch is not up to date, # then these values are returned: #DOCUMENT THE VALUES # reference: https://stackoverflow.com/questions/3258243/check-if-pull-needed-in-git