public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
 messages from 2024-11-15 07:21:37 to 2024-11-18 15:34:17 UTC [more...]

[PATCH v11 0/8] set-head/fetch remote/HEAD updates
 2024-11-18 15:09 UTC  (32+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/8] t/t5505-remote: set default branch to main
  ` [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref
  ` [PATCH v12 4/8] remote set-head: better output for --auto
  ` [PATCH v13 0/9] set-head/fetch remote/HEAD updates
    ` [PATCH v13 1/9] t/t5505-remote: set default branch to main
    ` [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref
    ` [PATCH v13 3/9] refs: atomically record overwritten ref in update_symref
    ` [PATCH v13 4/9] remote set-head: refactor for readability
    ` [PATCH v13 5/9] remote set-head: better output for --auto
    ` [PATCH v13 6/9] refs: add TRANSACTION_CREATE_EXISTS error
    ` [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended
    ` [PATCH v13 9/9] fetch set_head: handle mirrored bare repositories

[PATCH 0/7] reftable: stop using Git subsystems
 2024-11-18 15:34 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] reftable: explicitly handle hash format IDs
  ` [PATCH v2 3/7] reftable/system: stop depending on "hash.h"
  ` [PATCH v2 4/7] reftable/stack: stop using `fsync_component()` directly
  ` [PATCH v2 5/7] reftable/system: provide thin wrapper for tempfile subsystem
` [PATCH v3 0/7] reftable: stop using Git subsystems
  ` [PATCH v3 1/7] reftable/system: move "dir.h" to its only user
  ` [PATCH v3 2/7] reftable: explicitly handle hash format IDs
  ` [PATCH v3 3/7] reftable/system: stop depending on "hash.h"
  ` [PATCH v3 4/7] reftable/stack: stop using `fsync_component()` directly
  ` [PATCH v3 5/7] reftable/system: provide thin wrapper for tempfile subsystem
  ` [PATCH v3 6/7] reftable/stack: drop only use of `get_locked_file_path()`

[PATCH 0/8] Change midx.c and midx-write.c to not use global variables
 2024-11-18 15:17 UTC  (20+ messages)
` [PATCH 1/8] builtin: pass repository to sub commands
` [PATCH 2/8] midx-write: add repository field to `write_midx_context`
` [PATCH 3/8] midx-write: pass down repository to `write_midx_file[_only]`
` [PATCH 4/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo`
` [PATCH 5/8] midx: pass `repository` to `load_multi_pack_index`
` [PATCH 6/8] midx: pass down `hash_algo` to `get_midx_filename[_ext]`
` [PATCH 7/8] midx: pass down `hash_algo` to `get_split_midx_filename_ext`
` [PATCH 8/8] midx: inline the `MIDX_MIN_SIZE` definition

malloc: *** error for object 0x1: pointer being freed was not allocated on MacOS with git 2.47.0
 2024-11-18 13:07 UTC  (6+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-11-18 13:05 UTC  (30+ messages)
` [PATCH RFC v7 00/22] "
  ` [PATCH RFC v7 02/22] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH RFC v7 03/22] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH RFC v7 04/22] Makefile: propagate Git version via generated header
  ` [PATCH RFC v7 05/22] Makefile: generate "git.rc" via GIT-VERSION-GEN
  ` [PATCH RFC v7 06/22] Makefile: consistently use PERL_PATH
  ` [PATCH RFC v7 07/22] Makefile: extract script to massage Perl scripts
  ` [PATCH RFC v7 08/22] Makefile: use "generate-perl.sh" to massage Perl library
  ` [PATCH RFC v7 09/22] Makefile: extract script to massage Shell scripts
  ` [PATCH RFC v7 10/22] Makefile: extract script to generate gitweb.cgi
  ` [PATCH RFC v7 11/22] Makefile: extract script to generate gitweb.js
  ` [PATCH RFC v7 12/22] Makefile: refactor generators to be PWD-independent
  ` [PATCH RFC v7 13/22] Makefile: allow "bin-wrappers/" directory to exist
  ` [PATCH RFC v7 14/22] Makefile: simplify building of templates
  ` [PATCH RFC v7 15/22] Documentation: allow sourcing generated includes from separate dir
  ` [PATCH RFC v7 16/22] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [PATCH RFC v7 17/22] Documentation: extract script to generate a list of mergetools
  ` [PATCH RFC v7 18/22] t: better support for out-of-tree builds
  ` [PATCH RFC v7 19/22] t: allow overriding build dir
  ` [PATCH RFC v7 20/22] Documentation: add comparison of build systems
  ` [PATCH RFC v7 21/22] Introduce support for the Meson build system
  ` [PATCH RFC v7 22/22] meson: fix conflicts with in-flight topics
  ` [-SPAM-] [PATCH RFC v7 00/22] Modernize the build system

-Wunterminated-string-initialization warning with GCC 15 in object-file.c
 2024-11-18 12:49 UTC  (25+ messages)
  ` [PATCH 1/5] object-file: prefer array-of-bytes initializer for hash literals
  ` [PATCH 2/5] object-file: drop confusing oid initializer of empty_tree struct
  ` [PATCH 3/5] object-file: move empty_tree struct into find_cached_object()
  ` [PATCH 4/5] object-file: drop oid field from find_cached_object() return value
  ` [PATCH 5/5] object-file: inline empty tree and blob literals
  ` [PATCH 0/6] -Wunterminated-string-initialization warning + cleanups
    ` [PATCH 1/6] object-file: prefer array-of-bytes initializer for hash literals
    ` [PATCH 2/6] object-file: drop confusing oid initializer of empty_tree struct
    ` [PATCH 3/6] object-file: move empty_tree struct into find_cached_object()
    ` [PATCH 4/6] object-file: drop oid field from find_cached_object() return value
    ` [PATCH 5/6] object-file: treat cached_object values as const
    ` [PATCH 6/6] object-file: inline empty tree and blob literals

[BUG] Apply patches failed without any changes
 2024-11-18 10:15 UTC  (2+ messages)

Build failure with -std=gnu23 (GCC 15 default)
 2024-11-18  9:58 UTC  (7+ messages)
` [PATCH 0/2] C23 compatibility
  ` [PATCH 1/2] index-pack: rename struct thread_local
  ` [PATCH 2/2] reflog: rename unreachable

[PATCH] t9101: Refactor test_expect_success format
 2024-11-18  8:34 UTC  (3+ messages)
` [PATCH v2] "

Possible bug in Git submodule update --inti
 2024-11-18  8:14 UTC 

Trailers Containing Underscore or Dot Characters
 2024-11-18  7:32 UTC  (8+ messages)
    ` [PATCH] Documentation/glossary: describe "trailer"

[RFC PATCH 0/1] maintenance: separate parallelism safe and unsafe tasks
 2024-11-18  6:58 UTC  (8+ messages)
` [RFC PATCH 1/1] "

What's cooking in git.git (Nov 2024, #06; Thu, 14)
 2024-11-18  6:42 UTC  (7+ messages)

How do you hyperlink a thread
 2024-11-18  5:04 UTC 

[PATCH] diff: setup pager only before diff contents truly ready
 2024-11-18  0:55 UTC  (6+ messages)

[PATCH v2 0/5] doc: git diff reformatting
 2024-11-18  0:35 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] doc: git-diff: apply new documentation guidelines
  ` [PATCH v3 2/5] doc: git-diff: apply format changes to diff-options
  ` [PATCH v3 3/5] doc: git-diff: apply format changes to diff-format
  ` [PATCH v3 4/5] doc: git-diff: apply format changes to diff-generate-patch
  ` [PATCH v3 5/5] doc: git-diff: apply format changes to config part

What is the diff between a --soft and a blank reset
 2024-11-18  0:32 UTC  (8+ messages)

[PATCH] gitk: check main window visibility before waiting for it to show
 2024-11-17 15:26 UTC  (4+ messages)
    ` The health of gitk, was "
      ` Gitk maintainership, was Re: The health of gitk

[Question] OAuth Integration with git
 2024-11-17 14:00 UTC  (2+ messages)

How do you undo an add
 2024-11-17 11:24 UTC 

[PATCH] doc: git-add.txt: convert to new style convention
 2024-11-16 21:42 UTC  (2+ messages)
` [PATCH v2] "

Feature Request: Interactively pick fixup revision
 2024-11-16 17:39 UTC  (2+ messages)

log --format existence of notes?
 2024-11-16 15:11 UTC  (3+ messages)

git remote set-head automatically
 2024-11-16 15:01 UTC  (3+ messages)

[PATCH v2 0/3] Documentation/git-bundle.txt: promote --all for full backup
 2024-11-16 14:54 UTC  (13+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] Documentation/git-bundle.txt: mention full backup example
  ` [PATCH v4 0/4] Documentation/git-bundle.txt: promote --all for full backup
    ` [PATCH v4 1/4] Documentation/git-bundle.txt: mention full backup example
    ` [PATCH v4 2/4] Documentation/git-bundle.txt: remove old `--all` example
    ` [PATCH v4 3/4] Documentation/git-bundle.txt: mention --all in spec. refs
    ` [PATCH v4 4/4] Documentation/git-bundle.txt: discuss naïve backups

[PATCH 0/3] Remove is_bare_repository_cfg global state
 2024-11-16 12:09 UTC  (6+ messages)
` [PATCH 1/3] git: remove is_bare_repository_cfg global variable

[PATCH v2 3/4] t5300: move --window clamp test next to unclamped
 2024-11-16  3:23 UTC  (7+ messages)

[BUG?] git rev-list --all --objects triggers fetches in partial clone
 2024-11-15 20:51 UTC 

Bug Report
 2024-11-15 20:08 UTC  (2+ messages)

[PATCH v7 0/9] add ref content check for files backend
 2024-11-15 11:10 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 5/9] ref: port git-fsck(1) regular refs "

Shallow clone of a specific git revision?
 2024-11-15 10:43 UTC  (6+ messages)

[PATCH 0/2] pack-objects: more brown-paper-bag multi-pack reuse fixes
 2024-11-15  9:57 UTC  (5+ messages)
` [PATCH 2/2] pack-objects: only perform verbatim reuse on the preferred pack

[bug] user may be cornered into delete files #9901
 2024-11-15  9:32 UTC  (3+ messages)

[PATCH 0/3] Build improvements for clar
 2024-11-15  7:32 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t/unit-tests: convert "clar-generate.awk" into a shell script
  ` [PATCH v3 2/4] cmake: use SH_EXE to execute clar scripts
  ` [PATCH v3 3/4] cmake: use verbatim arguments when invoking clar commands
  ` [PATCH v3 4/4] Makefile: let clar header targets depend on their scripts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox