summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28t6302: add test combining '--start-after' with '--exclude'Karthik Nayak1-0/+19
2025-07-28for-each-ref: reword the documentation for '--start-after'Karthik Nayak2-2/+3
2025-07-28for-each-ref: fix documentation argument orderingKarthik Nayak1-5/+5
2025-07-28ref-cache: use 'size_t' instead of int for lengthKarthik Nayak1-2/+3
2025-07-28The fifteenth batchJunio C Hamano1-0/+9
2025-07-28t9350: redirect input to only fast-importChristian Couder1-124/+91
2025-07-25git: show alias info only with lone -hRené Scharfe1-1/+1
2025-07-24The fourteenth batchJunio C Hamano1-0/+18
2025-07-24ref-cache: set prefix_state when seekingKarthik Nayak1-0/+1
2025-07-24fixup! submodule: skip redundant active entries when pattern covers pathJunio C Hamano1-3/+2
2025-07-24fixup! submodule: prevent overwriting .gitmodules on path reuseJunio C Hamano2-4/+4
2025-07-24submodule: skip redundant active entries when pattern covers pathK Jayatheerth2-6/+34
2025-07-24submodule: prevent overwriting .gitmodules on path reuseK Jayatheerth3-0/+56
2025-07-24t/unit-tests: finalize migration of reftable-related testsSeyi Kuforiji15-179/+38
2025-07-24t/unit-tests: convert reftable stack test to use clarSeyi Kuforiji3-454/+332
2025-07-24t/unit-tests: convert reftable record test to use clarSeyi Kuforiji3-122/+131
2025-07-24t/unit-tests: convert reftable readwrite test to use clarSeyi Kuforiji3-230/+179
2025-07-24t/unit-tests: convert reftable table test to use clarSeyi Kuforiji3-44/+38
2025-07-24t/unit-tests: convert reftable pq test to use clarSeyi Kuforiji3-34/+30
2025-07-24t/unit-tests: convert reftable merged test to use clarSeyi Kuforiji3-94/+72
2025-07-24t/unit-tests: convert reftable block test to use clarSeyi Kuforiji3-88/+80
2025-07-24t/unit-tests: convert reftable basics test to use clar test frameworkSeyi Kuforiji4-221/+229
2025-07-24t/unit-tests: implement clar specific reftable test helper functionsSeyi Kuforiji4-1/+124
2025-07-24test-delta: close output descriptor after useJeff King1-0/+2
2025-07-24test-delta: use strbufs to hold input filesJeff King1-26/+14
2025-07-24test-delta: handle errors with die()Jeff King1-37/+18
2025-07-24CodingGuidelines: document test balloons in flightJunio C Hamano1-0/+8
2025-07-23The thirteenth batchJunio C Hamano1-0/+13
2025-07-23config: fix sign comparison warningsPatrick Steinhardt1-19/+21
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt55-514/+566
2025-07-23config: remove unused `the_repository` wrappersPatrick Steinhardt1-28/+0
2025-07-23config: drop `git_config_set_multivar()` wrapperPatrick Steinhardt4-20/+13
2025-07-23config: drop `git_config_get_multivar_gently()` wrapperPatrick Steinhardt5-17/+10
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt5-38/+26
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt8-38/+28
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt9-41/+36
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt8-26/+21
2025-07-23config: drop `git_config_set_in_file()` wrapperPatrick Steinhardt3-13/+7
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt21-39/+34
2025-07-23config: drop `git_config_get_ulong()` wrapperPatrick Steinhardt4-13/+8
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt13-36/+31
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt14-24/+19
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt12-30/+25
2025-07-23config: drop `git_config_get_string_multi()` wrapperPatrick Steinhardt5-12/+6
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt2-6/+1
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt5-12/+7
2025-07-23config: drop `git_config_get()` wrapperPatrick Steinhardt4-10/+5
2025-07-23config: drop `git_config_clear()` wrapperPatrick Steinhardt3-8/+3
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt118-153/+148
2025-07-22reflog: close leak of reflog expire entryJacob Keller5-0/+48