git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-08 15:12:57 to 2025-05-10 20:07:39 UTC [more...]

[PATCH 00/10] Spring cleanup of "contrib/"
 2025-05-10 20:07 UTC  (27+ messages)
` [PATCH 10/10] contrib: remove "git-new-workdir"
` [PATCH v2 00/11] Spring cleanup of "contrib/"
  ` [PATCH v2 01/11] contrib: remove "remotes2config.sh"
  ` [PATCH v2 02/11] contrib: remove "examples" directory
  ` [PATCH v2 03/11] contrib: remove remote-helper stubs
  ` [PATCH v2 04/11] contrib: remove "thunderbird-patch-inline"
  ` [PATCH v2 05/11] contrib: remove "hooks" directory
  ` [PATCH v2 06/11] contrib: remove "mw-to-git"
  ` [PATCH v2 07/11] contrib: remove "persistent-https" remote helper
  ` [PATCH v2 08/11] contrib: remove "git-resurrect.sh"
  ` [PATCH v2 09/11] contrib: remove "emacs" directory
  ` [PATCH v2 10/11] contrib: remove "git-new-workdir"
  ` [PATCH v2 11/11] contrib: remove "stats" directory

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-05-10 19:46 UTC  (12+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)

Bug report for pull --rebase
 2025-05-10 19:22 UTC  (6+ messages)

[PATCH v5 0/4] Importing and exporting stashes to refs
 2025-05-10 19:13 UTC  (17+ messages)
` [PATCH v5 1/4] object-name: make get_oid quietly return an error
` [PATCH v5 2/4] builtin/stash: factor out revision parsing into a function
` [PATCH v5 3/4] builtin/stash: provide a way to export stashes to a ref
` [PATCH v5 4/4] builtin/stash: provide a way to import stashes from "

[PATCH 0/9] make stash apply with --index by default
 2025-05-10 18:33 UTC  (10+ messages)
` [PATCH 1/9] t3903: reduce dependencies on previous tests
` [PATCH 2/9] t3905: remove unneeded blank line
` [PATCH 3/9] BreakingChanges: announce stash {apply,pop} will imply --index
` [PATCH 4/9] stash: restore the index by default when breaking changes are enabled
` [PATCH 5/9] t0450: mark stash documentation as a known discrepancy
` [PATCH 6/9] t3903: adjust stash test to account for --[no-]index with breaking changes
` [PATCH 7/9] t3904: adjust stash -p test to account for index states "
` [PATCH 8/9] t3905: adjust stash -u tests for "
` [PATCH 9/9] t3906: adjust stash submodule tests to account "

[PATCH] gitk: use makedroplist, not ::combobox
 2025-05-10 17:52 UTC  (2+ messages)

sparse-checkout and symlinks?
 2025-05-10 17:29 UTC  (2+ messages)

[PATCH 0/3] Better support for customising context lines in --patch commands
 2025-05-10 13:46 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] test: refactor to use "test_grep"
  ` [PATCH v2 2/4] test: refactor to use "test_config"
  ` [PATCH v2 3/4] add-patch: respect diff.context configuration
  ` [PATCH v2 4/4] add-patch: add diff.context command line overrides

[PATCH v3 0/1] userdiff: improve Bash function and word regex patterns
 2025-05-10 12:40 UTC  (6+ messages)
` [PATCH v4 0/1][GSOC] userdiff:Added newlines at the end of the test cases
  ` [PATCH v4 1/1][GSOC] userdiff: extend Bash pattern to cover more shell function forms

[PATCH 0/4] A handful of doc synopsis/options update
 2025-05-10 12:33 UTC  (6+ messages)
` [PATCH v3 0/4] Additional changes
  ` [PATCH v3 1/4] git-daemon doc: update mark-up of synopsis option descriptions
  ` [PATCH v3 2/4] git-{var,write-tree} docs: "
  ` [PATCH v3 3/4] git-verify-* doc: "
  ` [PATCH v3 4/4] git-var doc: fix usage of $ENV_VAR vs ENV_VAR

[PATCH 0/3] Improve checks for valid_fqdn in send-email and update documentation
 2025-05-10  7:37 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] docs: improve send-email documentation
` [PATCH v6 0/3] Improve checks for valid_fqdn in send-email and update documentation
  ` [PATCH v6 1/3] send-mail: improve checks for valid_fqdn
  ` [PATCH v6 2/3] docs: improve send-email documentation
  ` [PATCH v6 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
` [PATCH v7 0/3] Improve checks for valid_fqdn in send-email and update documentation
  ` [PATCH v7 1/3] send-mail: improve checks for valid_fqdn
  ` [PATCH v7 2/3] docs: improve send-email documentation
  ` [PATCH v7 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
  ` [PATCH] send-email: try to get fqdn by running hostname --fqdn on Linux and macOS
    ` [PATCH v2] "

[PATCH] submodule: prevent overwriting .gitmodules entry on path reuse
 2025-05-10  5:57 UTC  (2+ messages)

[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
 2025-05-10  4:39 UTC  (8+ messages)
` [PATCH 1/3] apply: integrate with the sparse index
` [PATCH 2/3] git add: make -p/-i aware of "
` [PATCH 3/3] p2000: add performance test for 'git add -p'

[PATCH] reftable/writer: fix memory leak when `padded_write()` fails
 2025-05-10  3:50 UTC 

[PATCH 00/17] object-store: carve out the object database subsystem
 2025-05-09 21:43 UTC  (41+ messages)
` [PATCH 02/17] object-store: rename `object_directory` to `odb_backend`
` [PATCH 05/17] odb: get rid of `the_repository` in `find_odb()`
` [PATCH 07/17] odb: get rid of `the_repository` in `assert_oid_type()`
` [PATCH 09/17] odb: get rid of `the_repository` in `for_each()` functions
` [PATCH 12/17] odb: trivial refactorings to get rid of `the_repository`
` [PATCH v2 00/17] object-store: carve out the object database subsystem
  ` [PATCH v2 01/17] object-store: rename `raw_object_store` to `object_database`
  ` [PATCH v2 02/17] object-store: rename `object_directory` to `odb_alternate`
  ` [PATCH v2 03/17] object-store: rename files to "odb.{c,h}"
  ` [PATCH v2 04/17] odb: introduce parent pointers
  ` [PATCH v2 05/17] odb: get rid of `the_repository` in `find_odb()`
  ` [PATCH v2 06/17] odb: get rid of `the_repository` in `assert_oid_type()`
  ` [PATCH v2 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`
  ` [PATCH v2 08/17] odb: get rid of `the_repository` when handling alternates
  ` [PATCH v2 09/17] odb: get rid of `the_repository` in `for_each()` functions
  ` [PATCH v2 10/17] odb: get rid of `the_repository` when handling the primary alternate
  ` [PATCH v2 11/17] odb: get rid of `the_repository` when handling submodule alternates
  ` [PATCH v2 12/17] odb: trivial refactorings to get rid of `the_repository`
  ` [PATCH v2 13/17] odb: rename `oid_object_info()`
  ` [PATCH v2 14/17] odb: rename `repo_read_object_file()`
  ` [PATCH v2 15/17] odb: rename `has_object()`
  ` [PATCH v2 16/17] odb: rename `pretend_object_file()`
  ` [PATCH v2 17/17] odb: rename `read_object_with_reference()`

[PATCH] Makefile: avoid constant rebuilds with compilation database
 2025-05-09 21:12 UTC 

[PATCH 0/2] Sequencer: avoid use-after-free when creating merges
 2025-05-09 20:37 UTC  (4+ messages)
` [PATCH 1/2] sequencer: move reflog message functions
` [PATCH 2/2] sequencer: rework reflog message handling

[GIT PULL] gitk: fix Cygwin infinite recursion, Tamil translation
 2025-05-09 20:17 UTC  (2+ messages)

[GIT PULL] git-gui: heed core.commentChar, ephemeral git-gui.pot
 2025-05-09 20:17 UTC  (2+ messages)

[PATCH v2 0/3] A handful of doc synopsis/options update
 2025-05-09 18:24 UTC  (8+ messages)
` Additional changes
  ` [PATCH] "

[PATCH 0/4] align the behavior when opening "packed-refs"
 2025-05-09 16:40 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] packed-backend: extract munmap operation for `MMAP_TEMPORARY`
  ` [PATCH v2 4/4] packed-backend: mmap large "packed-refs" file during fsck

easily use meld 3-pane view to review merge commits?
 2025-05-09 15:52 UTC  (3+ messages)

[PATCH 0/5] miscellaneous build mods (part 2)
 2025-05-09 15:23 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 0/3] fix xstrdup leak in parse_short_opt
 2025-05-09 14:28 UTC  (7+ messages)
` [PATCH v2] parse-options: fix xstrdup leak in parse_options_step parse-options:984
  ` [PATCH v3] parse-options: fix memory leak when calling `parse_options`

[PATCH] REFTABLE_REALLOC_ARRAY: fix potential memory leak if realloc failed
 2025-05-09 14:25 UTC  (10+ messages)
` [PATCH v2] REFTABLE_REALLOC_ARRAY: remove this unsafe yet unused macro
  ` [PATCH v3] "

Incremental Backup of repositories using Git
 2025-05-09 11:22 UTC  (13+ messages)

git keeps recreating packs, exploding backup increments
 2025-05-09 10:27 UTC  (6+ messages)
` [External] "

various issues with filtering commits from log
 2025-05-09  9:38 UTC 

[PATCH] thread-utils.c: detect online CPU count on OpenBSD / NetBSD
 2025-05-09  8:36 UTC  (2+ messages)

[PATCH] fill_oids_from_packs: fix memory leak when fill_oids_from_packs failed
 2025-05-09  8:30 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] commit-grap: fix memory leak when `fill_oids_from_packs()` fails

[PATCH] decode_header: fix pointential memory leak if decode_header failed
 2025-05-09  1:51 UTC  (3+ messages)

Error converting from 1.4.4.1 to 1.5.0?
 2025-05-09  0:16 UTC 

[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
 2025-05-08 20:24 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
        ` Comment trailers vs. bracketed lines

What's cooking in git.git (May 2025, #02; Mon, 5)
 2025-05-08 18:22 UTC  (5+ messages)

[PATCH] ci(win+Meson): build in Release mode, avoiding t7001-mv hangs
 2025-05-08 18:19 UTC  (9+ messages)
` [PATCH v2] ci(win+Meson): build in Release mode

[RFC PATCH 0/2] rebase: support --trailer and add --reviewby
 2025-05-08 16:29 UTC  (6+ messages)
` [RFC PATCH 2/2] rebase: support --trailer

Can I avoid typing so much when --force-with-lease, --force-if-includes, detached HEAD, and no local branch?
 2025-05-08 16:09 UTC 

[PATCH v2] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2025-05-08 15:36 UTC  (2+ messages)

[PATCH RFC 0/5] Introduce git-blame-tree(1) command
 2025-05-08 15:12 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).