Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6d53069b authored by gsell's avatar gsell
Browse files

std::split_abs_path() renamed to std::split_abspath()

parent 8112e8b6
No related branches found
No related tags found
1 merge request!110Resolve "std:split_fname(): remove leading slash"
...@@ -140,7 +140,7 @@ std::replace_path () { ...@@ -140,7 +140,7 @@ std::replace_path () {
# $2 absolute path # $2 absolute path
# $3 opt upvar: number of components # $3 opt upvar: number of components
# #
std::split_abs_path() { std::split_abspath() {
local parts="$1" local parts="$1"
local -r path="$2" local -r path="$2"
if [[ "${path:0:1}" == '/' ]]; then if [[ "${path:0:1}" == '/' ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment