repo.or.cz
/
git
/
gitweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-remote-mediawiki: more efficient 'pull' in the best case
[git/gitweb.git]
/
contrib
/
mw-to-git
/
t
/
t9364-pull-by-rev.sh
blob
5c22457a0b6a76bc5875a9ff0a77bf0966f5d777
1
#!/bin/sh
2
3
test_description
=
'Test the Git Mediawiki remote helper: git pull by revision'
4
5
. .
/
test-gitmw-lib.sh
6
. .
/
push-pull-tests.sh
7
.
$TEST_DIRECTORY
/
test-lib.sh
8
9
test_check_precond
10
11
test_expect_success
'configuration'
'
12
git config --global mediawiki.fetchStrategy by_rev
13
'
14
15
test_push_pull
16
17
test_done