summaryrefslogtreecommitdiff
path: root/t/t1007-hash-object.sh
AgeCommit message (Expand)AuthorFilesLines
2019-07-01t1007: remove SHA1 prerequisitesLibravatar brian m. carlson1-26/+32
2019-04-05t: move 'hex2oct' into test-lib-functions.shLibravatar Taylor Blau1-4/+0
2018-05-14t1007: annotate with SHA1 prerequisiteLibravatar brian m. carlson1-8/+8
2017-03-21hash-object: fix buffer reuse with --path in a subdirectoryLibravatar Jeff King1-0/+10
2016-09-27tree-walk: be more specific about corrupt tree errorsLibravatar Jeff King1-2/+23
2016-09-13t1007: factor out repeated setupLibravatar Jeff King1-24/+8
2016-09-13hash-object: always try to set up the git repositoryLibravatar Jeff King1-0/+11
2015-05-11Merge branch 'jc/hash-object'Libravatar Junio C Hamano1-0/+11
2015-05-05t1007: add hash-object --literally testsLibravatar Eric Sunshine1-0/+11
2015-04-17type_from_string_gently: make sure length matchesLibravatar Jeff King1-0/+8
2011-12-08test: fix '&&' chainingLibravatar Ramkumar Ramachandra1-1/+1
2011-02-07Make hash-object more robust against malformed objectsLibravatar Nguyễn Thái Ngọc Duy1-0/+13
2010-03-05hash-object: support --stdin-paths with --no-filtersLibravatar Erik Faye-Lund1-4/+14
2008-09-03Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-1/+1
2008-08-03add --no-filters option to git hash-objectLibravatar Dmitry Potapov1-0/+24
2008-08-03add --path option to git hash-objectLibravatar Dmitry Potapov1-0/+24
2008-08-03correct argument checking test for git hash-objectLibravatar Dmitry Potapov1-4/+4
2008-07-11t1007-hash-object.sh: use quotes for the test descriptionLibravatar Miklos Vajna1-1/+1
2008-05-23git-hash-object: Add --stdin-paths optionLibravatar Adam Roben1-0/+32
2008-05-23Add more tests for git hash-objectLibravatar Adam Roben1-27/+93
2008-05-23Move git-hash-object tests from t5303 to t1007Libravatar Adam Roben1-0/+35