Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-26 08:17:47 to 2024-01-02 22:25:12 UTC [more...]

[PATCH] git-clone.txt: document -4 and -6
 2024-01-02 22:25 UTC  (7+ messages)

[BUG] Asks for "To" even if "To" already specified in letter
 2024-01-02 22:23 UTC  (2+ messages)

[GSOC][RFC] Heed core.bare from template config file when no command line override given, as a microproject
 2024-01-02 22:07 UTC 

[RFC PATCH 1/6] completion: complete new old actions, start opts
 2024-01-02 19:57 UTC  (6+ messages)
` [RFC PATCH 2/6] completion: git-log opts to bisect visualize
` [RFC PATCH 3/6] completion: move to maintain define-before-use
` [RFC PATCH 4/6] completion: custom git-bisect terms
` [RFC PATCH 5/6] completion: recognize but do not complete 'view'
` [RFC PATCH 6/6] completion: add comment

[RFC PATCH 0/6] completion: improvements for git-bisect
 2024-01-02 19:57 UTC 

[PATCH 0/1 v2] Replace SID with domain/username on Windows
 2024-01-02 19:15 UTC  (11+ messages)
` [PATCH v2 1/1] Replace SID with domain/username
  ` [PATCH V3 0/1] Replace SID with domain/username on Windows
    ` [PATCH v3 1/1] Replace SID with domain/username
        ` [PATCH V4 0/1] Replace SID with domain/username on Windows
          ` [PATCH V4 1/1] Replace SID with domain/username

[RFC PATCH] grep: default to posix digits with -P
 2024-01-02 19:02 UTC  (4+ messages)

[PATCH] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2024-01-02 18:55 UTC  (12+ messages)
` [Outreachy][PATCH v2] "
  ` [Outreachy][PATCH v3] "

[RFC 0/2] Initial changes to support printing all refs
 2024-01-02 18:49 UTC  (11+ messages)
` [PATCH 2/2] ref-filter: support filtering of operational refs

subtree split after deleting and re-running git-subtree add, fails with "fatal: cache for XXX already exists!"
 2024-01-02 18:23 UTC  (2+ messages)

[PATCH] write-or-die: make GIT_FLUSH a Boolean environment variable
 2024-01-02 16:29 UTC  (3+ messages)

[PATCH 0/6] worktree: initialize refdb via ref backends
 2024-01-02 13:23 UTC  (11+ messages)
` [PATCH 1/6] refs: prepare `refs_init_db()` for initializing worktree refs
` [PATCH 2/6] setup: move creation of "refs/" into the files backend
` [PATCH 3/6] refs/files: skip creation of "refs/{heads,tags}" for worktrees
` [PATCH 4/6] builtin/worktree: move setup of commondir file earlier
` [PATCH 5/6] worktree: expose interface to look up worktree by name
` [PATCH 6/6] builtin/worktree: create refdb via ref backend

[ANNOUNCE] Git Rev News edition 106
 2024-01-01 20:53 UTC 

Concurrent fetch commands
 2024-01-01 15:47 UTC  (10+ messages)

rebase invoking pre-commit
 2023-12-31 10:52 UTC  (5+ messages)

You are marked as spam, and therefore cannot authorize a third party application
 2023-12-30 14:45 UTC  (3+ messages)

Draft of Git Rev News edition 106
 2023-12-30 14:38 UTC 

[PATCH v4 0/4] Trailer readability cleanups
 2023-12-29 21:03 UTC  (6+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 2/3] trailer: find the end of the log message

[PATCH 00/12] Introduce `refStorage` extension
 2023-12-29  8:44 UTC  (49+ messages)
` [PATCH 01/12] t: introduce DEFAULT_REPO_FORMAT prereq
` [PATCH 03/12] refs: refactor logic to look up storage backends
` [PATCH 04/12] setup: start tracking ref storage format when
` [PATCH v2 00/12] Introduce `refStorage` extension
  ` [PATCH v2 01/12] t: introduce DEFAULT_REPO_FORMAT prereq
  ` [PATCH v2 02/12] worktree: skip reading HEAD when repairing worktrees
  ` [PATCH v2 03/12] refs: refactor logic to look up storage backends
  ` [PATCH v2 04/12] setup: start tracking ref storage format
  ` [PATCH v2 05/12] setup: set repository's formats on init
  ` [PATCH v2 06/12] setup: introduce "extensions.refStorage" extension
  ` [PATCH v2 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar
  ` [PATCH v2 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar
  ` [PATCH v2 09/12] builtin/rev-parse: introduce `--show-ref-format` flag
  ` [PATCH v2 10/12] builtin/init: introduce `--ref-format=` value flag
  ` [PATCH v2 11/12] builtin/clone: "
  ` [PATCH v2 12/12] t9500: write "extensions.refstorage" into config
` [PATCH v3 00/12] Introduce `refStorage` extension
  ` [PATCH v3 01/12] t: introduce DEFAULT_REPO_FORMAT prereq
  ` [PATCH v3 02/12] worktree: skip reading HEAD when repairing worktrees
  ` [PATCH v3 03/12] refs: refactor logic to look up storage backends
  ` [PATCH v3 04/12] setup: start tracking ref storage format
  ` [PATCH v3 05/12] setup: set repository's formats on init
  ` [PATCH v3 06/12] setup: introduce "extensions.refStorage" extension
  ` [PATCH v3 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar
  ` [PATCH v3 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar
  ` [PATCH v3 09/12] builtin/rev-parse: introduce `--show-ref-format` flag
  ` [PATCH v3 10/12] builtin/init: introduce `--ref-format=` value flag
  ` [PATCH v3 11/12] builtin/clone: "
  ` [PATCH v3 12/12] t9500: write "extensions.refstorage" into config

[PATCH] mem-pool: fix big allocations
 2023-12-29  6:53 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2] sideband.c: replace int with size_t for clarity
 2023-12-28 20:33 UTC  (5+ messages)
` [PATCH v3] sideband.c: remove redundant 'NEEDSWORK' tag
  ` [PATCH v4] "

[PATCH 0/1] Replace SID with domain/username on Windows
 2023-12-28 19:27 UTC  (3+ messages)
` [PATCH 1/1] Replace SID with domain/username

[PATCH 0/7] reftable: fixes and optimizations (pt.2)
 2023-12-28 17:04 UTC  (13+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] reftable/stack: do not overwrite errors when compacting
  ` [PATCH v2 2/8] reftable/stack: do not auto-compact twice in `reftable_stack_add()`
  ` [PATCH v2 3/8] reftable/writer: fix index corruption when writing multiple indices
  ` [PATCH v2 4/8] reftable/record: constify some parts of the interface
  ` [PATCH v2 5/8] reftable/record: store "val1" hashes as static arrays
  ` [PATCH v2 6/8] reftable/record: store "val2" "
  ` [PATCH v2 7/8] reftable/merged: really reuse buffers to compute record keys
  ` [PATCH v2 8/8] reftable/merged: transfer ownership of records when iterating

Git Rename Detection Bug
 2023-12-28 15:33 UTC  (7+ messages)

Git mirror at gitlab
 2023-12-28 14:50 UTC  (5+ messages)

[PATCH] sparse-checkout: be consistent with end of options markers
 2023-12-28 11:43 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] ci: add job performing static analysis on GitLab CI
 2023-12-28 11:02 UTC 

reftable: How to represent deleted referees of symrefs in the reflog?
 2023-12-28  8:14 UTC  (3+ messages)

[PATCH 0/8] reftable: small set of fixes
 2023-12-28  5:53 UTC  (5+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 11/11] reftable/block: reuse buffer to compute record keys

[PATCH v2 0/9] Minor improvements to CodingGuidelines and SubmittingPatches
 2023-12-28  4:55 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] CodingGuidelines: move period inside parentheses
  ` [PATCH v3 2/9] CodingGuidelines: write punctuation marks
  ` [PATCH v3 3/9] SubmittingPatches: drop ref to "What's in git.git"
  ` [PATCH v3 4/9] SubmittingPatches: discourage new trailers
  ` [PATCH v3 5/9] SubmittingPatches: update extra tags list
  ` [PATCH v3 6/9] SubmittingPatches: provide tag naming advice
  ` [PATCH v3 7/9] SubmittingPatches: clarify GitHub visual
  ` [PATCH v3 8/9] SubmittingPatches: clarify GitHub artifact format
  ` [PATCH v3 9/9] SubmittingPatches: hyphenate non-ASCII

What's cooking in git.git (Dec 2023, #05; Wed, 27)
 2023-12-28  4:25 UTC 

[PATCH 0/3] sparse-checkout with --end-of-options
 2023-12-28  0:18 UTC  (4+ messages)
` [PATCH 2/3] sparse-checkout: use default patterns for 'set' only !stdin

[PATCH 1/1] doc: use singular form of repeatable path arg
 2023-12-28  0:10 UTC  (3+ messages)

[PATCH] precious-files.txt: new document proposing new precious file type
 2023-12-27 22:15 UTC  (4+ messages)

[PATCH 0/1] doc: git-bisect: change plural form to singular
 2023-12-27 20:53 UTC 

Suppress 'info: please complete authentication in browser'
 2023-12-27 17:47 UTC  (2+ messages)

[PATCH v2] diff: implement config.diff.renames=copies-harder
 2023-12-27  2:24 UTC  (2+ messages)

subscribe to git mailing list
 2023-12-27  1:17 UTC 

[PATCH v2] Teach git apply to respect core.fileMode settings
 2023-12-26 23:32 UTC  (12+ messages)
` [PATCH v3] "
  ` [PATCH v4 0/3] apply with core.filemode=false
    ` [PATCH v4 1/3] apply: ignore working tree filemode when !core.filemode
    ` [PATCH v4 2/3] apply: correctly reverse patch's pre- and post-image mode bits
    ` [PATCH v4 3/3] apply: code simplification

Accessing Git
 2023-12-26 22:26 UTC 

[PATCH] fast-import: use mem_pool_calloc()
 2023-12-26 19:22 UTC  (2+ messages)

[PATCH 0/2] Fix doc placeholders
 2023-12-26 18:30 UTC  (2+ messages)

[PATCH] sideband.c: replace int with size_t for clarity
 2023-12-26 17:14 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).