summaryrefslogtreecommitdiffstats
path: root/environment.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-01The seventh batchTaylor Blau1-0/+39
2024-10-30The sixth batchTaylor Blau1-0/+11
2024-10-28t6006: fix prereq handling with `test_format ()`Patrick Steinhardt1-4/+4
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King1-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King7-18/+18
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King5-12/+15
2024-10-25http-walker: use object_id instead of bare hashJeff King3-16/+17
2024-10-25packfile: warn people away from parse_packed_git()Jeff King1-1/+10
2024-10-25packfile: drop sha1_pack_index_name()Jeff King3-14/+4
2024-10-25packfile: drop sha1_pack_name()Jeff King3-14/+2
2024-10-25packfile: drop has_pack_index()Jeff King3-17/+8
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King3-7/+41
2024-10-25t5550: count fetches in "previously-fetched .idx" testJeff King1-2/+16
2024-10-25midx: avoid duplicate packed_git entriesJeff King2-3/+25
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