Skip to content

Submit a patch for a defect which file link jump fails in GitX (L) #207

Open
@johnnytemp

Description

@johnnytemp

Dear laullon,

I found and fixed a small bug in GitX (L) that "file link" in changes-of-a-commit view cannot jump, in case if a file's path has "b/" pattern.

See whether you would like to apply it to your project.

Here is it:

line 464 of file /GLFileView.m, based on commit : 23c99a7

--- 464 NSRange b = [line rangeOfString:@"b/"];
+++ 464 NSRange b = [line rangeOfString:@" b/"]; // Fixed @"b/" to @" b/"

Sorry for my disturbance.

Yours sincerely,
Johnny Wong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions