Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- https://github.com/appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9829f6874a5c0019aaa58af811c5020581719048 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9829f6874a5c0019aaa58af811c5020581719048 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 9829f6874a5c0019aaa58af811c5020581719048 # timeout=10
Commit message: "build checksum only from attributes"
> git rev-list --no-walk 77d342aedbe397e88ca815a43f6d5763b488b836 # timeout=10