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 git@github.com:appNG/appng-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/appng-manager-1.13.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.13.x^{commit} # timeout=10
Checking out Revision de73c98016878177e41c616a39acf74b28f08c45 (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de73c98016878177e41c616a39acf74b28f08c45
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.13.x # timeout=10
 > git checkout -b appng-manager-1.13.x de73c98016878177e41c616a39acf74b28f08c45
Commit message: "MGR-38 avoid NPE when filtering sessions"
 > git rev-list d785296393def0b5566ba6693d8c2396d8f503ee # timeout=10