]> Kevux Git Server - rit/shortlog
rit
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-04 Junio C Hamanoimap-send: minimum leakfix
2024-05-31 Junio C Hamanot1517: more coverage for commands that work without...
2024-05-30 Junio C HamanoMerge branch 'jc/undecided-is-not-necessarily-sha1...
2024-05-30 Junio C HamanoMerge branch 'ps/refs-without-the-repository-updates'
2024-05-30 Junio C HamanoMerge branch 'ps/reftable-reusable-iterator'
2024-05-30 Junio C HamanoMerge branch 'ps/reftable-write-options'
2024-05-30 Junio C HamanoMerge branch 'ps/undecided-is-not-necessarily-sha1'
2024-05-29 Junio C HamanoMerge branch 'ps/leakfixes' into ps/no-writable-strings
2024-05-28 Junio C HamanoThe eighth batch
2024-05-28 Junio C HamanoMerge branch 'ps/leakfixes-base'
2024-05-28 Junio C HamanoMerge branch 'kn/osxkeychain-skip-idempotent-store'
2024-05-28 Junio C HamanoMerge branch 'jc/format-patch-more-aggressive-range...
2024-05-28 Junio C HamanoMerge branch 'jc/rev-parse-fatal-doc'
2024-05-28 Junio C HamanoMerge branch 'jc/t0017-clarify-bogus-expectation'
2024-05-28 Junio C HamanoMerge branch 'ds/send-email-per-message-block'
2024-05-28 Junio C HamanoMerge branch 'ps/complete-config-w-subcommands'
2024-05-28 Junio C HamanoMerge branch 'jc/doc-diff-name-only'
2024-05-28 Junio C HamanoMerge branch 'tb/pack-bitmap-write-cleanups'
2024-05-28 Junio C HamanoMerge branch 'ps/builtin-config-cleanup'
2024-05-28 Junio C HamanoMerge branch 'ps/pseudo-ref-terminology'
2024-05-28 Junio C HamanoMerge branch 'kn/patch-iteration-doc'
2024-05-28 Junio C HamanoMerge branch 'mt/t0211-typofix'
2024-05-28 Junio C HamanoMerge branch 'jc/doc-manpages-l10n'
2024-05-27 Patrick Steinhardtbuiltin/mv: fix leaks for submodule gitfile paths
2024-05-27 Patrick Steinhardtbuiltin/mv: refactor to use `struct strvec`
2024-05-27 Patrick Steinhardtbuiltin/mv duplicate string list memory
2024-05-27 Patrick Steinhardtbuiltin/mv: refactor `add_slash()` to always return...
2024-05-27 Patrick Steinhardtstrvec: add functions to replace and remove strings
2024-05-27 Patrick Steinhardtsubmodule: fix leaking memory for submodule entries
2024-05-27 Patrick Steinhardtcommit-reach: fix memory leak in `ahead_behind()`
2024-05-27 Patrick Steinhardtbuiltin/credential: clear credential before exit
2024-05-27 Patrick Steinhardtconfig: plug various memory leaks
2024-05-27 Patrick Steinhardtconfig: clarify memory ownership in `git_config_string()`
2024-05-27 Patrick Steinhardtbuiltin/log: stop using globals for format config
2024-05-27 Patrick Steinhardtbuiltin/log: stop using globals for log config
2024-05-27 Patrick Steinhardtconvert: refactor code to clarify ownership of check_ro...
2024-05-27 Patrick Steinhardtdiff: refactor code to clarify memory ownership of...
2024-05-27 Patrick Steinhardtconfig: clarify memory ownership in `git_config_pathname()`
2024-05-27 Patrick Steinhardthttp: refactor code to clarify memory ownership
2024-05-27 Patrick Steinhardtcheckout: clarify memory ownership in `unique_tracking_...
2024-05-27 Patrick Steinhardtstrbuf: fix leak when `appendwholeline()` fails with EOF
2024-05-27 Patrick Steinhardtt: mark a bunch of tests as leak-free
2024-05-27 Patrick Steinhardttransport-helper: fix leaking helper name
2024-05-27 Patrick Steinhardtci: add missing dependency for TTY prereq
2024-05-23 Junio C HamanoThe seventh batch
2024-05-23 Junio C HamanoMerge branch 'mt/openindiana-portability'
2024-05-23 Junio C HamanoMerge branch 'dg/fetch-pack-code-cleanup'
2024-05-23 Junio C HamanoMerge branch 'dm/update-index-doc-fix'
2024-05-23 Junio C HamanoMerge branch 'jc/patch-flow-updates'
2024-05-23 Junio C HamanoMerge branch 'it/refs-name-conflict'
2024-05-23 Junio C HamanoMerge branch 'la/hide-trailer-info'
2024-05-21 Junio C Hamanoapply: fix uninitialized hash function
2024-05-21 Patrick Steinhardtbuiltin/hash-object: fix uninitialized hash function
2024-05-21 Patrick Steinhardtbuiltin/patch-id: fix uninitialized hash function
2024-05-21 Junio C Hamanot1517: test commands that are designed to be run outsid...
2024-05-21 Junio C Hamanosetup: add an escape hatch for "no more default hash...
2024-05-20 Junio C HamanoThe sixth batch
2024-05-20 Junio C HamanoMerge branch 'jc/compat-regex-calloc-fix'
2024-05-20 Junio C HamanoMerge branch 'kn/ref-transaction-symref'
2024-05-17 Marcel Telkat/t9001-send-email.sh: sed - remove the i flag for s
2024-05-17 Marcel Telkat/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
2024-05-17 Marcel Telkat/t1700-split-index.sh: mv -v is not portable
2024-05-17 Marcel Telkat/t4202-log.sh: fix misspelled variable
2024-05-17 Marcel Telkat/t0600-reffiles-backend.sh: rm -v is not portable
2024-05-17 Marcel Telkat/t9902-completion.sh: backslashes in echo
2024-05-17 Marcel TelkaSwitch grep from non-portable BRE to portable ERE
2024-05-17 Junio C Hamanodiff: document what --name-only shows
2024-05-17 Junio C HamanoSubmittingPatches: advertise git-manpages-l10n project...
2024-05-17 Patrick Steinhardtrefs/packed: remove references to `the_hash_algo`
2024-05-17 Patrick Steinhardtrefs/files: remove references to `the_hash_algo`
next