summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren-69/+63
2025-09-30xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_tEzekiel Newren-10/+4
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren-21/+16
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren-33/+10
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren-16/+7
2025-09-29gitk: add proc run_themeloaderMark Levedahl-1/+21
2025-09-29gitk: eliminate unused ui color variablesMark Levedahl-10/+6
2025-09-29gitk: eliminate Interface color option from guiMark Levedahl-5/+0
2025-09-29gitk: use text labels for next/prev search buttonsMark Levedahl-25/+2
2025-09-29gitk: use text labels for commit ID buttonsMark Levedahl-25/+4
2025-09-29gitk: do not invoke tk_setPaletteMark Levedahl-16/+0
2025-09-29gitk: use config variables to define and load a themeMark Levedahl-1/+15
2025-09-29doc: patch-id: fix accidental literal blocksKristoffer Haugsbakk-20/+23
2025-09-29The thirteenth batcnJunio C Hamano-0/+42
2025-09-29Merge branch 'tc/last-modified-recursive-fix'Junio C Hamano-1/+26
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano-17/+262
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano-111/+116
2025-09-29Merge branch 'dk/stash-apply-index'Junio C Hamano-7/+56
2025-09-29Merge branch 'je/doc-checkout'Junio C Hamano-75/+76
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano-42/+85
2025-09-29Merge branch 'pw/rebase-i-cleanup-fix'Junio C Hamano-18/+22
2025-09-29Merge branch 'jc/3.0-default-initial-branch-to-main-addendum'Junio C Hamano-11/+19
2025-09-29Merge branch 'pw/3.0-default-initial-branch-to-main'Junio C Hamano-240/+283
2025-09-29Merge branch 'nb/send-email-no-dup-reply-to'Junio C Hamano-0/+3
2025-09-29Merge branch 'ps/clar-updates'Junio C Hamano-258/+1415
2025-09-29Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1Junio C Hamano-269/+396
2025-09-28t7500: make each piece more independentJunio C Hamano-8/+8
2025-09-28clang-format: exclude control macros from SpaceBeforeParensJustin Tobler-1/+1
2025-09-27doc: change the markup of paragraphs following a nested list itemJean-Noël Avila-14/+15
2025-09-26xdiff: delete unnecessary fields from xrecord_t and xdfile_tEzekiel Newren-16/+2
2025-09-26xdiff: delete local variables and initialize/free xdfile_t directlyEzekiel Newren-48/+30
2025-09-26xdiff: delete static forward declarations in xprepareEzekiel Newren-66/+50
2025-09-26http-push: avoid new compile errorJohannes Schindelin-1/+2
2025-09-26imap-send: be more careful when casting to `curl_off_t`Johannes Schindelin-1/+1
2025-09-26http: offer to cast `size_t` to `curl_off_t` safelyJohannes Schindelin-11/+13
2025-09-25gitk: make sha1but a ttk::buttonMark Levedahl-4/+3
2025-09-25diff --no-index: fix logic for paths ending in '/'Jacob Keller-28/+51
2025-09-25format-patch: handle range-diff on notes correctly for single patchesKristoffer Haugsbakk-2/+17
2025-09-25revision: add rdiff_log_arg to rev_infoKristoffer Haugsbakk-4/+5
2025-09-25range-diff: rename other_arg to log_argKristoffer Haugsbakk-18/+18
2025-09-25add-patch: update hunk splitability after editingPhillip Wood-1/+32
2025-09-25add -p: mark split hunks as undecidedPhillip Wood-1/+12
2025-09-25gitk: use themed spinboxesMark Levedahl-7/+7
2025-09-24doc: git-push: rewrite refspec specificationJulia Evans-47/+58
2025-09-24doc: git-push: create PUSH RULES sectionJulia Evans-49/+45
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt-7/+10
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt-42/+76
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt-8/+13
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt-8/+17