]> Kevux Git Server - rit/shortlog
rit
2024-08-14 Patrick Steinhardtbuiltin/fast-export: fix leaking diff options
2024-08-14 Patrick Steinhardtbuiltin/fast-import: plug trivial memory leaks
2024-08-14 Patrick Steinhardtbuiltin/notes: fix leaking `struct notes_tree` when...
2024-08-14 Patrick Steinhardtbuiltin/rebase: fix leaking `commit.gpgsign` value
2024-08-14 Patrick Steinhardtconfig: fix leaking comment character config
2024-08-14 Patrick Steinhardtsubmodule-config: fix leaking name entry when traversin...
2024-08-14 Patrick Steinhardtread-cache: fix leaking hashfile when writing index...
2024-08-14 Patrick Steinhardtbulk-checkin: fix leaking state TODO
2024-08-14 Patrick Steinhardtobject-name: fix leaking symlink paths in object context
2024-08-14 Patrick Steinhardtobject-file: fix memory leak when reading corrupted...
2024-08-14 Patrick Steinhardtgit: fix leaking system paths
2024-08-14 Patrick Steinhardtremote: plug memory leak when aliasing URLs
2024-08-14 Jacob Kellert9001-send-email.sh: fix quoting for mailrc --dump...
2024-08-13 Jeff Kingmidx: drop unused parameters from add_midx_to_chain()
2024-08-13 Patrick Steinhardtbundle: default to SHA1 when reading bundle headers
2024-08-13 Patrick Steinhardtbuiltin/bundle: have unbundle check for repo before...
2024-08-13 Chandra Pratapt-reftable-readwrite: add test for known error
2024-08-13 Chandra Pratapt-reftable-readwrite: use 'for' in place of infinite...
2024-08-13 Chandra Pratapt-reftable-readwrite: use free_names() instead of a...
2024-08-13 Chandra Pratapt: move reftable/readwrite_test.c to the unit testing...
2024-08-13 Patrick Steinhardtconfig: hide functions using `the_repository` by default
2024-08-13 Patrick Steinhardtglobal: prepare for hiding away repo-less config functions
2024-08-13 Patrick Steinhardtconfig: don't depend on `the_repository` with branch...
2024-08-13 Patrick Steinhardtconfig: don't have setters depend on `the_repository`
2024-08-13 Patrick Steinhardtconfig: pass repo to functions that rename or copy...
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_die_config()`
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_config_get_expiry_in_days()`
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_config_get_expiry()`
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_config_get_max_percent_split_...
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_config_get_split_index()`
2024-08-13 Patrick Steinhardtconfig: pass repo to `git_config_get_index_threads()`
2024-08-13 Patrick Steinhardtconfig: expose `repo_config_clear()`
2024-08-13 Patrick Steinhardtconfig: introduce missing setters that take repo as...
2024-08-13 Patrick Steinhardtpath: hide functions using `the_repository` by default
2024-08-13 Patrick Steinhardtpath: stop relying on `the_repository` in `worktree_git...
2024-08-13 Patrick Steinhardtpath: stop relying on `the_repository` when reporting...
2024-08-13 Patrick Steinhardthooks: remove implicit dependency on `the_repository`
2024-08-13 Patrick Steinhardteditor: do not rely on `the_repository` for interactive...
2024-08-13 Patrick Steinhardtpath: expose `do_git_common_path()` as `repo_common_pat...
2024-08-13 Patrick Steinhardtpath: expose `do_git_path()` as `repo_git_pathv()`
2024-08-09 Junio C Hamanoremerge-diff: clean up temporary objdir at a central...
2024-08-09 Junio C Hamanoremerge-diff: lazily prepare temporary objdir on demand
2024-08-09 Junio C Hamanodoc: grammofix in git-diff-tree
2024-08-09 Junio C Hamanotutorial: grammofix
2024-08-09 John Cairef-filter: populate symref from iterator
2024-08-09 John Cairefs: add referent to each_ref_fn
2024-08-09 John Cairefs: keep track of unresolved reference value in iterators
2024-08-09 Xing Xindiff-tree: fix crash when used with --remerge-diff
2024-08-09 Junio C Hamanotests: drop use of 'tee' that hides exit status
2024-08-08 Junio C HamanoThe third batch
2024-08-08 Junio C HamanoMerge branch 'ps/p4-tests-updates'
2024-08-08 Junio C HamanoMerge branch 'dh/encoding-trace-optim'
2024-08-08 Junio C HamanoMerge branch 'ps/doc-more-c-coding-guidelines'
2024-08-08 Junio C HamanoMerge branch 'rs/grep-omit-blank-lines-after-function...
2024-08-08 Junio C HamanoMerge branch 'dd/notes-empty-no-edit-by-default'
2024-08-08 Junio C HamanoMerge branch 'es/shell-check-updates'
2024-08-08 Junio C HamanoMerge branch 'rj/add-p-pager'
2024-08-08 Junio C HamanoMerge branch 'ks/unit-test-comment-typofix'
2024-08-08 AbdAlRahman Gadt7004: make use of write_script
2024-08-08 AbdAlRahman Gadt7004: use single quotes instead of double quotes
2024-08-08 AbdAlRahman Gadt7004: begin the test body on the same line as test_exp...
2024-08-08 AbdAlRahman Gadt7004: description on the same line as test_expect_success
2024-08-08 AbdAlRahman Gadt7004: do not prepare things outside test_expect_success
2024-08-08 AbdAlRahman Gadt7004: use indented here-doc
2024-08-08 AbdAlRahman Gadt7004: one command per line
2024-08-08 AbdAlRahman Gadt7004: remove space after redirect operators
2024-08-08 Patrick Steinhardtreftable/stack: handle locked tables during auto-compaction
2024-08-08 Patrick Steinhardtreftable/stack: fix corruption on concurrent compaction
2024-08-08 Patrick Steinhardtreftable/stack: use lock_file when adding table to...
2024-08-08 Patrick Steinhardtreftable/stack: do not die when fsyncing lock file...
2024-08-08 Patrick Steinhardtreftable/stack: simplify tracking of table locks
2024-08-08 Patrick Steinhardtreftable/stack: update stats on failed full compaction
2024-08-08 Patrick Steinhardtreftable/stack: test compaction with already-locked...
2024-08-08 Patrick Steinhardtreftable/stack: extract function to setup stack with...
2024-08-08 Patrick Steinhardtreftable/stack: refactor function to gather table sizes
2024-08-08 shejialuofsck: add ref name check for files backend
2024-08-08 shejialuofiles-backend: add unified interface for refs scanning
2024-08-08 shejialuobuiltin/refs: add verify subcommand
2024-08-08 shejialuorefs: set up ref consistency check infrastructure
2024-08-08 shejialuofsck: add refs report function
2024-08-08 shejialuofsck: add a unified interface for reporting fsck messages
2024-08-08 shejialuofsck: make "fsck_error" callback generic
2024-08-08 shejialuofsck: rename objects-related fsck error functions
2024-08-08 shejialuofsck: rename "skiplist" to "skip_oids"
2024-08-08 Patrick Steinhardtobject: fix leaking packfiles when closing object store
2024-08-08 Patrick Steinhardtsubmodule: fix leaking seen submodule names
2024-08-08 Patrick Steinhardtsubmodule: fix leaking fetch tasks
2024-08-08 Patrick Steinhardtbuiltin/submodule: allow "add" to use different ref...
2024-08-08 Patrick Steinhardtrefs: fix ref storage format for submodule ref stores
2024-08-08 Patrick Steinhardtbuiltin/clone: propagate ref storage format to submodules
2024-08-08 Patrick Steinhardtbuiltin/submodule: allow cloning with different ref...
2024-08-08 Patrick Steinhardtgit-submodule.sh: break overly long command lines
2024-08-08 Patrick Steinhardttransport: mark more tests leak-free
2024-08-08 Junio C Hamanotransport: fix leak with transport helper URLs
2024-08-07 Junio C HamanoMerge branch 'ps/refs-wo-the-repository' into ps/config...
2024-08-06 Junio C HamanoMerge branch 'ps/leakfixes-part-3' into ps/leakfixes...
2024-08-06 Taylor Blaumidx: implement support for writing incremental MIDX...
2024-08-06 Taylor Blaut/t5313-pack-bounds-checks.sh: prepare for sub-directories
2024-08-06 Taylor Blaut: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
2024-08-06 Taylor Blaumidx: implement verification support for incremental...
next