messages from 2025-05-14 13:04:42 to 2025-05-16 10:13:06 UTC [more...]
[PATCH 00/11] CodeQL-inspired fixes
2025-05-16 10:13 UTC (32+ messages)
` [PATCH 01/11] commit: simplify code
` [PATCH 02/11] fetch: carefully clear local variable's address after use
` [PATCH 03/11] commit-graph: avoid malloc'ing a local variable
` [PATCH 04/11] upload-pack: rename `enum` to reflect the operation
` [PATCH 05/11] has_dir_name(): make code more obvious
` [PATCH 06/11] fetch: avoid unnecessary work when there is no current branch
` [PATCH 07/11] Avoid redundant conditions
` [PATCH 08/11] trace2: avoid "futile conditional"
` [PATCH 09/11] commit-graph: avoid using stale stack addresses
` [PATCH 10/11] bundle-uri: avoid using undefined output of `sscanf()`
` [PATCH 11/11] sequencer: stop pretending that an assignment is a condition
[RFC PATCH 0/2] rebase: support --trailer and add --reviewby
2025-05-16 10:04 UTC (5+ messages)
` [RFC PATCH 2/2] rebase: support --trailer
[PATCH 0/3] fetch/receive: use batched reference updates
2025-05-16 10:00 UTC (28+ messages)
` [PATCH 1/3] fetch: "
` [PATCH 2/3] send-pack: fix memory leak around duplicate refs
` [PATCH 3/3] receive-pack: use batched reference updates
` [PATCH v2 0/4] fetch/receive: "
` [PATCH v2 1/4] refs: add function to translate errors to strings
` [PATCH v2 2/4] fetch: use batched reference updates
` [PATCH v2 3/4] send-pack: fix memory leak around duplicate refs
` [PATCH v2 4/4] receive-pack: use batched reference updates
[PATCH 0/13] dropping support for non-standard object types
2025-05-16 9:52 UTC (19+ messages)
` [PATCH 01/13] object-file.h: fix typo in variable declaration
` [PATCH 02/13] cat-file: make --allow-unknown-type a noop
` [PATCH 03/13] object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flag
` [PATCH 04/13] cat-file: use type enum instead of buffer for -t option
` [PATCH 05/13] oid_object_info_convert(): stop using string for object type
` [PATCH 06/13] fsck: stop using object_info->type_name strbuf
` [PATCH 07/13] oid_object_info(): drop type_name strbuf
` [PATCH 08/13] t/helper: add zlib test-tool
` [PATCH 09/13] t: add lib-loose.sh
` [PATCH 10/13] hash-object: stop allowing unknown types
` [PATCH 11/13] hash-object: merge HASH_* and INDEX_* flags
` [PATCH 12/13] hash-object: handle --literally with OPT_NEGBIT
` [PATCH 13/13] object-file: drop support for writing objects with unknown types
[GSoC PATCH v3 0/2] json-writer: describe the jw_* functions
2025-05-16 8:59 UTC (4+ messages)
` [GSoC PATCH v3 1/2] json-writer: add docstrings to "
` [GSoC PATCH v3 2/2] json-writer: describe the usage of "
[PATCH] packfile: avoid access(3p) calls for missing packs
2025-05-16 8:55 UTC
[PATCH v2] submodule: prevent overwriting .gitmodules entry on path reuse
2025-05-16 8:51 UTC (4+ messages)
` [PATCH v3] "
[PATCH 0/4] update MyFirstContribution with current code base
2025-05-16 8:20 UTC (7+ messages)
[PATCH v5 0/1] Added the closing ")" to make sure is not unbalanced and corrected the tests for word diff
2025-05-16 7:25 UTC (4+ messages)
` [PATCH v6 0/1] Added the newline after the test in t/4018
` [PATCH v6 1/1] userdiff: extend Bash pattern to cover more shell function forms
[PATCH 0/5] miscellaneous build mods (part 2)
2025-05-16 5:45 UTC (16+ messages)
` [PATCH 1/5] meson.build: quote the GITWEBDIR build configuration
` [PATCH 2/5] meson: correct install location of YAML.pm
` [PATCH 3/5] meson: correct path to system config/attribute files
` [PATCH 4/5] meson.build: correct setting of GIT_EXEC_PATH
` [PATCH 5/5] configure.ac: upgrade to a compilation check for sysinfo
` [PATCH v2 0/5] miscellaneous build mods (part 2)
` [PATCH v2 3/5] meson: correct path to system config/attribute files
[PATCH RFC 0/5] Introduce git-blame-tree(1) command
2025-05-16 4:38 UTC (19+ messages)
[PATCH v2] fill_oids_from_packs: fix memory leak when fill_oids_from_packs failed
2025-05-15 21:56 UTC (3+ messages)
` [PATCH v3] commit-grap: fix memory leak when `fill_oids_from_packs()` fails
Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
2025-05-15 20:10 UTC (24+ messages)
` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)
[PATCH 00/14] Some defensive programming
2025-05-15 20:32 UTC (19+ messages)
` [PATCH 01/14] revision: "
` [PATCH 02/14] get_parent(): "
` [PATCH 03/14] fetch-pack: "
` [PATCH 04/14] unparse_commit(): "
` [PATCH 05/14] verify_commit_graph(): "
` [PATCH 06/14] stash: "
` [PATCH 07/14] "
` [PATCH 08/14] push: "
` [PATCH 09/14] fetch: "
` [PATCH 10/14] describe: "
` [PATCH 11/14] inherit_tracking(): "
` [PATCH 12/14] submodule: check return value of `submodule_from_path()`
` [PATCH 13/14] test-tool repository: check return value of `lookup_commit()`
` [PATCH 14/14] shallow: handle missing shallow commits gracefully
[PATCH RFC] diff --no-index: teach option to exclude files by pattern
2025-05-15 20:24 UTC (5+ messages)
[PATCH RFC v2] diff --no-index: support limiting by pathspec
2025-05-15 20:22 UTC
[PATCH] git-gui: do not end the commit message with an empty line
2025-05-15 18:49 UTC (5+ messages)
` [PATCH v2] "
[PATCH] sequencer: fix memory leak if `update_squash_messages()` failed
2025-05-15 16:43 UTC (4+ messages)
[PATCH] sequencer: fix memory leak if `todo_list_rearrange_squash()` failed
2025-05-15 16:37 UTC (4+ messages)
[PATCH] sequencer: make it clearer that commit descriptions are just comments
2025-05-15 15:56 UTC (7+ messages)
[PATCH] Handle rebase fork-point options in pull --rebase
2025-05-15 13:57 UTC (2+ messages)
[PATCH] replay: replace the_repository with repo parameter passed to cmd_replay()
2025-05-15 13:24 UTC (3+ messages)
[PATCH] commit: Add commit.signoff configuration option
2025-05-15 13:22 UTC (5+ messages)
[PATCH 0/2] merge-tree: add new --mergeability-only option
2025-05-15 13:07 UTC (10+ messages)
` [PATCH v2 0/2] merge-tree: add new --dry-run option
` [PATCH v2 2/2] merge-tree: add a new --dry-run flag
` [PATCH v3 0/2] merge-tree: add new --dry-run option
` [PATCH v3 2/2] merge-tree: add a new --dry-run flag
[PATCH 0/3] Better support for customising context lines in --patch commands
2025-05-15 12:58 UTC (12+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 3/4] add-patch: respect diff.context configuration
` [PATCH v2 4/4] add-patch: add diff.context command line overrides
[PATCH v4 0/3] align the behavior when opening "packed-refs"
2025-05-15 12:57 UTC (9+ messages)
` [PATCH v4 3/3] packed-backend: mmap large "packed-refs" file during fsck
` [PATCH v5 0/3] align the behavior when opening "packed-refs"
` [PATCH v5 1/3] packed-backend: fsck should warn when "packed-refs" file is empty
` [PATCH v5 2/3] packed-backend: extract snapshot allocation in `load_contents`
` [PATCH v5 3/3] packed-backend: mmap large "packed-refs" file during fsck
[PATCH 0/4] meson: parse TAP output generated by our tests
2025-05-15 11:35 UTC (9+ messages)
` [PATCH 1/4] t: fix cases where output breaks TAP format
` [PATCH 3/4] meson: introduce kwargs variable for tests
` [PATCH 4/4] meson: parse TAP output generated by our tests
[PATCH] docs: add instructions to use Yahoo with send-mail
2025-05-15 10:29 UTC (6+ messages)
` [PATCH v2 0/2] docs: update email credential helpers
` [PATCH v2 1/2] docs: add credential helper for yahoo and link Google's sendgmail tool
` [PATCH v2 2/2] docs: remove credential helper links for emails from gitcredentials
[PATCH 00/17] object-store: carve out the object database subsystem
2025-05-15 8:22 UTC (4+ messages)
` [PATCH v3 "
[PATCH] pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
2025-05-15 1:37 UTC (6+ messages)
[PATCH v2 0/4] scalar: add --no-maintenance option
2025-05-14 22:16 UTC (4+ messages)
` [PATCH v3 "
` [PATCH 5/4] scalar reconfigure: improve --maintenance docs
git svn clone failed
2025-05-14 20:05 UTC (9+ messages)
` Cleaning up "contrib/" (was: git svn clone failed)
` Cleaning up "contrib/"
/: [FirstTimer] Remove DISABLE_SIGN_COMPARE_WARNINGS from file add-interactive.c
2025-05-14 19:18 UTC
[PATCH 0/3] minor oidmap cleanups
2025-05-14 17:59 UTC (7+ messages)
` [PATCH 2/3] oidmap: add size function
` [PATCH 3/3] raw_object_store: drop extra pointer to replace_map
[PATCH] gitlab-ci: always run MSVC-based Meson job
2025-05-14 16:55 UTC (5+ messages)
"POSIXLY_CORRECT" - "msgfmt: msgfmt: --tcl requires a "-l locale" specification"
2025-05-14 15:59 UTC (3+ messages)
[PATCH v2 04/11] contrib: remove "thunderbird-patch-inline"
2025-05-14 15:19 UTC (4+ messages)
[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
2025-05-14 15:16 UTC (2+ messages)
[PATCH v3 0/6] Nominating "whatchanged" for removal
2025-05-14 13:38 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 4/6] whatchanged: require --i-still-use-this
Re [BUG] git stash incorrectly showing submodule branch instead of superproject branch
2025-05-14 13:28 UTC (6+ messages)
` [PATCH] stash: fix incorrect branch name in stash message
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox