This file is indexed.

/usr/share/julia/base/version_git.jl is in julia-common 0.4.5-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was autogenerated in base/version_git.sh
immutable GitVersionInfo
    commit::AbstractString
    commit_short::AbstractString
    branch::AbstractString
    build_number::Int
    date_string::AbstractString
    tagged_commit::Bool
    fork_master_distance::Int
    fork_master_timestamp::Float64
end

const GIT_VERSION_INFO = GitVersionInfo(
    "2ac304dfba75fad148d4070ef4f8a2e400c305bb",
    "2ac304d",
    "(HEAD detached at v0.4.5)",
    0,
    "2016-03-18 00:58 UTC",
    true,
    0,
    1458262697.
)