projects
/
git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
list-objects: convert name_path to a strbuf
[git]
/
t
/
t4050-diff-histogram.sh
Commit
Line
Data
8c912eea
TRC
1
#!/bin/sh
2
3
test_description='histogram diff algorithm'
4
5
. ./test-lib.sh
6
. "$TEST_DIRECTORY"/lib-diff-alternative.sh
7
8
test_diff_frobnitz "histogram"
9
10
test_diff_unique "histogram"
11
12
test_done