Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-18hash-object: use fsck for object checksJeff King
2023-01-18t1007: modernize malformed object testsJeff King
2022-02-07hash-object: fix a trivial leak in --pathÆvar Arnfjörð Bjarmason
2019-07-01t1007: remove SHA1 prerequisitesbrian m. carlson
2019-04-05t: move 'hex2oct' into test-lib-functions.shTaylor Blau
2018-05-14t1007: annotate with SHA1 prerequisitebrian m. carlson
2017-03-21hash-object: fix buffer reuse with --path in a subdirectoryJeff King
2016-09-28tree-walk: be more specific about corrupt tree errorsJeff King
2016-09-14t1007: factor out repeated setupJeff King
2016-09-14hash-object: always try to set up the git repositoryJeff King
2015-05-12Merge branch 'jc/hash-object'Junio C Hamano
2015-05-05t1007: add hash-object --literally testsEric Sunshine
2015-04-17type_from_string_gently: make sure length matchesJeff King
2011-12-09test: fix '&&' chainingRamkumar Ramachandra
2011-02-08Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy
2010-03-05hash-object: support --stdin-paths with --no-filtersErik Faye-Lund
2008-09-04Merge branch 'maint'Junio C Hamano
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-08-04add --no-filters option to git hash-objectDmitry Potapov
2008-08-04add --path option to git hash-objectDmitry Potapov
2008-08-04correct argument checking test for git hash-objectDmitry Potapov
2008-07-12t1007-hash-object.sh: use quotes for the test descriptionMiklos Vajna
2008-05-23git-hash-object: Add --stdin-paths optionAdam Roben
2008-05-23Add more tests for git hash-objectAdam Roben
2008-05-23Move git-hash-object tests from t5303 to t1007Adam Roben