]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-06-14  Patrick Steinhardthash: require hash algorithm in `empty_tree_oid_hex()`
2024-06-14  Patrick Steinhardthash: require hash algorithm in `is_empty_{blob,tree...
2024-06-14  Patrick Steinhardthash: make `is_null_oid()` independent of `the_repository`
2024-06-14  Patrick Steinhardthash: convert `oidcmp()` and `oideq()` to compare whole...
2024-06-14  Patrick Steinhardtglobal: ensure that object IDs are always padded
2024-06-14  Patrick Steinhardthash: require hash algorithm in `oidread()` and `oidclr()`
2024-06-14  Patrick Steinhardthash: require hash algorithm in `hasheq()`, `hashcmp...
2024-06-14  Patrick Steinhardthash: drop (mostly) unused `is_empty_{blob,tree}_sha1...
2024-06-14  Jeff Kingremote: drop checks for zero-url case
2024-06-14  Jeff Kingremote: always require at least one url in a remote
2024-06-14  Jeff Kingt5801: test remote.*.vcs config
2024-06-14  Jeff Kingt5801: make remote-testgit GIT_DIR setup more robust
2024-06-14  Jeff Kingremote: allow resetting url list
2024-06-14  Jeff Kingconfig: document remote.*.url/pushurl interaction
2024-06-14  Jeff Kingremote: simplify url/pushurl selection
2024-06-14  Jeff Kingremote: use strvecs to store remote url/pushurl
2024-06-14  Jeff Kingremote: transfer ownership of memory in add_url(), etc
2024-06-14  Jeff Kingremote: refactor alias_url() memory ownership
2024-06-14  Jeff Kingarchive: fix check for missing url
2024-06-14  Patrick SteinhardtBreakingChanges: document that we do not plan to deprec...
2024-06-14  Patrick SteinhardtBreakingChanges: document removal of grafting
2024-06-14  Patrick SteinhardtBreakingChanges: document upcoming change from "sha1...
2024-06-14  Patrick Steinhardtdocs: introduce document to announce breaking changes
2024-06-13  Junio C HamanoMerge branch 'gt/unit-test-oidtree' into ps/use-the...
2024-06-13  Junio C HamanoMerge branch 'ps/ref-storage-migration' into ps/use...
2024-06-12  Derrick Stoleecommit-graph: increment progress indicator
2024-06-12  Junio C HamanoThe thirteenth batch
2024-06-12  Junio C HamanoMerge branch 'gt/decorate-unit-test'
2024-06-12  Junio C HamanoMerge branch 'jk/sparse-leakfix'
2024-06-12  Junio C HamanoMerge branch 'jk/cap-exclude-file-size'
2024-06-12  Junio C HamanoMerge branch 'jc/safe-directory-leading-path'
2024-06-12  Junio C HamanoMerge branch 'gt/t-hash-unit-test'
2024-06-12  Junio C HamanoMerge branch 'cp/reftable-unit-test'
2024-06-12  Junio C HamanoMerge branch 'jc/t1517-more'
2024-06-12  Ghanshyam Thakkart/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
2024-06-12  Patrick Steinhardtobject-name: don't try to abbreviate to lengths greater...
2024-06-12  Patrick Steinhardtparse-options-cb: stop clamping "--abbrev=" to hash...
2024-06-12  Patrick Steinhardtconfig: fix segfault when parsing "core.abbrev" without...
2024-06-11  Patrick SteinhardtMakefile: add ability to append to CFLAGS and LDFLAGS
2024-06-11  Taylor Blaupack-revindex.c: guard against out-of-bounds pack lookups
2024-06-11  Taylor Blaupack-bitmap.c: avoid uninitialized `pack_int_id` during...
2024-06-11  Taylor Blaumidx-write.c: do not read existing MIDX with `packs_to_...
2024-06-11  Patrick Steinhardtbuiltin/blame: fix leaking ignore revs files
2024-06-11  Patrick Steinhardtbuiltin/blame: fix leaking prefixed paths
2024-06-11  Patrick Steinhardtblame: fix leaking data for blame scoreboards
2024-06-11  Patrick Steinhardtline-range: plug leaking find functions
2024-06-11  Patrick Steinhardtmerge: fix leaking merge bases
2024-06-11  Patrick Steinhardtbuiltin/merge: fix leaking `struct cmdnames` in `get_st...
2024-06-11  Patrick Steinhardtsequencer: fix memory leaks in `make_script_with_merges()`
2024-06-11  Patrick Steinhardtbuiltin/clone: plug leaking HEAD ref in `wanted_peer_re...
2024-06-11  Patrick Steinhardtapply: fix leaking string in `match_fragment()`
2024-06-11  Patrick Steinhardtsequencer: fix leaking string buffer in `commit_staged_...
2024-06-11  Patrick Steinhardtcommit: fix leaking parents when calling `commit_tree_e...
2024-06-11  Patrick Steinhardtconfig: fix leaking "core.notesref" variable
2024-06-11  Patrick Steinhardtrerere: fix various trivial leaks
2024-06-11  Patrick Steinhardtbuiltin/stash: fix leak in `show_stash()`
2024-06-11  Patrick Steinhardtrevision: free diff options
2024-06-11  Patrick Steinhardtbuiltin/log: fix leaking commit list in git-cherry(1)
2024-06-11  Patrick Steinhardtmerge-recursive: fix memory leak when finalizing merge
2024-06-11  Patrick Steinhardtbuiltin/merge-recursive: fix leaking object ID bases
2024-06-11  Patrick Steinhardtbuiltin/difftool: plug memory leaks in `run_dir_diff()`
2024-06-11  Patrick Steinhardtobject-name: free leaking object contexts
2024-06-11  Patrick Steinhardtbuiltin/rev-list: fix leaking bitmap index when calcula...
2024-06-11  Patrick Steinhardtnotes: fix memory leak when pruning notes
2024-06-11  Patrick Steinhardtrevision: fix leaking display notes
2024-06-11  Patrick Steinhardtmerge-recursive: fix leaking rename conflict info
2024-06-11  Patrick Steinhardtbiultin/rev-parse: fix memory leaks in `--parseopt...
2024-06-11  Patrick Steinhardtbundle: plug leaks in `create_bundle()`
2024-06-11  Patrick Steinhardtnotes-utils: free note trees when releasing copied...
2024-06-11  Patrick Steinhardtparse-options: fix leaks for users of OPT_FILENAME
2024-06-11  Patrick Steinhardtrevision: fix memory leak when reversing revisions
2024-06-10  Junio C HamanoThe twelfth batch
2024-06-10  Junio C HamanoMerge branch 'jk/leakfixes'
2024-06-10  Junio C HamanoMerge branch 'iw/trace-argv-on-alias'
2024-06-10  René Scharfediff: let external diffs report that changes are uninte...
2024-06-10  René Scharfeuserdiff: add and use struct external_diff
2024-06-10  René Scharfet4020: test exit code with external diffs
2024-06-10  Junio C Hamano__attribute__: add a few missing format attributes
2024-06-10  Junio C Hamano__attribute__: mark some functions with LAST_ARG_MUST_B...
2024-06-10  Junio C Hamano__attribute__: remove redundant attribute declaration...
2024-06-10  Junio C Hamano__attribute__: trace2_region_enter_printf() is like...
2024-06-08  Junio C Hamanoworktree_git_path(): move the declaration to path.h
2024-06-07  Dragan Simicdoc: interactive.singleKey is disabled by default
2024-06-07  Rubén Justoformat-patch: assume --cover-letter for diff in multi...
2024-06-07  Rubén Justot4014: cleanups in a few tests
2024-06-07  Junio C HamanoMerge branch 'tb/midx-write-cleanup'
2024-06-07  Jeff Kingimap-send: free all_msgs strbuf in "out" label
2024-06-07  Junio C HamanoMerge branch 'jc/t1517-more' into jk/imap-send-plug...
2024-06-07  Junio C HamanoMerge branch 'ps/no-writable-strings' into jk/imap...
2024-06-07  Patrick Steinhardtconfig.mak.dev: enable `-Wwrite-strings` warning
2024-06-07  Patrick Steinhardtbuiltin/merge: always store allocated strings in `pull_...
2024-06-07  Patrick Steinhardtbuiltin/rebase: always store allocated string in `optio...
2024-06-07  Patrick Steinhardtbuiltin/rebase: do not assign default backend to non...
2024-06-07  Patrick Steinhardtimap-send: fix leaking memory in `imap_server_conf`
2024-06-07  Patrick Steinhardtimap-send: drop global `imap_server_conf` variable
2024-06-07  Patrick Steinhardtmailmap: always store allocated strings in mailmap...
2024-06-07  Patrick Steinhardtrevision: always store allocated strings in output...
2024-06-07  Patrick Steinhardtremote-curl: avoid assigning string constant to non...
2024-06-07  Patrick Steinhardtsend-pack: always allocate receive status
2024-06-07  Patrick Steinhardtparse-options: cast long name for OPTION_ALIAS
next