Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144457753
D48951.id150865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
527 B
Referenced Files
None
Subscribers
None
D48951.id150865.diff
View Options
diff --git a/tools/tools/git/mfc-candidates.lua b/tools/tools/git/mfc-candidates.lua
--- a/tools/tools/git/mfc-candidates.lua
+++ b/tools/tools/git/mfc-candidates.lua
@@ -130,7 +130,7 @@
local dirspec = nil
local url = exec_command("git remote get-url freebsd")
- local freebsd_repo = string.match(url, "[^/]+$")
+ local freebsd_repo = string.match(url, "[^:/]+$")
freebsd_repo = string.gsub(freebsd_repo, ".git$", "")
if freebsd_repo == "ports" or freebsd_repo == "freebsd-ports" then
local year = os.date("%Y")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 1:21 PM (52 m, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28583247
Default Alt Text
D48951.id150865.diff (527 B)
Attached To
Mode
D48951: mfc-candidates: Fix remote repo detection
Attached
Detach File
Event Timeline
Log In to Comment