File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# shellcheck disable=SC2155
4
4
# shellcheck disable=SC1091
5
+ # shellcheck disable=SC2059
5
6
6
7
source " ${__CUSTOM_GIT_UTIL} " /__assertgitrepo
7
8
source " ${__CUSTOM_GIT_UTIL} " /fzf_headers/gcommit/__type_header
@@ -10,6 +11,7 @@ source "${__CUSTOM_GIT_UTIL}"/fzf_headers/gcommit/__description_header
10
11
source " ${__CUSTOM_CONSOLE_UTIL} " /__print_info
11
12
source " ${__CUSTOM_CONSOLE_UTIL} " /__print_as
12
13
source " ${__CUSTOM_CONSOLE_UTIL} " /__println_as
14
+ source " ${__CUSTOM_CONSOLE_UTIL} " /__common
13
15
14
16
function main() {
15
17
@@ -153,7 +155,7 @@ function get_commit_description() {
153
155
154
156
function print_commit_msg() {
155
157
__print_as " bold" " COMMIT MESSAGE:- "
156
- echo -n " ${1 } "
158
+ printf " ${REVERSE}${1}${RESET } "
157
159
}
158
160
159
161
main
You can’t perform that action at this time.
0 commit comments