]> git.99rst.org Git - git.git/shortlog
git.git
2026-07-16 Patrick Steinhardtworktree: pass repository to file-local functions
2026-07-16 Patrick Steinhardtworktree: refactor code to use available repositories
2026-07-16 Patrick Steinhardtrefs/files: drop `USE_THE_REPOSITORY_VARIABLE`
2026-07-16 Patrick Steinhardtrefs/packed: de-globalize handling of "core.packedRefsT...
2026-07-16 Johannes SixtMerge branch 'master' of github.com:alshopov/git-gui
2026-07-16 Johannes SixtMerge branch 'hn/silence-make-s'
2026-07-16 Johannes SixtMerge branch 'spanish_pr_bis' of github.com:basuradelui...
2026-07-15 Michael Montalborevision: make get_commit_action() a pure predicate
2026-07-15 René Scharferemote-curl: simplify passing of push specs
2026-07-15 Junio C HamanoThe 3rd batch for Git 2.56
2026-07-15 Junio C HamanoMerge branch 'rs/blame-abbrev-marks'
2026-07-15 Junio C HamanoMerge branch 'mg/meson-hook-list-buildfix'
2026-07-15 Junio C HamanoMerge branch 'jk/bloom-leak-fixes'
2026-07-15 Junio C HamanoMerge branch 'ps/history-drop'
2026-07-15 Junio C HamanoMerge branch 'ps/odb-drop-whence'
2026-07-15 Junio C HamanoMerge branch 'ps/refs-writing-subcommands'
2026-07-15 Junio C HamanoMerge branch 'jc/history-message-prep-fix'
2026-07-15 Junio C Hamanosubmodule--helper: avoid use of %zu for now
2026-07-15 Shlok Kulshreshthat7614: avoid hiding git's exit code in a pipe
2026-07-15 Phillip Woodsequencer: do not record dropped commits as rewritten
2026-07-15 Phillip Woodsequencer: use an enum to represent result of picking...
2026-07-15 Phillip Woodsequencer: simplify pick_one_commit()
2026-07-15 Phillip Woodsequencer: remove unnecessary condition in pick_one_com...
2026-07-15 Phillip Woodsequencer: simplify handling of fixup with conflicts
2026-07-15 Phillip Woodsequencer: remove unnecessary "or" in pick_one_commit()
2026-07-15 Phillip Woodsequencer: never reschedule on failed commit
2026-07-15 Phillip Woodsequencer: be more careful with external merge
2026-07-15 Phillip Woodt3400: restore coverage for note copying with apply...
2026-07-15 Jeff Kingdiff: ignore unmerged paths outside prefix with --relat...
2026-07-15 Patrick Steinhardtbuiltin/cat-file: filter objects via object database
2026-07-15 Patrick Steinhardtodb: introduce object filters to `odb_for_each_object()`
2026-07-15 Patrick Steinhardtpack-bitmap: introduce function to open bitmap for...
2026-07-15 Patrick Steinhardtpack-bitmap: drop `_1` suffix from functions that open...
2026-07-15 Patrick Steinhardtpack-bitmap: iterate object sources when opening bitmaps
2026-07-15 Patrick Steinhardtpack-bitmap: allow aborting iteration of bitmapped...
2026-07-15 Jeff Kingpack-objects: drop unused return value from add_object_...
2026-07-15 Patrick Steinhardtpack-bitmap: mark object filter as `const`
2026-07-15 Patrick Steinhardtodb/source-packed: improve lookup when enumerating...
2026-07-14 René Scharfeuse repo_hold_lock_file_for_update{,_mode,_timeout...
2026-07-14 René Scharfetempfile: stop using the_repository
2026-07-14 René Scharfelockfile: add repo_hold_lock_file_for_update{,_timeout...
2026-07-14 René Scharferefs/packed: use repo_create_tempfile()
2026-07-14 René Scharfetempfile: add repo_create_tempfile{,_mode}()
2026-07-14 René Scharfestrbuf: avoid redundant reset in strbuf_getwholeline()
2026-07-14 Pablo Sabatergraph: add --[no-]graph-indent and log.graphIndent
2026-07-14 Pablo Sabatergraph: move config reading into graph_read_config()
2026-07-14 Pablo Sabatergraph: wrap cascading commits after 4 columns
2026-07-14 Pablo Sabatergraph: indent visual root in graph
2026-07-14 Pablo Sabatergraph: add a 2 commit buffer for lookahead
2026-07-14 Pablo Sabaterrevision: add next_commit_to_show()
2026-07-14 Pablo Sabaterlib-log-graph: move check_graph function
2026-07-14 Tian Yuchenrepository: adjust the comment of config_values_private_
2026-07-14 Tian Yuchenenvironment: move object_creation_mode into repo_config...
2026-07-14 Tian Yuchenenvironment: move autorebase into repo_config_values
2026-07-14 Tian Yuchenenvironment: move push_default into repo_config_values
2026-07-14 Tian Yuchenenvironment: migrate apply_default_whitespace and apply...
2026-07-14 Tian Yuchenenvironment: move askpass_program into repo_config_values
2026-07-14 Tian Yuchenenvironment: move pager_program into repo_config_values
2026-07-14 Tian Yuchenenvironment: move editor_program into repo_config_values
2026-07-14 Tian Yuchenenvironment: move excludes_file into repo_config_values
2026-07-14 Tian Yuchenrepository: introduce repo_config_values_clear()
2026-07-14 Shlok Kulshreshthat1100: move creation of expected output into setup...
2026-07-14 Shlok Kulshreshthat1100: modernize test style
2026-07-13 Christian Couderfast-export: standardize usage string and SYNOPSIS
2026-07-13 Junio C HamanoThe 2nd batch for Git 2.56
2026-07-13 Junio C HamanoMerge branch 'ps/odb-generalize-prepare'
2026-07-13 Junio C HamanoMerge branch 'kk/prio-queue-get-put-fusion'
2026-07-13 Junio C HamanoMerge branch 'hn/branch-push-slip-advice'
2026-07-13 Junio C HamanoMerge branch 'jk/format-patch-leakfix'
2026-07-13 Junio C HamanoMerge branch 'jk/reftable-leakfix'
2026-07-13 Junio C HamanoMerge branch 'ad/gpg-strip-cr-before-lf'
2026-07-13 Patrick Steinhardtodb: make optimizations pluggable
2026-07-13 Patrick Steinhardtbuiltin/gc: fix signedness issues in ODB-related functi...
2026-07-13 Patrick Steinhardtbuiltin/gc: refactor ODB optimizations to operate on...
2026-07-13 Patrick Steinhardtbuiltin/gc: introduce `odb_optimize_required()`
2026-07-13 Patrick Steinhardtbuiltin/gc: move geometric repacking into `odb_optimize()`
2026-07-13 Patrick Steinhardtbuiltin/gc: introduce object database optimization...
2026-07-13 Patrick Steinhardtbuiltin/gc: inline config values specific to the "files...
2026-07-13 Patrick Steinhardtbuiltin/gc: make repack arguments self-contained
2026-07-13 Patrick Steinhardtbuiltin/gc: extract object database optimizations into...
2026-07-13 Patrick Steinhardtbuiltin/gc: move worktree and rerere tasks before objec...
2026-07-13 Patrick Steinhardtodb: run "pre-auto-gc" hook for all maintenance tasks
2026-07-13 Patrick Steinhardtt7900: simplify how we check for maintenance tasks
2026-07-11 Marcelo Machado... t9811: replace 'test -f' and '! test -f' with 'test_path_*'
2026-07-11 Marcelo Machado... t9811: break long && chains into multiple lines
2026-07-10 Patrick Steinhardtobject-file: fix closing object stream twice
2026-07-10 Justin Toblerbuiltin/receive-pack: stage incoming objects via ODB...
2026-07-10 Justin Toblerbuiltin/receive-pack: drop redundant tmpdir env
2026-07-10 Justin Toblerodb/transaction: introduce ODB transaction flags
2026-07-10 Justin Toblerodb/transaction: add transaction env interface
2026-07-10 Justin Toblerodb/transaction: propagate commit errors
2026-07-10 Justin Toblerodb/transaction: propagate begin errors
2026-07-10 Justin Toblerobject-file: propagate files transaction errors
2026-07-10 Justin Toblerobject-file: drop check for inflight transactions
2026-07-10 Justin Toblerobject-file: embed transaction flush logic in commit...
2026-07-10 Justin Toblerobject-file: rename files transaction fsync function
2026-07-10 Justin Toblerobject-file: rename files transaction prepare function
2026-07-10 Chen Linxuanb4: include change-id in cover template
2026-07-10 Chen Linxuanconfig: add "worktree" and "worktree/i" includeIf condi...
2026-07-10 Chen Linxuanconfig: refactor include_by_gitdir() into include_by_path()
next
git clone https://git.99rst.org/PROJECT