]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-06-20  Junio C HamanoThe fifteenth batch
2024-06-20  Junio C HamanoMerge branch 'jc/heads-are-branches'
2024-06-20  Junio C HamanoMerge branch 'ps/document-breaking-changes'
2024-06-20  Junio C HamanoMerge branch 'pw/rebase-i-error-message'
2024-06-20  Junio C HamanoMerge branch 'ds/ahead-behind-fix'
2024-06-20  Junio C HamanoMerge branch 'ps/abbrev-length-before-setup-fix'
2024-06-20  Junio C HamanoMerge branch 'rj/format-patch-auto-cover-with-interdiff'
2024-06-20  Junio C HamanoMerge branch 'kn/update-ref-symref'
2024-06-20  Junio C HamanoMerge branch 'gt/unit-test-oidtree'
2024-06-20  Junio C HamanoMerge branch 'tb/multi-pack-reuse-fix'
2024-06-20  Junio C HamanoMerge branch 'ps/make-append-to-cflags'
2024-06-20  Junio C HamanoMerge branch 'rs/diff-exit-code-with-external-diff'
2024-06-20  Junio C HamanoMerge branch 'ds/doc-add-interactive-singlekey'
2024-06-17  Junio C HamanoThe fourteenth batch
2024-06-17  Junio C HamanoMerge branch 'jk/imap-send-plug-all-msgs-leak'
2024-06-17  Junio C HamanoMerge branch 'ps/no-writable-strings'
2024-06-17  Junio C HamanoMerge branch 'jk/am-retry'
2024-06-17  Junio C HamanoMerge branch 'jc/varargs-attributes'
2024-06-17  Junio C HamanoMerge branch 'ps/ref-storage-migration'
2024-06-17  Junio C HamanoMerge branch 'ps/check-docs-fix'
2024-06-17  Junio C HamanoMerge branch 'ps/ci-fix-detection-of-ubuntu-20'
2024-06-17  Junio C HamanoMerge branch 'ap/credential-clear-fix'
2024-06-17  Junio C HamanoMerge branch 'jc/format-patch-with-range-diff'
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-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-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-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-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'
next