#!/bin/bash
set -e
. tests/lib

t-setup-import examplegit
t-setup-import http-git-check

cd $p

git checkout -b nondgit
t-commit 'non-dgit upload'
t-non-dgit-upload

cd ..

t-dgit clone $p ./$p.2
cd $p.2

t-commit 'now a dgit upload again'

t-dgit -wgf push-source
t-refs-same-start
t-pushed-good dgit/sid

t-ok
