]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-03-25  Johannes Schindelintest-tool path-utils: support debugging "dubious owners...
2025-03-25  Johannes Schindelinmingw: special-case administrators even more
2025-03-24  Derrick Stoleemaintenance: add loose-objects.batchSize config
2025-03-24  Derrick Stoleemaintenance: force progress/no-quiet to children
2025-03-24  David Mandelbergcompletion: fix bugs with slashes in remote names
2025-03-24  David Mandelbergcompletion: add helper to count path components
2025-03-24  René Scharfecommit: move clear_commit_marks_many() loop body to...
2025-03-21  Taylor Blaumidx: implement writing incremental MIDX bitmaps
2025-03-21  Taylor Blaupack-bitmap.c: use `ewah_or_iterator` for type bitmap...
2025-03-21  Taylor Blaupack-bitmap.c: keep track of each layer's type bitmaps
2025-03-21  Taylor Blauewah: implement `struct ewah_or_iterator`
2025-03-21  Taylor Blaupack-bitmap.c: apply pseudo-merge commits with incremen...
2025-03-21  Taylor Blaupack-bitmap.c: compute disk-usage with incremental...
2025-03-21  Taylor Blaupack-bitmap.c: teach `rev-list --test-bitmap` about...
2025-03-21  Taylor Blaupack-bitmap.c: support bitmap pack-reuse with increment...
2025-03-21  Taylor Blaupack-bitmap.c: teach `show_objects_for_type()` about...
2025-03-21  Taylor Blaupack-bitmap.c: teach `bitmap_for_commit()` about increm...
2025-03-21  Taylor Blaupack-bitmap.c: open and store incremental bitmap layers
2025-03-21  Taylor Blaupack-revindex: prepare for incremental MIDX bitmaps
2025-03-21  Taylor BlauDocumentation: describe incremental MIDX bitmaps
2025-03-21  Taylor BlauDocumentation: remove a "future work" item from the...
2025-03-21  Patrick Steinhardtcompat/mingw: fix EACCESS when opening files with ...
2025-03-21  Patrick Steinhardtmeson: fix compat sources when compiling with MSVC
2025-03-21  Justin Toblerbuiltin/fetch: avoid aborting closed reference transaction
2025-03-21  Taylor Blaurepack: begin combining cruft packs with `--combine...
2025-03-21  Taylor Blaurepack: avoid combining cruft packs with `--max-cruft...
2025-03-21  Taylor Blaut/t7704-repack-cruft.sh: consolidate `write_blob()`
2025-03-21  Taylor Blaut/t7704-repack-cruft.sh: clarify wording in --max-cruft...
2025-03-21  Taylor Blaut/t5329-pack-objects-cruft.sh: evict 'repack'-related...
2025-03-21  Justin Toblerrev-list: support NUL-delimited --missing option
2025-03-21  Justin Toblerrev-list: support NUL-delimited --boundary option
2025-03-21  Justin Toblerrev-list: support delimiting objects with NUL bytes
2025-03-21  Justin Toblerrev-list: refactor early option parsing
2025-03-21  Justin Toblerrev-list: inline `show_object_with_name()` in `show_obj...
2025-03-21  Elijah Newrentreewide: replace assert() with ASSERT() in special...
2025-03-21  Elijah Newrenci: add build checking for side-effects in assert(...
2025-03-21  Elijah Newrengit-compat-util: introduce ASSERT() macro
2025-03-21  Meet Sonireftable: adapt write_object_record() to propagate...
2025-03-21  Meet Sonireftable: adapt writer_add_record() to propagate block_...
2025-03-21  Meet Sonireftable: propagate specific error codes in block_write...
2025-03-21  Taylor Blaupseudo-merge.h: fix a typo
2025-03-21  Taylor Blaurefspec: replace `refspec_item_init()` with fetch/push...
2025-03-21  Taylor Blaurefspec: remove refspec_item_init_or_die()
2025-03-21  Taylor Blaurefspec: replace `refspec_init()` with fetch/push variants
2025-03-21  Taylor Blaurefspec: treat 'fetch' as a Boolean value
2025-03-21  Junio C HamanoMerge branch 'jk/fetch-ref-prefix-cleanup' into tb...
2025-03-21  Taylor Blauhttp.c: allow custom TCP keepalive behavior via config
2025-03-21  Taylor Blauhttp.c: inline `set_curl_keepalive()`
2025-03-21  Taylor Blauhttp.c: introduce `set_long_from_env()` for convenience
2025-03-21  Taylor Blauhttp.c: remove unnecessary casts to long
2025-03-21  Karthik Nayakci/github: add missing 'CI_JOB_IMAGE' env variable
2025-03-21  Jean-Noël Aviladoc: apply new format to git-branch man page
2025-03-21  Jean-Noël Avilacompletion: take into account the formatting backticks...
2025-03-18  Jensen Huangindex-pack, unpack-objects: restore missing ->init_fn
2025-03-18  Christian Couderpromisor-remote: compare remote names case sensitively
2025-03-18  Christian Couderpromisor-remote: fix possible issue when no URL is...
2025-03-18  Christian Couderpromisor-remote: fix segfault when remote URL is missing
2025-03-18  Christian Coudert5710: arrange to delete the client before cloning
2025-03-18  Jeff Kingfetch: don't ask for remote HEAD if followRemoteHEAD...
2025-03-18  Jeff Kingfetch: only respect followRemoteHEAD with configured...
2025-03-18  Junio C HamanoMerge branch 'jk/fetch-ref-prefix-cleanup' into jk...
2025-03-18  Phillip Wooddocs: add BreakingChanges to TECH_DOCS target
2025-03-18  Phillip Woodpack-refs doc: fix indentation for --exclude
2025-03-18  Elijah Newrenam: switch from merge_recursive_generic() to merge_ort_...
2025-03-18  Elijah Newrenmerge-ort: fix merge.directoryRenames=false
2025-03-18  Johannes Schindelint3650: document bug when directory renames are turned off
2025-03-18  Elijah Newrenmerge-ort: support having merge verbosity be set to 0
2025-03-18  Elijah Newrenmerge-ort: allow rename detection to be disabled
2025-03-18  Elijah Newrenmerge-ort: add new merge_ort_generic() function
2025-03-18  Han Jiangdoc: add missing commit C to the graph for --ancestry...
2025-03-18  Adam Johnsondoc: restore: remove note on --patch w/ pathspecs
2025-03-18  Jeff Kingconfig.mak.dev: enable -Wunreachable-code
2025-03-18  Junio C Hamanogit-compat-util: add NOT_CONSTANT macro and use it...
2025-03-18  Junio C HamanoMerge branch 'tb/multi-cruft-pack-refresh-fix' into...
2025-03-17  Karthik Nayakreflog: implement subcommand to drop reflogs
2025-03-17  Karthik Nayakreflog: improve error for when reflog is not found
2025-03-17  Jeff Kingrun-command: use errno to check for sigfillset() error
2025-03-17  Elijah Newrenmerge-ort: remove extraneous word in comment
2025-03-17  Elijah Newrenmerge-ort: fix accidental strset<->strintmap
2025-03-17  Elijah Newrent7615: be more explicit about diff algorithm used
2025-03-17  Elijah Newrent6423: fix a comment that accidentally reversed two...
2025-03-17  Elijah Newrenstash: remove merge-recursive.h include
2025-03-17  Eli Schwartzmeson: fix perl detection when docs are enabled, but...
2025-03-16  Oswald Buddenhagengit-gui: heed core.commentChar/commentString
2025-03-15  Elijah Newrendiffcore-rename: fix BUG when break detection and ...
2025-03-14  René Scharfexdiff: avoid arithmetic overflow in xdl_get_hunk()
2025-03-14  Junio C HamanoGit 2.49 v2.49.0
2025-03-13  Taylor Blaubuiltin/pack-objects.c: freshen objects from existing...
2025-03-13  Junio C HamanoMerge tag 'l10n-2.49.0-rnd1' of https://github.com...
2025-03-13  Jiang XinMerge branch 'l10n/zh-TW/2025-03-09' of github.com...
2025-03-13  Yi-Jyun Panl10n: zh_TW: Git 2.49.0 round 1
2025-03-13  Jiang XinMerge branch 'l10n-de-2.49' of github.com:ralfth/git
2025-03-13  Ralf Thielowl10n: update German translation
2025-03-13  Bagas Sanjayal10n: po-id for 2.49
2025-03-12  Junio C HamanoA bit more updates after -rc2
2025-03-12  Junio C HamanoMerge branch 'pb/doc-follow-remote-head'
2025-03-12  Junio C HamanoMerge branch 'tc/zlib-ng-fix'
2025-03-12  Junio C HamanoMerge branch 'ma/clone-doc-markup-fix'
2025-03-12  Junio C HamanoMerge branch 'ps/refname-avail-check-optim' into kn...
2025-03-12  Patrick Steinhardtrefs: reuse iterators when determining refname availability
next