| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-21 | Merge branch 'bc/use-sha256-by-default-in-3.0' | Junio C Hamano | 1 | -2/+2 |
| 2025-07-01 | t1007: choose the built-in hash outside of a repo | brian m. carlson | 1 | -2/+2 |
| 2025-06-17 | Merge branch 'ps/meson-tap-parse' | Junio C Hamano | 1 | -1/+1 |
| 2025-06-02 | t: silence output from `test_create_repo()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-05-16 | hash-object: stop allowing unknown types | Jeff King | 1 | -9/+2 |
| 2025-04-07 | t: introduce PERL_TEST_HELPERS prerequisite | Patrick Steinhardt | 1 | -3/+3 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-05-21 | builtin/hash-object: fix uninitialized hash function | Patrick Steinhardt | 1 | -0/+6 |
| 2024-03-16 | t/t1*: avoid redundant uses of cat | Beat Bolli | 1 | -3/+3 |
| 2023-01-18 | hash-object: use fsck for object checks | Jeff King | 1 | -0/+11 |
| 2023-01-18 | t1007: modernize malformed object tests | Jeff King | 1 | -9/+9 |
| 2022-02-06 | hash-object: fix a trivial leak in --path | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2019-07-01 | t1007: remove SHA1 prerequisites | brian m. carlson | 1 | -26/+32 |
| 2019-04-05 | t: move 'hex2oct' into test-lib-functions.sh | Taylor Blau | 1 | -4/+0 |
| 2018-05-14 | t1007: annotate with SHA1 prerequisite | brian m. carlson | 1 | -8/+8 |
| 2017-03-21 | hash-object: fix buffer reuse with --path in a subdirectory | Jeff King | 1 | -0/+10 |
| 2016-09-27 | tree-walk: be more specific about corrupt tree errors | Jeff King | 1 | -2/+23 |
| 2016-09-13 | t1007: factor out repeated setup | Jeff King | 1 | -24/+8 |
| 2016-09-13 | hash-object: always try to set up the git repository | Jeff King | 1 | -0/+11 |
| 2015-05-11 | Merge branch 'jc/hash-object' | Junio C Hamano | 1 | -0/+11 |
| 2015-05-05 | t1007: add hash-object --literally tests | Eric Sunshine | 1 | -0/+11 |
| 2015-04-17 | type_from_string_gently: make sure length matches | Jeff King | 1 | -0/+8 |
| 2011-12-08 | test: fix '&&' chaining | Ramkumar Ramachandra | 1 | -1/+1 |
| 2011-02-07 | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
| 2010-03-05 | hash-object: support --stdin-paths with --no-filters | Erik Faye-Lund | 1 | -4/+14 |
| 2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-09-03 | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 1 | -1/+1 |
| 2008-08-03 | add --no-filters option to git hash-object | Dmitry Potapov | 1 | -0/+24 |
| 2008-08-03 | add --path option to git hash-object | Dmitry Potapov | 1 | -0/+24 |
| 2008-08-03 | correct argument checking test for git hash-object | Dmitry Potapov | 1 | -4/+4 |
| 2008-07-11 | t1007-hash-object.sh: use quotes for the test description | Miklos Vajna | 1 | -1/+1 |
| 2008-05-23 | git-hash-object: Add --stdin-paths option | Adam Roben | 1 | -0/+32 |
| 2008-05-23 | Add more tests for git hash-object | Adam Roben | 1 | -27/+93 |
| 2008-05-23 | Move git-hash-object tests from t5303 to t1007 | Adam Roben | 1 | -0/+35 |