Skip to content

Console Output

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c1b8960101300aec6bceed99f558b9f7a932cb46 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1b8960101300aec6bceed99f558b9f7a932cb46
Commit message: "Merge pull request #2506 from ashu-mehra/store_addressable_memory"
 > git rev-list --no-walk c1b8960101300aec6bceed99f558b9f7a932cb46 # timeout=10