]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-12-27  Patrick SteinhardtDocumentation: refactor "howto-index.sh" for out-of...
2024-12-27  Patrick SteinhardtDocumentation: refactor "api-index.sh" for out-of-tree...
2024-12-27  Patrick Steinhardtmeson: generate user manual
2024-12-27  Patrick SteinhardtDocumentation: inline user-manual.conf
2024-12-27  Patrick Steinhardtmeson: generate HTML pages for all man page categories
2024-12-27  Patrick Steinhardtmeson: fix generation of merge tools
2024-12-27  Patrick Steinhardtmeson: properly wire up dependencies for our docs
2024-12-27  Patrick Steinhardtmeson: wire up support for AsciiDoctor
2024-12-27  Patrick Steinhardtmeson: enable auto-discovered "gitweb"
2024-12-27  Patrick SteinhardtGIT-BUILD-OPTIONS: wire up NO_GITWEB option
2024-12-27  Patrick SteinhardtGIT-BUILD-OPTIONS: sort variables alphabetically
2024-12-27  Meet Sonit7611: replace test -f with test_path_is* helpers
2024-12-27  Patrick Steinhardtcommit-reach: use `size_t` to track indices when comput...
2024-12-27  Patrick Steinhardtshallow: fix -Wsign-compare warnings
2024-12-27  Patrick Steinhardtbuiltin/log: fix remaining -Wsign-compare warnings
2024-12-27  Patrick Steinhardtbuiltin/log: use `size_t` to track indices
2024-12-27  Patrick Steinhardtcommit-reach: use `size_t` to track indices in `get_rea...
2024-12-27  Patrick Steinhardtcommit-reach: use `size_t` to track indices in `remove_...
2024-12-27  Patrick Steinhardtcommit-reach: fix type of `min_commit_date`
2024-12-27  Patrick Steinhardtcommit-reach: fix index used to loop through unsigned...
2024-12-27  Patrick Steinhardtprio-queue: fix type of `insertion_ctr`
2024-12-26  Sören Kreckerdate.c: Fix type missmatch warings from msvc
2024-12-26  Alexander ShopovUpdate the official repo of gitk
2024-12-26  Junio C HamanoMerge https://github.com/j6t/git-gui
2024-12-24  Johannes Sixtgit-gui: po/README: update repository location and...
2024-12-24  Alexander Shopovgitk: Update Bulgarian translation (327t)
2024-12-23  Junio C HamanoHopefully the final batch before 2.48-rc1
2024-12-23  Junio C HamanoMerge branch 'kn/reflog-migration'
2024-12-23  Junio C HamanoMerge branch 'ma/asciidoctor-build-fixes'
2024-12-23  Junio C HamanoMerge branch 'ps/build-hotfix'
2024-12-23  Junio C HamanoMerge branch 'ps/ci-meson'
2024-12-23  Junio C HamanoMerge branch 'kl/doc-build-fix'
2024-12-23  Junio C HamanoMerge branch 'tb/bitmap-fix-pack-reuse'
2024-12-23  Junio C HamanoMerge branch 'jk/prio-queue-sign-compare-fix'
2024-12-23  Junio C HamanoMerge branch 'ps/build-meson-gitweb'
2024-12-23  Junio C HamanoMerge branch 'sk/calloc-not-malloc-plus-memset'
2024-12-23  Junio C HamanoMerge branch 'js/range-diff-diff-merges'
2024-12-23  Junio C HamanoMerge branch 'js/mingw-rename-fix'
2024-12-23  Junio C HamanoMerge branch 'js/github-windows-setup-fix'
2024-12-23  Junio C HamanoMerge branch 'js/ps-build-cmake-fixup'
2024-12-23  Junio C HamanoMerge branch 'as/show-index-uninitialized-hash'
2024-12-23  Junio C HamanoMerge branch 'ps/build-sign-compare'
2024-12-23  Junio C HamanoMerge branch 'kn/reftable-writer-log-write-verify'
2024-12-23  Junio C HamanoMerge branch 'ps/ci-gitlab-update'
2024-12-23  Junio C HamanoMerge branch 'ps/reftable-alloc-failures-zalloc-fix'
2024-12-23  Alexander Shopovgit-gui i18n: Updated Bulgarian translation (579t)
2024-12-22  Patrick Steinhardtreftable/basics: return NULL on zero-sized allocations
2024-12-22  Patrick Steinhardtreftable/stack: fix zero-sized allocation when there...
2024-12-22  Patrick Steinhardtreftable/merged: fix zero-sized allocation when there...
2024-12-22  Patrick Steinhardtreftable/stack: don't perform auto-compaction with...
2024-12-21  Johannes SixtMerge branch 'js/no-rescan-on-empty-diff'
2024-12-21  Martin Ågrenasciidoctor-extensions.rb.in: inject GIT_DATE
2024-12-21  Martin Ågrenasciidoctor-extensions.rb.in: add missing word
2024-12-21  Martin Ågrenasciidoctor-extensions.rb.in: delete existing <refmisci...
2024-12-21  Junio C HamanoMerge branch 'ps/build-hotfix' into ma/asciidoctor...
2024-12-21  Junio C Hamanoshow-index: the short help should say the command reads...
2024-12-20  Patrick Steinhardtmeson: add options to override build information
2024-12-20  Patrick SteinhardtGIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT...
2024-12-20  Patrick SteinhardtGIT-VERSION-GEN: fix overriding GIT_VERSION
2024-12-20  Patrick SteinhardtMakefile: introduce template for GIT-VERSION-GEN
2024-12-20  Patrick SteinhardtMakefile: drop unneeded indirection for GIT-VERSION...
2024-12-20  Patrick SteinhardtMakefile: stop including "GIT-VERSION-FILE" in docs
2024-12-20  Ethiraricl10n: fr.po: Minor improvements
2024-12-20  Patrick Steinhardtmeson: skip gitweb build when Perl is disabled
2024-12-20  Derrick Stoleepath-walk: reorder object visits
2024-12-20  Derrick Stoleepath-walk: mark trees and blobs as UNINTERESTING
2024-12-20  Derrick Stoleepath-walk: visit tags and cached objects
2024-12-20  Derrick Stoleepath-walk: allow consumer to specify object types
2024-12-20  Derrick Stoleet6601: add helper for testing path-walk API
2024-12-20  Derrick Stoleetest-lib-functions: add test_cmp_sorted
2024-12-20  Derrick Stoleepath-walk: introduce an object walk by path
2024-12-20  Karthik Nayakrefs: mark invalid refname message for translation
2024-12-20  Jeff Kingprio-queue: use size_t rather than int for size
2024-12-19  Junio C HamanoFinishing touches before 2.48-rc1
2024-12-19  Junio C HamanoMerge branch 'tc/bundle-with-tag-remove-workaround'
2024-12-19  Junio C HamanoMerge branch 'mh/doc-windows-home-env'
2024-12-19  Junio C HamanoMerge branch 'js/log-remerge-keep-ancestry'
2024-12-19  Junio C HamanoMerge branch 'bf/fetch-set-head-config'
2024-12-19  Junio C HamanoMerge branch 'jc/set-head-symref-fix'
2024-12-19  Junio C HamanoMerge branch 'bf/set-head-symref'
2024-12-18  Seija Kijingit: use calloc instead of malloc + memset where possible
2024-12-18  Patrick Steinhardtmatch-trees: stop using `the_repository`
2024-12-18  Patrick Steinhardtgraph: stop using `the_repository`
2024-12-18  Patrick Steinhardtadd-interactive: stop using `the_repository`
2024-12-18  Patrick Steinhardttmp-objdir: stop using `the_repository`
2024-12-18  Patrick Steinhardtresolve-undo: stop using `the_repository`
2024-12-18  Patrick Steinhardtcredential: stop using `the_repository`
2024-12-18  Patrick Steinhardtmailinfo: stop using `the_repository`
2024-12-18  Patrick Steinhardtdiagnose: stop using `the_repository`
2024-12-18  Patrick Steinhardtserver-info: stop using `the_repository`
2024-12-18  Patrick Steinhardtsend-pack: stop using `the_repository`
2024-12-18  Patrick Steinhardtserve: stop using `the_repository`
2024-12-18  Patrick Steinhardttrace: stop using `the_repository`
2024-12-18  Patrick Steinhardtpager: stop using `the_repository`
2024-12-18  Patrick Steinhardtprogress: stop using `the_repository`
2024-12-18  Junio C HamanoMerge branch 'ps/build-sign-compare' into ps/the-repository
2024-12-18  Taylor Blaupack-bitmap.c: ensure pack validity for all reuse packs
2024-12-18  Kyle Lippincottdoc: remove extra quotes in generated docs
2024-12-18  Junio C HamanoMerge https://github.com/j6t/gitk
2024-12-17  Johannes SixtMerge branch 'ah/commit-id-to-clipboard'
next