summaryrefslogtreecommitdiffstats
path: root/entry.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-28t6006: fix prereq handling with `test_format ()`Patrick Steinhardt1-4/+4
2024-10-25The fifth batchTaylor Blau1-0/+22
2024-10-24imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsingUsman Akinyemi1-5/+8
2024-10-24merge: replace atoi() with strtol_i() for marker size validationUsman Akinyemi2-2/+17
2024-10-24daemon: replace atoi() with strtoul_ui() and strtol_i()Usman Akinyemi2-4/+33
2024-10-24t: fix typosAndrew Kreimer26-37/+37
2024-10-23t7001: add failure test which triggers assertionKristoffer Haugsbakk1-0/+12
2024-10-23t9101: ensure no whitespace after redirectSeyi Kuforiji1-17/+17
2024-10-22t7011: ensure no whitespace after redirectSeyi Kuforiji1-11/+11
2024-10-22The third batchTaylor Blau1-0/+8
2024-10-22t6050: avoid pipes with upstream Git commandsChizoba ODINAKA1-47/+86
2024-10-22grep: disable lookahead on errorRené Scharfe2-10/+29
2024-10-22t1016: clean up styleAndrew Kreimer1-2/+2
2024-10-21t4205: fix typo in 'NUL termination with --stat'Kousik Sanagavarapu1-1/+1
2024-10-21SubmittingPatches: tags -> trailersKristoffer Haugsbakk1-3/+3
2024-10-21Documentation: mutually link update-ref and symbolic-refKristoffer Haugsbakk2-0/+8
2024-10-21Documentation/git-update-ref.txt: discuss symbolic refsKristoffer Haugsbakk1-0/+6
2024-10-21Documentation/git-update-ref.txt: remove confusing paragraphKristoffer Haugsbakk1-4/+0
2024-10-21Documentation/git-update-ref.txt: demote symlink to last sectionKristoffer Haugsbakk1-8/+11
2024-10-21Documentation/git-update-ref.txt: remove safety paragraphsKristoffer Haugsbakk1-15/+0
2024-10-21Documentation/git-update-ref.txt: drop “flag”Kristoffer Haugsbakk1-1/+1
2024-10-21ref-filter: format iteratively with lexicographic refname sortingPatrick Steinhardt1-8/+21
2024-10-21global: Fix duplicate word typosSven Strickroth11-11/+11
2024-10-21notes: teach the -e option to edit messages in editorAbraham Samuel Adekunle3-5/+76
2024-10-21doc: document how uploadpack.allowAnySHA1InWant impact other allow optionsPiotr Szlazak1-1/+5
2024-10-18credential-cache: treat ECONNABORTED like ECONNRESETRamsay Jones1-1/+1
2024-10-18The third batchTaylor Blau1-0/+13
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt6-41/+107
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt1-17/+45
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt5-22/+47
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt1-9/+19
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt5-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt6-36/+36
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt24-371/+374
2024-10-17reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt2-0/+130
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt4-37/+50
2024-10-17reftable: stop using `strbuf_addbuf()`Patrick Steinhardt3-7/+8
2024-10-17t: fix typosAndrew Kreimer9-14/+14
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller2-0/+16
2024-10-17mingw.c: Fix complier warnings for a 64 bit msvcSören Krecker3-12/+21
2024-10-16http: fix build error on FreeBSDPatrick Steinhardt1-4/+6
2024-10-16builtin/credential-cache: fix missing parameter for stub functionPatrick Steinhardt1-1/+2
2024-10-16t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-10-16t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt2-6/+19
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt1-14/+12
2024-10-16t1401: make invocation of tar(1) work with Win32-provided onePatrick Steinhardt1-1/+1
2024-10-16t/lib-gpg: fix setup of GNUPGHOME in MinGWPatrick Steinhardt1-1/+1
2024-10-16t/lib-gitweb: test against the build version of gitwebPatrick Steinhardt1-2/+2
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt22-106/+229
2024-10-16t/test-lib: fix quoting of TEST_RESULTS_SAN_FILEPatrick Steinhardt1-1/+1