repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jc/topo-author-date-sort'
[git/jrn.git]
/
t
/
t4033-diff-patience.sh
blob
3c9932edf3f3dd44eaef98c0509a6cbe4b0091f5
1
#!/bin/sh
2
3
test_description
=
'patience diff algorithm'
4
5
. .
/
test-lib.sh
6
.
"
$TEST_DIRECTORY
"
/
lib-diff-alternative.sh
7
8
test_diff_frobnitz
"patience"
9
10
test_diff_unique
"patience"
11
12
test_done