Console Output
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://git.hamaralinux.org/devel/packages/swastik.git # timeout=10
Fetching upstream changes from https://git.hamaralinux.org/devel/packages/swastik.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://git.hamaralinux.org/devel/packages/swastik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1ee5bbc7c2914f580b14467dd66c5cd5e610c1b3 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1ee5bbc7c2914f580b14467dd66c5cd5e610c1b3 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 1ee5bbc7c2914f580b14467dd66c5cd5e610c1b3 # timeout=10
Commit message: "Merge branch 'master' into 'master'"
> git rev-list --no-walk 1ee5bbc7c2914f580b14467dd66c5cd5e610c1b3 # timeout=10