aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30test-hashmap: document why it is no longer used but still thereJunio C Hamano1-0/+5
2025-07-30gitk: avoid duplicated upstream refsJohannes Sixt1-1/+1
2025-07-29git-gui i18n: Remove the locations within the Bulgarian translationAlexander Shopov1-573/+0
2025-07-29git-gui i18n: Update Bulgarian translation (557t)Alexander Shopov1-514/+399
2025-07-29gitk i18n: Remove the locations within the Bulgarian translationAlexander Shopov1-325/+0
2025-07-29gitk i18n: Update Bulgarian translation (322t)Alexander Shopov1-362/+338
2025-07-29add-patch: add diff.context command line overridesLeon Michalak19-35/+241
2025-07-29add-patch: respect diff.context configurationLeon Michalak4-3/+38
2025-07-29t: use test_config in t4055Leon Michalak1-7/+7
2025-07-29t: use test_grep in t3701 and t4055Leon Michalak2-38/+38
2025-07-29meson: ensure correct "clar-decls.h" header is usedPatrick Steinhardt2-1/+9
2025-07-29t7510: use $PWD instead of $(pwd) inside PATHJeff King1-1/+1
2025-07-28blame: remove parameter detailed in get_commit_info()Han Young1-11/+4
2025-07-28builtin: unmark git-switch and git-restore as experimentalJustin Tobler2-4/+0
2025-07-28ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'Karthik Nayak1-2/+3
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