git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[PATCH 0/8] Various fixes for v2.45.1 and friends
 2024-05-19  1:15 UTC  (36+ messages)
` [PATCH 1/8] hook: plug a new memory leak
` [PATCH 2/8] init: use the correct path of the templates directory again
` [PATCH 3/8] Revert "core.hooksPath: add some protection while cloning"
` [PATCH 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH 5/8] hook(clone protections): add escape hatch
` [PATCH 6/8] hooks(clone protections): special-case current Git LFS hooks
` [PATCH 7/8] hooks(clone protections): simplify templates hooks validation
` [PATCH 8/8] Revert "Add a helper function to compare file contents"
` [PATCH v2 0/8] Various fixes for v2.45.1 and friends
  ` [PATCH v2 1/8] hook: plug a new memory leak
  ` [PATCH v2 2/8] init: use the correct path of the templates directory again
  ` [PATCH v2 3/8] Revert "core.hooksPath: add some protection while cloning"
  ` [PATCH v2 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again
  ` [PATCH v2 5/8] hook(clone protections): add escape hatch
  ` [PATCH v2 6/8] hooks(clone protections): special-case current Git LFS hooks
  ` [PATCH v2 7/8] hooks(clone protections): simplify templates hooks validation
  ` [PATCH v2 8/8] Revert "Add a helper function to compare file contents"

Embedding Git Command Line
 2024-05-18 19:50 UTC  (4+ messages)

[PATCH] scalar: make enlistment delete to work on all POSIX platforms
 2024-05-18 19:45 UTC  (3+ messages)

[PATCH] diff: document what --name-only shows
 2024-05-18 19:10 UTC  (2+ messages)

Replaying merges
 2024-05-18 17:50 UTC  (3+ messages)

(no subject)
 2024-05-18 14:25 UTC 

What's cooking in git.git (May 2024, #07; Fri, 17)
 2024-05-18  4:52 UTC  (2+ messages)

[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
 2024-05-17 17:04 UTC  (9+ messages)

[PATCH 0/6] update-ref: add symref support for --stdin
 2024-05-17 16:21 UTC  (13+ messages)
` [PATCH 1/6] refs: create and use `ref_update_ref_must_exist()`
` [PATCH 2/6] update-ref: add support for 'symref-verify' command
` [PATCH 3/6] update-ref: add support for 'symref-delete' command
` [PATCH 4/6] update-ref: add support for 'symref-create' command
` [PATCH 6/6] update-ref: add support for 'symref-update' command

git log --name-only improvement: show old file name in rename
 2024-05-18  2:05 UTC  (9+ messages)
          ` Re*: "

[PATCH] archive: make --add-virtual-file honor --prefix
 2024-05-18  0:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Fix use of uninitialized hash algos
 2024-05-17 23:49 UTC  (7+ messages)
` [PATCH v4 0/5] Fix use of uninitialized hash algorithms
  ` [PATCH v4 1/5] setup: add an escape hatch for "no more default hash algorithm" change
  ` [PATCH v4 4/5] builtin/hash-object: fix uninitialized hash function

Three t4150 tests does not work as expected
 2024-05-17 17:55 UTC  (2+ messages)

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-17 22:12 UTC  (8+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH] Switch grep from non-portable BRE to portable ERE
 2024-05-17 19:02 UTC  (4+ messages)

[PATCH v2] Switch grep from non-portable BRE to portable ERE
 2024-05-17 19:01 UTC 

[PATCH] bundle-uri: refresh packed_git if unbundle succeed
 2024-05-17 16:14 UTC  (4+ messages)

[PATCH] t/t9902-completion.sh: backslashes in echo
 2024-05-17 14:08 UTC 

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-17 16:59 UTC  (20+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc

[PATCH] t/t9001-send-email.sh: sed - remove the i flag for s
 2024-05-17 16:57 UTC 

[PATCH] SubmittingPatches: add section for iterating patches
 2024-05-17 17:24 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit
 2024-05-17 17:36 UTC  (3+ messages)

[PATCH] completion: adapt git-config(1) to complete subcommands
 2024-05-17 16:27 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] t/t1700-split-index.sh: mv -v is not portable
 2024-05-17 15:27 UTC 

[PATCH] t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
 2024-05-17 15:39 UTC 

Issue with git log and reference repositories using --dissociate and --filter=blob:none
 2024-05-17 13:52 UTC 

[PATCH] t/t0600-reffiles-backend.sh: rm -v is not portable
 2024-05-17 13:19 UTC 

[PATCH] t/t4202-log.sh: fix misspelled variable
 2024-05-17 13:40 UTC 

Git 2.45.1 - What is the right way to clone with global hooks disabled?
 2024-05-17 13:08 UTC  (7+ messages)

[PATCH 00/16] refs: drop all references to `the_repository`
 2024-05-17  7:09 UTC  (33+ messages)
` [PATCH 01/16] refs: adjust names for `init` and `init_db` callbacks
` [PATCH 02/16] refs: rename `init_db` callback to avoid confusion
` [PATCH 03/16] refs: implement releasing ref storages
` [PATCH 04/16] refs: track ref stores via strmap
` [PATCH 05/16] refs: pass repo when retrieving submodule ref store
` [PATCH 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository
` [PATCH 07/16] refs: retrieve worktree ref stores via associated repository
` [PATCH 08/16] refs: convert iteration over replace refs to accept ref store
` [PATCH 09/16] refs: pass ref store when detecting dangling symrefs
` [PATCH 10/16] refs: move object peeling into "object.c"
` [PATCH 11/16] refs: pass repo when peeling objects
` [PATCH 12/16] refs: drop `git_default_branch_name()`
` [PATCH 13/16] refs: remove `dwim_log()`
` [PATCH 14/16] refs/files: use correct repository
` [PATCH 15/16] refs/files: remove references to `the_hash_algo`
` [PATCH 16/16] refs/packed: "

[PATCH v2] merge: avoid write merge state when unable to write index
 2024-05-17  3:59 UTC 

[PATCH 00/11] reftable: expose write options as config
 2024-05-17  8:26 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/11] reftable: pass opts as constant pointer
  ` [PATCH v3 06/11] refs/reftable: allow configuring block size

[PATCH v2 00/16] refs: drop all references to `the_repository`
 2024-05-17  8:19 UTC  (17+ messages)
` [PATCH v2 01/16] refs: adjust names for `init` and `init_db` callbacks
` [PATCH v2 02/16] refs: rename `init_db` callback to avoid confusion
` [PATCH v2 03/16] refs: implement releasing ref storages
` [PATCH v2 04/16] refs: track ref stores via strmap
` [PATCH v2 05/16] refs: pass repo when retrieving submodule ref store
` [PATCH v2 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository
` [PATCH v2 07/16] refs: retrieve worktree ref stores via associated repository
` [PATCH v2 08/16] refs: convert iteration over replace refs to accept ref store
` [PATCH v2 09/16] refs: pass ref store when detecting dangling symrefs
` [PATCH v2 10/16] refs: move object peeling into "object.c"
` [PATCH v2 11/16] refs: pass repo when peeling objects
` [PATCH v2 12/16] refs: drop `git_default_branch_name()`
` [PATCH v2 13/16] refs: remove `dwim_log()`
` [PATCH v2 14/16] refs/files: use correct repository
` [PATCH v2 15/16] refs/files: remove references to `the_hash_algo`
` [PATCH v2 16/16] refs/packed: "

[PATCH] merge: avoid write merge state when unable to write index
 2024-05-17  4:41 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v3 0/2] diff: copies-harder support
 2024-05-17  3:38 UTC  (6+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-16 22:43 UTC  (7+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-05-16 19:30 UTC  (4+ messages)
` [Outreachy][PATCH v2 "
  ` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

bug: `git fetch origin main:main` fails when main is HEAD
 2024-05-16 19:14 UTC 

[PATCH] trace2: intercept all common signals
 2024-05-16 16:32 UTC  (5+ messages)

[PATCH v2] t/t0211-trace2-perf.sh: fix typo patern -> pattern
 2024-05-16 16:34 UTC  (2+ messages)

What's cooking in git.git (May 2024, #06; Tue, 14)
 2024-05-16 16:00 UTC  (2+ messages)

[PATCH] t/t0211-trace2-perf.sh: fix typo patern -> pattern
 2024-05-16 15:38 UTC  (3+ messages)

Cloning a clone with (relative) submodules
 2024-05-16 13:20 UTC 

subscribe
 2024-05-16 11:02 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).