summaryrefslogtreecommitdiffstats
path: root/iterator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-29The fifteenth batchJunio C Hamano1-0/+11
2023-04-28The fourteenth batchJunio C Hamano1-0/+5
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King1-0/+9
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King2-2/+67
2023-04-27parse_commit(): parse timestamp from end of lineJeff King2-9/+22
2023-04-27t4212: avoid putting git on left-hand side of pipeJeff King1-2/+3
2023-04-27banned.h: mark `strtok()` and `strtok_r()` as bannedTaylor Blau1-0/+4
2023-04-26Handle some compiler versions containing a dashMike Hommey1-1/+9
2023-04-25The thirteenth batchJunio C Hamano1-0/+13
2023-04-25t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau1-28/+48
2023-04-25t/helper/test-oidmap.c: avoid using `strtok()`Taylor Blau1-6/+14
2023-04-25t/helper/test-hashmap.c: avoid using `strtok()`Taylor Blau1-7/+15
2023-04-25string-list: introduce `string_list_setlen()`Taylor Blau2-0/+19
2023-04-25string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau8-10/+61
2023-04-25blame: use different author name for fake commit generated by --contentsJacob Keller3-9/+18
2023-04-24merge-ort: fix calling merge_finalize() with no intermediate mergeElijah Newren1-4/+4
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren5-2/+5
2023-04-24diff.h: reduce unnecessary includesElijah Newren7-1/+6
2023-04-24object-store.h: reduce unnecessary includesElijah Newren4-4/+7
2023-04-24commit.h: reduce unnecessary includesElijah Newren35-7/+39
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren4-4/+3
2023-04-24cache.h: remove unnecessary headersElijah Newren3-2/+2
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren31-31/+25
2023-04-24cache,tree: move basic name compare functions from read-cache to treeElijah Newren4-73/+77
2023-04-24cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren4-13/+13
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren109-292/+398
2023-04-24tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define from cache.hElijah Newren2-15/+13
2023-04-24dir.h: move DTYPE defines from cache.hElijah Newren2-14/+15
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren4-3/+9
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren7-28/+40
2023-04-24match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren6-4/+14
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren7-3/+7
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren5-5/+11
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren14-6/+22
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren6-4/+12
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren3-16/+15
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren17-23/+44
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren13-0/+13
2023-04-24fetch_bundle_uri(): drop pointless NULL checkJeff King1-2/+2
2023-04-24notes: clean up confusing NULL checks in init_notes()Jeff King1-2/+2
2023-04-22The twelfth batchJunio C Hamano1-0/+11
2023-04-21completion: suppress unwanted unescaping of `read`Edwin Kofler1-1/+1
2023-04-20The eleventh batchJunio C Hamano1-0/+17
2023-04-19gpg-interface: set trust level of missing key to "undefined"Jeff King2-8/+15
2023-04-19doc: git-checkout: reorganize examplesFelipe Contreras1-22/+28
2023-04-19doc: git-checkout: trivial callout cleanupFelipe Contreras1-4/+0
2023-04-18repository.h: drop unused `gc_cruft_packs`Taylor Blau2-4/+1
2023-04-18builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau6-21/+11
2023-04-18t/t9300-fast-import.sh: prepare for `gc --cruft` by defaultTaylor Blau1-9/+4
2023-04-18t/t6500-gc.sh: add additional test casesTaylor Blau1-0/+4