]> Kevux Git Server - rit/shortlog
rit
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
2024-06-07 Patrick Steinhardthttp: do not assign string constant to non-const field
2024-06-07 Patrick Steinhardtcompat/win32: fix const-correctness with string constants
2024-06-07 Patrick Steinhardtpretty: add casts for decoration option pointers
2024-06-07 Patrick Steinhardtobject-file: make `buf` parameter of `index_mem()`...
2024-06-07 Patrick Steinhardtobject-file: mark cached object buffers as const
2024-06-07 Patrick Steinhardtident: add casts for fallback name and GECOS
2024-06-07 Patrick Steinhardtentry: refactor how we remove items for delayed checkouts
2024-06-07 Patrick Steinhardtline-log: always allocate the output prefix
2024-06-07 Patrick Steinhardtline-log: stop assigning string constant to file parent...
2024-06-07 Patrick Steinhardtdiff: cast string constant in `fill_textconv()`
2024-06-07 Patrick Steinhardtbuiltin/remote: cast away constness in `get_head_names()`
2024-06-07 Patrick Steinhardtrefspec: remove global tag refspec structure
2024-06-07 Patrick Steinhardtreftable: cast away constness when assigning constants...
2024-06-07 Patrick Steinhardtrefs/reftable: stop micro-optimizing refname allocation...
2024-06-07 Patrick Steinhardtglobal: convert intentionally-leaking config strings...
2024-06-07 Patrick Steinhardtglobal: improve const correctness when assigning string...
2024-06-07 Karthik Nayakupdate-ref: add support for 'symref-update' command
2024-06-07 Karthik Nayakreftable: pick either 'oid' or 'target' for new updates
2024-06-07 Karthik Nayakupdate-ref: add support for 'symref-create' command
2024-06-07 Karthik Nayakupdate-ref: add support for 'symref-delete' command
2024-06-07 Karthik Nayakupdate-ref: add support for 'symref-verify' command
2024-06-07 Karthik Nayakrefs: specify error for regular refs with `old_target`
2024-06-07 Karthik Nayakrefs: create and use `ref_update_expects_existing_old_r...
2024-06-07 Taylor Blauserver-info.c: remove temporary info files on exit
2024-06-07 Taylor Blaucommit-graph.c: remove temporary graph layers on exit
2024-06-06 Junio C HamanoThe eleventh batch
2024-06-06 Junio C HamanoMerge branch 'mt/openindiana-scalar'
2024-06-06 Junio C HamanoMerge branch 'rs/difftool-env-simplify'
2024-06-06 Junio C HamanoMerge branch 'th/quiet-lazy-fetch-from-promisor'
2024-06-06 Junio C HamanoMerge branch 'ps/leakfixes'
2024-06-06 Aaron Plattnercredential: clear expired c->credential, unify secret...
2024-06-06 Jeff Kingtest-terminal: drop stdin handling
2024-06-06 Jeff Kingam: add explicit "--retry" option
2024-06-06 Patrick Steinhardtci: fix check for Ubuntu 20.04
2024-06-06 Patrick Steinhardtbuiltin/refs: new command to migrate ref storage formats
2024-06-06 Patrick Steinhardtrefs: implement logic to migrate between ref storage...
2024-06-06 Patrick Steinhardtrefs: implement removal of ref storages
2024-06-06 Patrick Steinhardtworktree: don't store main worktree twice
2024-06-06 Patrick Steinhardtreftable: inline `merged_table_release()`
2024-06-06 Patrick Steinhardtrefs/files: fix NULL pointer deref when releasing ref...
2024-06-06 Patrick Steinhardtrefs/files: extract function to iterate through root...
2024-06-06 Patrick Steinhardtrefs/files: refactor `add_pseudoref_and_head_entries()`
2024-06-06 Patrick Steinhardtrefs: allow to skip creation of reflog entries
2024-06-06 Patrick Steinhardtrefs: pass storage format to `ref_store_init()` explicitly
2024-06-06 Patrick Steinhardtrefs: convert ref storage format to an enum
2024-06-06 Patrick Steinhardtsetup: unset ref storage when reinitializing repository...
next