]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
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...
2024-06-06  Patrick Steinhardtci/test-documentation: work around SyntaxWarning in...
2024-06-06  Patrick Steinhardtgitlab-ci: add job to run `make check-docs`
2024-06-06  Patrick SteinhardtDocumentation/lint-manpages: bubble up errors
2024-06-06  Patrick SteinhardtMakefile: extract script to lint missing/extraneous...
2024-06-05  Junio C Hamanoadd-i: finally retire add.interactive.useBuiltin
2024-06-05  Junio C Hamanoattr.tree: HEAD:.gitattributes is no longer the default...
2024-06-05  Jeff Kingsparse-checkout: free duplicate hashmap entries
2024-06-05  Jeff Kingsparse-checkout: free string list after displaying
2024-06-05  Jeff Kingsparse-checkout: free pattern list in sparse_checkout_l...
2024-06-05  Jeff Kingsparse-checkout: free sparse_filename after use
2024-06-05  Jeff Kingsparse-checkout: refactor temporary sparse_checkout_pat...
2024-06-05  Jeff Kingsparse-checkout: always free "line" strbuf after readin...
2024-06-05  Jeff Kingsparse-checkout: reuse --stdin buffer when reading...
2024-06-05  Jeff Kingdir.c: always copy input to add_pattern()
2024-06-05  Jeff Kingdir.c: reduce max pattern file size to 100MB
2024-06-04  Junio C Hamanoshow-ref: introduce --branches and deprecate --heads
2024-06-04  Junio C Hamanols-remote: introduce --branches and deprecate --heads
2024-06-04  Junio C Hamanorefs: call branches branches
2024-06-04  Junio C Hamanoimap-send: minimum leakfix
2024-06-04  Jeff Kingdir.c: free removed sparse-pattern hashmap entries
2024-06-04  Jeff Kingsparse-checkout: clear patterns when init() sees existi...
2024-06-04  Jeff Kingdir.c: free strings in sparse cone pattern hashmaps
2024-06-04  Jeff Kingsparse-checkout: pass string literals directly to add_p...
2024-06-04  Jeff Kingsparse-checkout: free string list in write_cone_to_file()
2024-06-03  Junio C HamanoThe tenth batch
2024-06-03  Junio C HamanoMerge branch 'th/push-local-ff-check-without-lazy-fetch'
2024-06-03  Junio C HamanoMerge branch 'ps/fix-reinit-includeif-onbranch'
2024-06-03  Junio C HamanoMerge branch 'ps/leakfixes' into ps/leakfixes-more
2024-05-31  Junio C HamanoSync with 'maint'
2024-05-31  Ian Wienandrun-command: show prepared command
2024-05-31  Ian WienandDocumentation: alias: add notes on shell expansion
2024-05-31  Jeff Kingdir.c: skip .gitignore, etc larger than INT_MAX
2024-05-31  Junio C HamanoPost 2.45.2 updates
2024-05-31  Junio C HamanoMerge branch 'jk/ci-macos-gcc13-fix' into maint-2.45
2024-05-31  Junio C HamanoMerge branch 'ma/win32-unix-domain-socket' into maint...
2024-05-31  Junio C HamanoMerge branch 'jt/doc-submitting-rerolled-series' into...
2024-05-31  Junio C HamanoMerge branch 'jc/doc-manpages-l10n' into maint-2.45
2024-05-31  Junio C HamanoMerge branch 'jc/compat-regex-calloc-fix' into maint...
2024-05-31  Junio C HamanoMerge branch 'jc/no-default-attr-tree-in-bare' into...
2024-05-31  Junio C HamanoMerge branch 'ps/ci-python-2-deprecation' into maint...
2024-05-31  Junio C HamanoMerge branch 'jc/test-workaround-broken-mv' into maint...
2024-05-31  Junio C HamanoMerge branch 'jc/git-gui-maintainer-update' into maint...
2024-05-31  Torsten BögershausenmacOS: ls-files path fails if path of workdir is NFD
2024-05-31  Junio C HamanoMerge branch 'jk/leakfixes' into jk/sparse-leakfix
2024-05-31  Junio C Hamanot1517: more coverage for commands that work without...
next