git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-12-15 20:49:27 to 2023-12-21 12:30:16 UTC [more...]

git bisect stuck - --force flag required for checkout
 2023-12-21 12:22 UTC  (2+ messages)

Test breakage with zlib-ng
 2023-12-21 12:19 UTC  (9+ messages)
      ` [PATCH 2/1] test-lib-functions: add object size functions
            ` [PATCH] t1006: add tests for %(objectsize:disk)

Git mirror at gitlab
 2023-12-21 11:48 UTC  (2+ messages)

[PATCH 00/24] pack-objects: multi-pack verbatim reuse
 2023-12-21 11:13 UTC  (9+ messages)
` [PATCH v2 00/26] "

[PATCH 0/8] reftable: small set of fixes
 2023-12-21 11:08 UTC  (16+ messages)
` [PATCH 5/8] reftable/stack: perform auto-compaction with transactional interface
` [PATCH 7/8] reftable/merged: reuse buffer to compute record keys
` [PATCH v2 00/11] reftable: small set of fixes
  ` [PATCH v2 06/11] reftable/stack: reuse buffers when reloading stack
  ` [PATCH v2 08/11] reftable/stack: fix use of unseeded randomness
  ` [PATCH v2 11/11] reftable/block: reuse buffer to compute record keys

[PATCH 0/4] refs: improve handling of special refs
 2023-12-21 10:08 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] Use ^=1 to toggle between 0 and 1
 2023-12-21  9:59 UTC  (16+ messages)
            ` [PATCH] git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool

[PATCH/RFC] sparse-checkout: take care of "--end-of-options" in set/add
 2023-12-21  8:59 UTC  (9+ messages)
` [RFC/PATCH] archive: "--list" does not take further options

[PATCH 0/3] sparse-checkout with --end-of-options
 2023-12-21  6:59 UTC  (4+ messages)
` [PATCH 1/3] sparse-checkout: take care of "--end-of-options" in set/add/check-rules
` [PATCH 2/3] sparse-checkout: use default patterns for 'set' only !stdin
` [PATCH 3/3] sparse-checkout: tighten add_patterns_from_input()

[PATCH] Documentation/git-merge.txt: fix reference to synopsys
 2023-12-20 22:09 UTC  (13+ messages)
  ` [PATCH 0/2] Documentation/git-merge.txt: fix reference to synopsis
  ` [PATCH 1/2] "
      ` [PATCH v3 "
  ` [PATCH 2/2] Documentation/git-merge.txt: use backticks for command wrapping

What's cooking in git.git (Dec 2023, #04; Wed, 20)
 2023-12-20 22:07 UTC 

[PATCH 1/2] orphan/unborn: add to the glossary and use them consistently
 2023-12-20 21:21 UTC  (4+ messages)
` [PATCH 2/2] orphan/unborn: fix use of 'orphan' in end-user facing messages

[PATCH 00/12] Additional header cleanups (removing unnecessary includes)
 2023-12-20 20:42 UTC  (5+ messages)
` [PATCH 02/12] treewide: remove unnecessary includes in source files

[PATCH 1/1] attr: add builtin objectmode values support
 2023-12-20 20:07 UTC  (7+ messages)

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

reftable: How to represent deleted referees of symrefs in the reflog?
 2023-12-20 19:03 UTC  (2+ messages)

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

[PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches
 2023-12-20 17:42 UTC  (23+ messages)
` [PATCH 1/8] CodingGuidelines: move period inside parentheses
` [PATCH 2/8] CodingGuidelines: write punctuation marks
` [PATCH 3/8] SubmittingPatches: drop ref to "What's in git.git"
` [PATCH 4/8] SubmittingPatches: update extra tags list
` [PATCH 5/8] SubmittingPatches: improve extra tags advice
` [PATCH 6/8] SubmittingPatches: clarify GitHub visual
` [PATCH 7/8] SubmittingPatches: clarify GitHub artifact format
` [PATCH 8/8] SubmittingPatches: hyphenate non-ASCII

[PATCH] rebase: use strvec_pushf() for format-patch revisions
 2023-12-20 15:57 UTC  (6+ messages)

[PATCH v5] subtree: fix split processing with multiple subtrees present
 2023-12-20 15:25 UTC  (6+ messages)
` [PATCH v6] "

[PATCH] Teach git apply to respect core.fileMode settings
 2023-12-20 10:08 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Why is `revert` undocumented in interactive rebase todo help?
 2023-12-20  8:53 UTC  (8+ messages)
  ` [PATCH] rebase-interactive: show revert option and add single letter shortcut

[PATCH 0/1] revert/cherry-pick: add --show-current-patch option
 2023-12-20  6:51 UTC  (4+ messages)
` [PATCH 1/1] "
  ` Re: [PATCH 0/1] "

[PATCH 0/2] completion: refactor and support reftables backend
 2023-12-20  0:48 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] completion: refactor existence checks for pseudorefs
  ` [PATCH v3 2/2] completion: support pseudoref existence checks for reftables

[PATCH] remote.h: retire CAS_OPT_NAME
 2023-12-19 19:26 UTC 

Is --minimal ever not the right thing?
 2023-12-19 18:09 UTC  (4+ messages)

git diff-files bug
 2023-12-19 17:47 UTC  (2+ messages)

What's cooking in git.git (Dec 2023, #03; Mon, 18)
 2023-12-19 17:30 UTC  (4+ messages)
` ps/clone-into-reftable-repository, was: "

[PATCH 0/5] make room for "special ref"
 2023-12-19 15:33 UTC  (24+ messages)
` [PATCH 1/5] git.txt: HEAD is not that special
        ` [PATCH] doc: format.notes specify a ref under refs/notes/ hierarchy
` [PATCH 3/5] refs.h: HEAD is not that special
` [PATCH 5/5] docs: MERGE_AUTOSTASH "

Problem with commit-graph verify
 2023-12-19 13:39 UTC 

[BUG] `git add -p` seems to corrupt a sparse index
 2023-12-19 11:20 UTC 

Problems with Windows + schannel + http.sslCert
 2023-12-19 10:18 UTC  (3+ messages)

Unable to install git-2.43.0 from source on macOS Big Sur 11.7.10
 2023-12-19  7:55 UTC  (3+ messages)

new config option "fetch.all"
 2023-12-18 20:15 UTC 

[PATCH v2] test-lib-functions.sh: fix test_grep fail message wording
 2023-12-18 18:55 UTC  (6+ messages)

Subtitles for git scm documentation video
 2023-12-18 13:12 UTC 

Question regarding Git updater
 2023-12-18 11:21 UTC  (2+ messages)

[PATCH] commit-graph: fix memory leak when not writing graph
 2023-12-18 10:02 UTC 

[PATCH v2 0/2] jx/fetch-atomic-error-message-fix
 2023-12-18  8:14 UTC  (5+ messages)
` [PATCH v3 0/2] fix fetch atomic error message
  ` [PATCH v3 1/2] t5574: test porcelain output of atomic fetch
  ` [PATCH v3 2/2] fetch: no redundant error message for "

End-of-line comments are prompted with "is not a valid attribute name"
 2023-12-17 17:28 UTC  (4+ messages)

[PATCH v3 0/3] Sideband demultiplexer fixes
 2023-12-17 14:41 UTC  (5+ messages)
` [PATCH v4 0/3] Sideband-all "
  ` [PATCH v4 1/3] test-pkt-line: add option parser for unpack-sideband
  ` [PATCH v4 2/3] pkt-line: memorize sideband fragment in reader
  ` [PATCH v4 3/3] pkt-line: do not chomp newlines for sideband messages

Question: rerere preimage format
 2023-12-16 17:34 UTC  (2+ messages)

MyFirstContribution.txt leaks memory
 2023-12-16 13:45 UTC 

Propose a change in open for passing in the file type
 2023-12-16 13:28 UTC  (3+ messages)

Bug | Documentation | git add -all | Synopsis has minor mistake
 2023-12-15 21:04 UTC  (5+ messages)
` [PATCH] git-add.txt: add missing short option -A to synopsis


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).