chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sbuild: Check that the binary .changes file doesn't contain a .dsc.
[dgit.git]
/
tests
/
tests
/
fetch-localgitonly
1
#!/bin/bash
2
set -e
3
. tests/lib
4
5
t-archive pari-extra 3-2~dummy1
6
t-git-none
7
t-worktree 3-1
8
cd $p
9
old=`git rev-parse HEAD`
10
11
t-dgit pull
12
13
t-cloned-fetched-good
14
t-has-ancestor $old
15
16
echo ok.