aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren3-21/+16
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren2-33/+10
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren1-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren1-16/+7
2025-09-29gitk: add proc run_themeloaderMark Levedahl1-1/+21
2025-09-29gitk: eliminate unused ui color variablesMark Levedahl1-10/+6
2025-09-29gitk: eliminate Interface color option from guiMark Levedahl1-5/+0
2025-09-29gitk: use text labels for next/prev search buttonsMark Levedahl1-25/+2
2025-09-29gitk: use text labels for commit ID buttonsMark Levedahl1-25/+4
2025-09-29gitk: do not invoke tk_setPaletteMark Levedahl1-16/+0
2025-09-29gitk: use config variables to define and load a themeMark Levedahl1-1/+15
2025-09-29doc: patch-id: fix accidental literal blocksKristoffer Haugsbakk1-20/+23
2025-09-29The thirteenth batcnJunio C Hamano1-0/+42
2025-09-28t7500: make each piece more independentJunio C Hamano1-8/+8
2025-09-28clang-format: exclude control macros from SpaceBeforeParensJustin Tobler1-1/+1
2025-09-27doc: change the markup of paragraphs following a nested list itemJean-Noël Avila2-14/+15
2025-09-26xdiff: delete unnecessary fields from xrecord_t and xdfile_tEzekiel Newren2-16/+2
2025-09-26xdiff: delete local variables and initialize/free xdfile_t directlyEzekiel Newren1-48/+30
2025-09-26xdiff: delete static forward declarations in xprepareEzekiel Newren1-66/+50
2025-09-26http-push: avoid new compile errorJohannes Schindelin1-1/+2
2025-09-26imap-send: be more careful when casting to `curl_off_t`Johannes Schindelin1-1/+1
2025-09-26http: offer to cast `size_t` to `curl_off_t` safelyJohannes Schindelin2-11/+13
2025-09-25gitk: make sha1but a ttk::buttonMark Levedahl1-4/+3
2025-09-25diff --no-index: fix logic for paths ending in '/'Jacob Keller2-28/+51
2025-09-25format-patch: handle range-diff on notes correctly for single patchesKristoffer Haugsbakk2-2/+17
2025-09-25revision: add rdiff_log_arg to rev_infoKristoffer Haugsbakk2-4/+5
2025-09-25range-diff: rename other_arg to log_argKristoffer Haugsbakk4-18/+18
2025-09-25add-patch: update hunk splitability after editingPhillip Wood2-1/+32
2025-09-25add -p: mark split hunks as undecidedPhillip Wood2-1/+12
2025-09-25gitk: use themed spinboxesMark Levedahl1-7/+7
2025-09-24doc: git-push: rewrite refspec specificationJulia Evans1-47/+58
2025-09-24doc: git-push: create PUSH RULES sectionJulia Evans1-49/+45
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt3-7/+10
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt18-42/+76
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt5-8/+13
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt4-8/+17
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt5-41/+48
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt7-12/+18
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt13-35/+55
2025-09-24packfile: refactor `prepare_packed_git()` to work on packfile storePatrick Steinhardt1-23/+18
2025-09-24packfile: reorder functions to avoid function declarationPatrick Steinhardt1-34/+33
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt3-17/+23
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt5-12/+10
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt5-26/+26
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt3-9/+9
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt4-29/+41
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt4-1/+34
2025-09-23The twelfth batchJunio C Hamano1-0/+13
2025-09-22revision: retain argv NULL invariant in setup_revisions()Jeff King1-0/+6
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King7-18/+18