summaryrefslogtreecommitdiffstats
path: root/patch-ids.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-14The seventh batchJunio C Hamano1-0/+32
2024-03-11The sixth batchJunio C Hamano1-0/+4
2024-03-09merge-ort/merge-recursive: do report errors in `merge_submodule()`Johannes Schindelin2-0/+13
2024-03-09merge-recursive: prepare for `merge_submodule()` to report errorsJohannes Schindelin1-6/+7
2024-03-08The fifth batchJunio C Hamano1-0/+34
2024-03-06fsmonitor: support case-insensitive eventsJeff Hostetler2-10/+137
2024-03-06fsmonitor: refactor bit invalidation in refresh callbackJeff Hostetler1-2/+18
2024-03-06fsmonitor: trace the new invalidated cache-entry countJeff Hostetler1-5/+10
2024-03-06fsmonitor: return invalidated cache-entry count on non-directory eventJeff Hostetler1-2/+8
2024-03-06t0610: remove unused variable assignmentPatrick Steinhardt1-1/+0
2024-03-05config: document `core.commentChar` as ASCII-onlyKristoffer Haugsbakk1-1/+1
2024-03-05The fourth batchJunio C Hamano2-1/+35
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano4-10/+13
2024-03-04refs/reftable: precompute prefix lengthPatrick Steinhardt1-2/+4
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt4-25/+20
2024-03-04reftable/record: decode keys in placePatrick Steinhardt5-30/+28
2024-03-04reftable/record: reuse refname when copyingPatrick Steinhardt1-3/+15
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt2-4/+13
2024-03-04reftable/merged: avoid duplicate pqueue emptiness checkPatrick Steinhardt1-14/+6
2024-03-04reftable/merged: circumvent pqueue with single subiterPatrick Steinhardt1-2/+22
2024-03-04reftable/merged: handle subiter cleanup on close onlyPatrick Steinhardt1-10/+2
2024-03-04reftable/merged: remove unnecessary null check for subitersPatrick Steinhardt3-18/+1
2024-03-04reftable/merged: make subiters own their recordsPatrick Steinhardt4-56/+49
2024-03-04reftable/merged: advance subiter on subsequent iterationPatrick Steinhardt1-14/+12
2024-03-04reftable/merged: make `merged_iter` structure privatePatrick Steinhardt2-10/+10
2024-03-04reftable/pq: use `size_t` to track iterator indexPatrick Steinhardt1-1/+1
2024-03-04setup: remove unnecessary variableGhanshyam Thakkar3-49/+8
2024-03-04t9117: prefer test_path_* helper functionsshejialuo1-8/+8
2024-03-03completion: reflog subcommands and optionsRubén Justo1-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo1-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo1-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo2-1/+14
2024-03-03completion: reflog with implicit "show"Rubén Justo2-5/+15
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov3-16/+13
2024-03-03t-ctype: avoid duplicating class namesRené Scharfe1-40/+24
2024-03-03t-ctype: align output of iRené Scharfe1-1/+1
2024-03-03t-ctype: simplify EOF checkRené Scharfe1-2/+1
2024-03-03t-ctype: allow NUL anywhere in the specification stringRené Scharfe1-14/+4
2024-03-02test_i18ngrep: hard deprecate and forbid its useJunio C Hamano1-2/+1
2024-03-01The third batchJunio C Hamano1-0/+15
2024-03-01gitcli: drop mention of “non-dashed form”Kristoffer Haugsbakk1-3/+0
2024-03-01format_trailers_from_commit(): indirectly call trailer_info_get()Linus Arver1-1/+4
2024-03-01format_trailer_info(): move "fast path" to callerLinus Arver1-11/+9
2024-03-01format_trailers(): use strbuf instead of FILELinus Arver3-8/+14
2024-03-01trailer_info_get(): reorder parametersLinus Arver3-8/+10
2024-03-01trailer: move interpret_trailers() to interpret-trailers.cLinus Arver3-109/+123
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver4-9/+11
2024-03-01trailer: rename functions to use 'trailer'Linus Arver3-18/+18
2024-03-01shortlog: add test for de-duplicating folded trailersLinus Arver2-0/+33
2024-03-01trailer: free trailer_info _after_ all related usageLinus Arver1-2/+1