]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-10-02  Patrick Steinhardtci: enable Rust for breaking-changes jobs
2025-10-02  Patrick Steinhardtci: convert "pedantic" job into full build with breakin...
2025-10-02  Patrick SteinhardtBreakingChanges: announce Rust becoming mandatory
2025-10-02  Patrick Steinhardtvarint: reimplement as test balloon for Rust
2025-10-02  Patrick Steinhardtvarint: use explicit width for integers
2025-10-02  Patrick Steinhardthelp: report on whether or not Rust is enabled
2025-10-02  Patrick SteinhardtMakefile: introduce infrastructure to build internal...
2025-10-02  Patrick SteinhardtMakefile: reorder sources after includes
2025-10-02  Patrick Steinhardtmeson: add infrastructure to build internal Rust library
2025-10-01  Christian CouderSubmittingPatches: add section about AI
2025-10-01  M Hickforddocs/gitcredentials: describe URL prefix matching
2025-10-01  Karthik Nayakrefs/ref-cache: fix SEGFAULT when seeking in empty...
2025-10-01  Mark Levedahlgitk: add theme selection to color configuration page
2025-10-01  Michael Lohmannbuiltin/reflog: respect user config in "write" subcommand
2025-09-30  Ezekiel Newrenxdiff: rename rchg -> changed in xdfile_t
2025-09-30  Ezekiel Newrenxdiff: delete chastore from xdfile_t
2025-09-30  Ezekiel Newrenxdiff: delete fields ha, line, size in xdlclass_t in...
2025-09-30  Ezekiel Newrenxdiff: delete redundant array xdfile_t.ha
2025-09-30  Ezekiel Newrenxdiff: delete struct diffdata_t
2025-09-30  Ezekiel Newrenxdiff: delete local variables that alias fields in...
2025-09-30  Ezekiel Newrenxdiff: delete superfluous function xdl_get_rec() in...
2025-09-30  Mark Levedahlgitk: add proc run_themeloader
2025-09-30  Mark Levedahlgitk: eliminate unused ui color variables
2025-09-30  Mark Levedahlgitk: eliminate Interface color option from gui
2025-09-30  Mark Levedahlgitk: use text labels for next/prev search buttons
2025-09-30  Mark Levedahlgitk: use text labels for commit ID buttons
2025-09-30  Mark Levedahlgitk: do not invoke tk_setPalette
2025-09-30  Mark Levedahlgitk: use config variables to define and load a theme
2025-09-29  Kristoffer... doc: patch-id: fix accidental literal blocks
2025-09-29  Junio C HamanoThe thirteenth batcn
2025-09-29  Junio C HamanoMerge branch 'tc/last-modified-recursive-fix'
2025-09-29  Junio C HamanoMerge branch 'kn/refs-files-case-insensitive'
2025-09-29  Junio C HamanoMerge branch 'jk/color-variable-fixes'
2025-09-29  Junio C HamanoMerge branch 'dk/stash-apply-index'
2025-09-29  Junio C HamanoMerge branch 'je/doc-checkout'
2025-09-29  Junio C HamanoMerge branch 'jk/setup-revisions-freefix'
2025-09-29  Junio C HamanoMerge branch 'pw/rebase-i-cleanup-fix'
2025-09-29  Junio C HamanoMerge branch 'jc/3.0-default-initial-branch-to-main...
2025-09-29  Junio C HamanoMerge branch 'pw/3.0-default-initial-branch-to-main'
2025-09-29  Junio C HamanoMerge branch 'nb/send-email-no-dup-reply-to'
2025-09-29  Junio C HamanoMerge branch 'ps/clar-updates'
2025-09-29  Junio C HamanoMerge branch 'ps/packfile-store' into tb/incremental...
2025-09-28  Junio C Hamanot7500: make each piece more independent
2025-09-28  Justin Toblerclang-format: exclude control macros from SpaceBeforeParens
2025-09-28  Jean-Noël Aviladoc: change the markup of paragraphs following a nested...
2025-09-26  Ezekiel Newrenxdiff: delete unnecessary fields from xrecord_t and...
2025-09-26  Ezekiel Newrenxdiff: delete local variables and initialize/free xdfil...
2025-09-26  Ezekiel Newrenxdiff: delete static forward declarations in xprepare
2025-09-26  Johannes Schindelinhttp-push: avoid new compile error
2025-09-26  Johannes Schindelinimap-send: be more careful when casting to `curl_off_t`
2025-09-26  Johannes Schindelinhttp: offer to cast `size_t` to `curl_off_t` safely
2025-09-25  Mark Levedahlgitk: make sha1but a ttk::button
2025-09-25  Jacob Kellerdiff --no-index: fix logic for paths ending in '/'
2025-09-25  Kristoffer... format-patch: handle range-diff on notes correctly...
2025-09-25  Kristoffer... revision: add rdiff_log_arg to rev_info
2025-09-25  Kristoffer... range-diff: rename other_arg to log_arg
2025-09-25  Phillip Woodadd-patch: update hunk splitability after editing
2025-09-25  Phillip Woodadd -p: mark split hunks as undecided
2025-09-25  Mark Levedahlgitk: use themed spinboxes
2025-09-24  Julia Evansdoc: git-push: rewrite refspec specification
2025-09-24  Julia Evansdoc: git-push: create PUSH RULES section
2025-09-24  Patrick Steinhardtpackfile: refactor `get_packed_git_mru()` to work on...
2025-09-24  Patrick Steinhardtpackfile: refactor `get_all_packs()` to work on packfil...
2025-09-24  Patrick Steinhardtpackfile: refactor `get_packed_git()` to work on packfi...
2025-09-24  Patrick Steinhardtpackfile: move `get_multi_pack_index()` into "midx.c"
2025-09-24  Patrick Steinhardtpackfile: introduce function to load and add packfiles
2025-09-24  Patrick Steinhardtpackfile: refactor `install_packed_git()` to work on...
2025-09-24  Patrick Steinhardtpackfile: split up responsibilities of `reprepare_packe...
2025-09-24  Patrick Steinhardtpackfile: refactor `prepare_packed_git()` to work on...
2025-09-24  Patrick Steinhardtpackfile: reorder functions to avoid function declaration
2025-09-24  Patrick Steinhardtodb: move kept cache into `struct packfile_store`
2025-09-24  Patrick Steinhardtodb: move MRU list of packfiles into `struct packfile_s...
2025-09-24  Patrick Steinhardtodb: move packfile map into `struct packfile_store`
2025-09-24  Patrick Steinhardtodb: move initialization bit into `struct packfile_store`
2025-09-24  Patrick Steinhardtodb: move list of packfiles into `struct packfile_store`
2025-09-24  Patrick Steinhardtpackfile: introduce a new `struct packfile_store`
2025-09-23  Junio C HamanoThe twelfth batch
2025-09-23  Junio C HamanoMerge branch 'cs/subtree-squash-split-fix'
2025-09-23  Junio C HamanoMerge branch 'rs/get-oid-with-flags-cleanup'
2025-09-23  Junio C HamanoMerge branch 'jk/add-i-color'
2025-09-23  Junio C HamanoMerge branch 'cc/promisor-remote-capability'
2025-09-22  Jeff Kingrevision: retain argv NULL invariant in setup_revisions()
2025-09-22  Jeff Kingtreewide: pass strvecs around for setup_revisions_from_...
2025-09-22  Jeff Kingtreewide: use setup_revisions_from_strvec() when we...
2025-09-22  Jeff Kingrevision: add wrapper to setup_revisions() from a strvec
2025-09-22  Jeff Kingrevision: manage memory ownership of argv in setup_revi...
2025-09-22  Jeff Kingstash: tell setup_revisions() to free our allocated...
2025-09-22  Patrick Steinhardtt/unit-tests: update to 10e96bc
2025-09-22  Patrick Steinhardtbuiltin/config: do not spawn pager when printing color...
2025-09-22  Patrick Steinhardtbuiltin/config: special-case retrieving colors without...
2025-09-22  Patrick Steinhardtbuiltin/config: do not die in `get_color()`
2025-09-22  Patrick Steinhardtt1300: small style fixups
2025-09-22  Patrick Steinhardtt1300: write test expectations in the test's body
2025-09-22  Eric Sunshinegitk: fix MacOS 10.14 "Mojave" crash on launch
2025-09-22  D. Ben Knoblestash: honor stash.index in apply, pop modes
2025-09-22  D. Ben Knoblestash: refactor private config globals
2025-09-22  D. Ben Knoblet3905: remove unneeded blank line
2025-09-22  D. Ben Knoblet3903: reduce dependencies on previous tests
2025-09-19  Meet Sonit: add test for git refs optimize subcommand
2025-09-19  Meet Sonit0601: refactor tests to be shareable
next