]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-05-28  Junio C HamanoMerge branch 'mt/t0211-typofix'
2024-05-28  Junio C HamanoMerge branch 'jc/doc-manpages-l10n'
2024-05-27  Patrick Steinhardtbuiltin/mv: fix leaks for submodule gitfile paths
2024-05-27  Patrick Steinhardtbuiltin/mv: refactor to use `struct strvec`
2024-05-27  Patrick Steinhardtbuiltin/mv duplicate string list memory
2024-05-27  Patrick Steinhardtbuiltin/mv: refactor `add_slash()` to always return...
2024-05-27  Patrick Steinhardtstrvec: add functions to replace and remove strings
2024-05-27  Patrick Steinhardtsubmodule: fix leaking memory for submodule entries
2024-05-27  Patrick Steinhardtcommit-reach: fix memory leak in `ahead_behind()`
2024-05-27  Patrick Steinhardtbuiltin/credential: clear credential before exit
2024-05-27  Patrick Steinhardtconfig: plug various memory leaks
2024-05-27  Patrick Steinhardtconfig: clarify memory ownership in `git_config_string()`
2024-05-27  Patrick Steinhardtbuiltin/log: stop using globals for format config
2024-05-27  Patrick Steinhardtbuiltin/log: stop using globals for log config
2024-05-27  Patrick Steinhardtconvert: refactor code to clarify ownership of check_ro...
2024-05-27  Patrick Steinhardtdiff: refactor code to clarify memory ownership of...
2024-05-27  Patrick Steinhardtconfig: clarify memory ownership in `git_config_pathname()`
2024-05-27  Patrick Steinhardthttp: refactor code to clarify memory ownership
2024-05-27  Patrick Steinhardtcheckout: clarify memory ownership in `unique_tracking_...
2024-05-27  Patrick Steinhardtstrbuf: fix leak when `appendwholeline()` fails with EOF
2024-05-27  Patrick Steinhardtt: mark a bunch of tests as leak-free
2024-05-27  Patrick Steinhardttransport-helper: fix leaking helper name
2024-05-27  Patrick Steinhardtci: add missing dependency for TTY prereq
2024-05-27  Ian WienandDocumentation: alias: rework notes into points
2024-05-27  RenĂ© Scharfedifftool: add env vars directly in run_file_diff()
2024-05-26  Tom Hughespromisor-remote: add promisor.quiet configuration option
2024-05-24  Junio C HamanoMerge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1...
2024-05-24  Junio C HamanoMerge branch 'fixes/2.45.1/2.43' into fixes/2.45.1...
2024-05-24  Junio C HamanoMerge branch 'fixes/2.45.1/2.42' into fixes/2.45.1...
2024-05-24  Junio C HamanoMerge branch 'fixes/2.45.1/2.41' into fixes/2.45.1...
2024-05-24  Junio C HamanoMerge branch 'fixes/2.45.1/2.40' into fixes/2.45.1...
2024-05-24  Junio C Hamanoformat-patch: move range/inter diff at the end of a...
2024-05-24  Junio C HamanoMerge branch 'jc/fix-2.45.1-and-friends-for-2.39' into...
2024-05-24  Taylor Blaut/perf: implement performance tests for pseudo-merge...
2024-05-24  Taylor Blaupseudo-merge: implement support for finding existing...
2024-05-24  Taylor Blauewah: `bitmap_equals_ewah()`
2024-05-24  Taylor Blaupack-bitmap: extra trace2 information
2024-05-24  Taylor Blaupack-bitmap.c: use pseudo-merges during traversal
2024-05-24  Taylor Blaut/test-lib-functions.sh: support `--notick` in `test_co...
2024-05-24  Taylor Blaupack-bitmap: implement test helpers for pseudo-merge
2024-05-24  Taylor Blauewah: implement `ewah_bitmap_popcount()`
2024-05-24  Taylor Blaupseudo-merge: implement support for reading pseudo...
2024-05-24  Taylor Blaupack-bitmap.c: read pseudo-merge extension
2024-05-24  Taylor Blaupseudo-merge: scaffolding for reads
2024-05-24  Taylor Blaupack-bitmap: extract `read_bitmap()` function
2024-05-24  Taylor Blaupack-bitmap-write.c: write pseudo-merge table
2024-05-24  Taylor Blaupseudo-merge: implement support for selecting pseudo...
2024-05-24  Taylor Blauconfig: introduce `git_config_double()`
2024-05-24  Taylor Blaupack-bitmap: make `bitmap_writer_push_bitmapped_commit...
2024-05-24  Taylor Blaupack-bitmap: implement `bitmap_writer_has_bitmapped_obj...
2024-05-24  Taylor Blaupack-bitmap-write: support storing pseudo-merge commits
2024-05-24  Taylor Blaupseudo-merge.ch: initial commit
2024-05-24  Taylor Blaupack-bitmap: move some initialization to `bitmap_writer...
2024-05-24  Taylor Blauewah: implement `ewah_bitmap_is_subset()`
2024-05-24  Taylor BlauDocumentation/technical: describe pseudo-merge bitmaps...
2024-05-24  Taylor BlauDocumentation/gitpacking.txt: describe pseudo-merge...
2024-05-24  Taylor BlauDocumentation/gitpacking.txt: initial commit
2024-05-24  Junio C HamanoMerge branch 'tb/pack-bitmap-write-cleanups' into tb...
2024-05-23  Junio C Hamanoshow_log: factor out interdiff/range-diff generation
2024-05-23  Junio C HamanoThe seventh batch
2024-05-23  Junio C HamanoMerge branch 'mt/openindiana-portability'
2024-05-23  Junio C HamanoMerge branch 'dg/fetch-pack-code-cleanup'
2024-05-23  Junio C HamanoMerge branch 'dm/update-index-doc-fix'
2024-05-23  Junio C HamanoMerge branch 'jc/patch-flow-updates'
2024-05-23  Junio C HamanoMerge branch 'it/refs-name-conflict'
2024-05-23  Junio C HamanoMerge branch 'la/hide-trailer-info'
2024-05-23  Junio C HamanoMerge branch 'kn/ref-transaction-symref' into kn/update...
2024-05-23  Junio C HamanoMerge branch 'ps/pseudo-ref-terminology' into ps/ref...
2024-05-23  Junio C HamanoMerge branch 'ps/refs-without-the-repository-updates...
2024-05-23  Junio C HamanoRevert "fsck: warn about symlink pointing inside a...
2024-05-23  Patrick Steinhardtsetup: fix bug with "includeIf.onbranch" when initializ...
2024-05-22  Junio C Hamanoadd-patch: enforce only one-letter response to prompts
2024-05-22  Tom Hughespush: don't fetch commit object when checking existence
2024-05-22  Eric Sunshinechainlint.pl: latch CPU count directly reported by...
2024-05-22  John Paul Adrian... chainlint.pl: fix incorrect CPU count on Linux SPARC
2024-05-21  Johannes SchindelinRevert "Add a helper function to compare file contents"
2024-05-21  Johannes Schindelinclone: drop the protections where hooks aren't run
2024-05-21  Johannes Schindelintests: verify that `clone -c core.hooksPath=/dev/null...
2024-05-21  Johannes SchindelinRevert "core.hooksPath: add some protection while cloning"
2024-05-21  Johannes Schindelininit: use the correct path of the templates directory...
2024-05-21  Johannes Schindelinhook: plug a new memory leak
2024-05-21  Jeff Kingci: stop installing "gcc-13" for osx-gcc
2024-05-21  Jeff Kingci: avoid bare "gcc" for osx-gcc job
2024-05-21  Jeff Kingci: drop mention of BREW_INSTALL_PACKAGES variable
2024-05-21  Jeff Kingsend-email: avoid creating more than one Term::ReadLine...
2024-05-21  Jeff Kingsend-email: drop FakeTerm hack
2024-05-21  Junio C Hamanoapply: fix uninitialized hash function
2024-05-21  Patrick Steinhardtbuiltin/hash-object: fix uninitialized hash function
2024-05-21  Patrick Steinhardtbuiltin/patch-id: fix uninitialized hash function
2024-05-21  Junio C Hamanot1517: test commands that are designed to be run outsid...
2024-05-21  Junio C Hamanosetup: add an escape hatch for "no more default hash...
2024-05-20  Ghanshyam Thakkart/: port helper/test-strcmp-offset.c to unit-tests...
2024-05-20  Eric Sunshinechainlint.pl: make CPU count computation more robust
2024-05-20  Junio C HamanoThe sixth batch
2024-05-20  Junio C HamanoMerge branch 'jc/compat-regex-calloc-fix'
2024-05-20  Junio C HamanoMerge branch 'kn/ref-transaction-symref'
2024-05-17  Josh Steadmondoc: describe the project's decision-making process
2024-05-17  Marcel Telkascalar: make enlistment delete to work on all POSIX...
2024-05-17  Marcel Telkat/t9001-send-email.sh: sed - remove the i flag for s
2024-05-17  Marcel Telkat/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
next