• Himanshu Kapoor's avatar
    Make getFiles not assume it has branch available · d673dfdf
    Himanshu Kapoor authored
    Currently, the getFiles action assumes that the state has details
    available for the branch passed to it. It uses it to fetch its last
    commit ID. This may or may not be the case. The action should
    instead take another parameter `ref` to fetch commits by if
    necessary.
    d673dfdf
merge_request.js 6.39 KB