merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
3
third_party/git/t/t4054-diff-bogus-tree.sh
vendored
3
third_party/git/t/t4054-diff-bogus-tree.sh
vendored
|
|
@ -4,8 +4,9 @@ test_description='test diff with a bogus tree containing the null sha1'
|
|||
. ./test-lib.sh
|
||||
|
||||
test_expect_success 'create bogus tree' '
|
||||
name=$(echo $ZERO_OID | sed -e "s/00/Q/g") &&
|
||||
bogus_tree=$(
|
||||
printf "100644 fooQQQQQQQQQQQQQQQQQQQQQ" |
|
||||
printf "100644 fooQ$name" |
|
||||
q_to_nul |
|
||||
git hash-object -w --stdin -t tree
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue