aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5530-upload-pack-error.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-05upload-pack: don't ACK non-commits repeatedly in protocol v2Patrick Steinhardt1-0/+39
2025-09-05t5530: modernize testsPatrick Steinhardt1-28/+5
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2023-11-08Merge branch 'ps/leakfixes'Junio C Hamano1-0/+1
2023-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt1-0/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2020-11-19t55[23]*: adjust the references to the default branch name "main"Johannes Schindelin1-1/+1
2020-10-30upload-pack: allow stateless client EOF just prior to havesDaniel Duvall1-0/+17
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-01-15t5530: compute results based on object lengthbrian m. carlson1-12/+14
2019-04-15upload-pack: send ERR packet for non-tip objectsJeff King1-1/+12
2019-04-15t5530: check protocol response for "not our ref"Jeff King1-2/+3
2016-01-04t/t5530-upload-pack-error.sh: use the $( ... ) construct for command substitu...Elia Pinto1-1/+1
2013-08-28upload-pack: delegate rev walking in shallow fetch to pack-objectsNguyễn Thái Ngọc Duy1-3/+0
2012-08-27Fix tests under GETTEXT_POISON on pack-objectJiang Xin1-2/+2
2010-08-02upload-pack: Improve error message when bad ref requestedElijah Newren1-0/+9
2010-03-07Modernize t5530-upload-pack-error.Johannes Sixt1-9/+9
2009-08-10Merge branch 'js/run-command-updates'Junio C Hamano1-1/+4
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt1-1/+4
2009-06-09Shift object enumeration out of upload-packNick Edelen1-2/+12
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-2/+2
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-3/+3
2008-02-01Sane use of test_expect_failureJunio C Hamano1-8/+6
2007-11-05upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt1-0/+75