]> Kevux Git Server - rit/shortlog
rit
2024-09-12 Patrick Steinhardtenvironment: stop storing "core.notesRef" globally
2024-09-12 Patrick Steinhardtenvironment: stop storing "core.warnAmbiguousRefs"...
2024-09-12 Patrick Steinhardtenvironment: stop storing "core.preferSymlinkRefs"...
2024-09-12 Patrick Steinhardtenvironment: stop storing "core.logAllRefUpdates" globally
2024-09-12 Patrick Steinhardtrefs: stop modifying global `log_all_ref_updates` variable
2024-09-12 Patrick Steinhardtbranch: stop modifying `log_all_ref_updates` variable
2024-09-12 Patrick Steinhardtrepo-settings: track defaults close to `struct repo_set...
2024-09-12 Patrick Steinhardtrepo-settings: split out declarations into a standalone...
2024-09-12 Patrick Steinhardtenvironment: guard state depending on a repository
2024-09-12 Patrick Steinhardtenvironment: reorder header to split out `the_repositor...
2024-09-12 Patrick Steinhardtenvironment: move `set_git_dir()` and related into...
2024-09-12 Patrick Steinhardtenvironment: make `get_git_namespace()` self-contained
2024-09-12 Patrick Steinhardtenvironment: move object database functions into object...
2024-09-12 Patrick Steinhardtconfig: make dependency on repo in `read_early_config...
2024-09-12 Patrick Steinhardtconfig: document `read_early_config()` and `read_very_e...
2024-09-12 Patrick Steinhardtenvironment: make `get_git_work_tree()` accept a repository
2024-09-12 Patrick Steinhardtenvironment: make `get_graft_file()` accept a repository
2024-09-12 Patrick Steinhardtenvironment: make `get_index_file()` accept a repository
2024-09-12 Patrick Steinhardtenvironment: make `get_object_directory()` accept a...
2024-09-12 Patrick Steinhardtenvironment: make `get_git_common_dir()` accept a repos...
2024-09-12 Patrick Steinhardtenvironment: make `get_git_dir()` accept a repository
2024-09-11 Martin Ågrent0211: add missing LIBCURL prereq
2024-09-11 Martin Ågrent1517: add missing LIBCURL prereq
2024-09-10 Junio C HamanoThe fourteenth batch
2024-09-10 Junio C HamanoMerge branch 'sp/mailmap'
2024-09-10 Junio C HamanoMerge branch 'ps/declare-pack-redundamt-dead'
2024-09-10 Junio C HamanoMerge branch 'ah/mergetols-vscode'
2024-09-10 Junio C HamanoMerge branch 'rj/compat-terminal-unused-fix'
2024-09-10 Junio C HamanoMerge branch 'jk/free-commit-buffer-of-skipped-commits'
2024-09-10 Patrick SteinhardtMakefile: rename clar-related variables to avoid confusion
2024-09-10 Eric Sunshinechainlint: reduce annotation noise-factor
2024-09-10 Eric Sunshinechainlint: make error messages self-explanatory
2024-09-10 Eric Sunshinechainlint: don't be fooled by "?!...?!" in test body
2024-09-10 Patrick Steinhardtref-filter: fix leak with unterminated %(if) atoms
2024-09-09 Jeff Kingref-filter: add ref_format_clear() function
2024-09-09 Jeff Kingref-filter: fix leak when formatting %(push:remoteref)
2024-09-09 Jeff Kingref-filter: fix leak with %(describe) arguments
2024-09-09 Jeff Kingref-filter: fix leak of %(trailers) "argbuf"
2024-09-09 Jeff Kingref-filter: store ref_trailer_buf data per-atom
2024-09-09 Jeff Kingref-filter: drop useless cast in trailers_atom_parser()
2024-09-09 Jeff Kingref-filter: strip signature when parsing tag trailers
2024-09-09 Jeff Kingref-filter: avoid extra copies of payload/signature
2024-09-09 Jeff Kingt6300: drop newline from wrapped test title
2024-09-09 Junio C Hamanoci: remove 'Upload failed tests' directories' step...
2024-09-09 Junio C HamanoMerge branch 'cp/unit-test-reftable-stack' into ps...
2024-09-09 Chandra Pratapt-reftable-stack: add test for stack iterators
2024-09-09 Chandra Pratapt-reftable-stack: add test for non-default compaction...
2024-09-09 Chandra Pratapt-reftable-stack: use reftable_ref_record_equal() to...
2024-09-09 Alex Henrieapply: support --ours, --theirs, and --union for three...
2024-09-09 Junio C Hamanodoc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetch
2024-09-09 Ramsay Jonesconfig.mak.uname: add HAVE_DEV_TTY to cygwin config...
2024-09-08 Chandra Pratapt-reftable-stack: use Git's tempfile API instead of...
2024-09-08 Chandra Pratapt: harmonize t-reftable-stack.c with coding guidelines
2024-09-08 Chandra Pratapt: move reftable/stack_test.c to the unit testing framework
2024-09-08 René Scharfediff: report dirty submodules as changes in builtin_diff()
2024-09-08 René Scharfediff: report copies and renames as changes in run_diff_...
2024-09-06 Derrick Stoleeadvice: recommend GIT_ADVICE=0 for tools
2024-09-06 Derrick Stoleescalar: add --no-tags option to 'scalar clone'
2024-09-06 Junio C HamanoThe thirteenth batch
2024-09-06 Junio C HamanoMerge branch 'jk/maybe-unused-cleanup'
2024-09-06 Junio C HamanoMerge branch 'jc/unused-on-windows'
2024-09-06 Junio C HamanoMerge branch 'jk/unused-parameters'
2024-09-06 Junio C HamanoMerge branch 'jc/maybe-unused'
2024-09-06 Junio C HamanoMerge branch 'jk/send-email-mailmap'
2024-09-06 Stephen P.... .mailmap document current address.
2024-09-06 Brian Lylesinterpret-trailers: handle message without trailing...
2024-09-06 Jeff Kingsparse-checkout: use fdopen_lock_file() instead of...
2024-09-06 Jeff Kingsparse-checkout: check commit_lock_file when writing...
2024-09-06 Jeff Kingsparse-checkout: consolidate cleanup when writing patterns
2024-09-05 Jeff Kingdrop trailing newline from warning/error/die messages
2024-09-05 Patrick Steinhardtbuiltin/repack: fix leaking keep-pack list
2024-09-05 Patrick Steinhardtmerge-ort: fix two leaks when handling directory rename...
2024-09-05 Patrick Steinhardtmatch-trees: fix leaking prefixes in `shift_tree()`
2024-09-05 Patrick Steinhardtbuiltin/fmt-merge-msg: fix leaking buffers
2024-09-05 Patrick Steinhardtbuiltin/grep: fix leaking object context
2024-09-05 Patrick Steinhardtbuiltin/pack-objects: plug leaking list of keep-packs
2024-09-05 Patrick Steinhardtbuiltin/repack: fix leaking line buffer when packing...
2024-09-05 Patrick Steinhardtnegotiator/skipping: fix leaking commit entries
2024-09-05 Patrick Steinhardtshallow: fix leaking members of `struct shallow_info`
2024-09-05 Patrick Steinhardtshallow: free grafts when unregistering them
2024-09-05 Patrick Steinhardtobject: clear grafts when clearing parsed object pool
2024-09-05 Patrick Steinhardtgpg-interface: fix misdesigned signing key interfaces
2024-09-05 Patrick Steinhardtsend-pack: fix leaking push cert nonce
2024-09-05 Patrick Steinhardtremote: fix leak in reachability check of a remote...
2024-09-05 Patrick Steinhardtremote: fix leaking tracking refs
2024-09-05 Patrick Steinhardtbuiltin/submodule--helper: fix leaking refs on push...
2024-09-05 Patrick Steinhardtsubmodule: fix leaking fetch task data
2024-09-05 Patrick Steinhardtupload-pack: fix leaking child process data on reachabi...
2024-09-05 Patrick Steinhardtbuiltin/push: fix leaking refspec query result
2024-09-05 Patrick Steinhardtsend-pack: fix leaking common object IDs
2024-09-05 Patrick Steinhardtfetch-pack: fix memory leaks on fetch negotiation
2024-09-05 Patrick Steinhardtt/test-lib: allow skipping leak checks for passing...
2024-09-04 Kevin Lylesbuiltin/cat-file: mark 'git cat-file' sparse-index...
2024-09-04 Kevin Lylest1092: allow run_on_* functions to use standard input
2024-09-04 Johannes Schindelinclar: add CMake support
2024-09-04 Patrick Steinhardtt/unit-tests: convert ctype tests to use clar
2024-09-04 Patrick Steinhardtt/unit-tests: convert strvec tests to use clar
2024-09-04 Patrick Steinhardtt/unit-tests: implement test driver
2024-09-04 Patrick SteinhardtMakefile: wire up the clar unit testing framework
2024-09-04 Patrick SteinhardtMakefile: do not use sparse on third-party sources
next