Replies: 10 comments
-
You can't disable it in opengrok. Only thing you can do is to elaborate with It should be the line of From opengrok source code: if (line.startsWith("origin") && line.contains("(fetch)")) { ... } |
Beta Was this translation helpful? Give feedback.
-
If you remove the |
Beta Was this translation helpful? Give feedback.
-
@kkumarma what do you mean by "not redirecting to git application" ? Do you have some association set in browser that triggers some external Git program by clicking on a link that seems to be git repository ? |
Beta Was this translation helpful? Give feedback.
-
We are using gerrit application where the proxy URL for a repo will be https://gerrit.biz/#/admin/projects/TestProject. if we clone, the remote URL will be http://user@hostname:8080/a/TestProject. |
Beta Was this translation helpful? Give feedback.
-
if we rename the remote URL with git remote rename or set-url option, we can't pull the data again. |
Beta Was this translation helpful? Give feedback.
-
You can add an |
Beta Was this translation helpful? Give feedback.
-
There's no way to disable it in opengrok itself. |
Beta Was this translation helpful? Give feedback.
-
If the Proxy URL has _ charecter, I can't see any Hyperlink URLs in Opengrok. Is this disbaled by default ?? Can we change this part of code ?? |
Beta Was this translation helpful? Give feedback.
-
What do you mean by proxy URL ? I tried cloning and indexing repositories with underscore in their name (like https://github.com/deepsweet/_) and it appears to be working fine - the link on the index table is valid. |
Beta Was this translation helpful? Give feedback.
-
I have two proxy URLs for two gerrit applications, 1) my_company.gerrit.biz 2) mycompany.gerrit.biz. So I want to disable this feature completely for all applications. Is there any config changes that we need to do it ?? |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
We have created a opengrok for git application to search code.
there is a hyperlink to git in the opengrok UI page, which won't redirect to git application.
So we want to disable this hyperlink creation or change the hyperlink address. Please check the attachment for reference example.
Please suggest on this.
Beta Was this translation helpful? Give feedback.
All reactions