Compare commits
3 Commits
c1385f22fd
...
v0.2.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 56310755b8 | |||
|
|
fb33be3a64 | ||
| 1b19c9a92c |
@@ -854,6 +854,11 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
parse_issue_ref_from_message() {
|
parse_issue_ref_from_message() {
|
||||||
|
# DEPRECATED: This function is not called anywhere.
|
||||||
|
# The active implementation is extract_issue_ref_from_message()
|
||||||
|
# in kugetsu-session.sh which is used by cmd_delegate.
|
||||||
|
# This function is kept for backwards compatibility and will
|
||||||
|
# be removed in a future release.
|
||||||
local message="$1"
|
local message="$1"
|
||||||
|
|
||||||
local gitserver=""
|
local gitserver=""
|
||||||
|
|||||||
Reference in New Issue
Block a user