git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-21 11:08:14 to 2023-12-28 16:05:43 UTC [more...]

[PATCH] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2023-12-28 16:05 UTC  (7+ messages)

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

[PATCH] mem-pool: fix big allocations
 2023-12-28 15:10 UTC  (4+ messages)

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

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

[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 

[RFC 0/2] Initial changes to support printing all refs
 2023-12-28 10:34 UTC  (7+ messages)
` [PATCH 1/2] refs: introduce the `refs_single_ref` function
` [PATCH 2/2] ref-filter: support filtering of operational refs

[PATCH 0/6] worktree: initialize refdb via ref backends
 2023-12-28 10:00 UTC  (7+ 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

[PATCH 00/12] Introduce `refStorage` extension
 2023-12-28  9:58 UTC  (31+ 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 12/12] t9500: write "extensions.refstorage" into config
` [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

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

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

[PATCH 0/7] reftable: fixes and optimizations (pt.2)
 2023-12-28  6:28 UTC  (10+ 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

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

[PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches
 2023-12-28  4:55 UTC  (39+ messages)
` [PATCH 4/8] SubmittingPatches: update extra tags list
` [PATCH v2 0/9] Minor improvements to CodingGuidelines and SubmittingPatches
  ` [PATCH v2 1/9] CodingGuidelines: move period inside parentheses
  ` [PATCH v2 2/9] CodingGuidelines: write punctuation marks
  ` [PATCH v2 3/9] SubmittingPatches: drop ref to "What's in git.git"
  ` [PATCH v2 4/9] SubmittingPatches: discourage new trailers
  ` [PATCH v2 5/9] SubmittingPatches: update extra tags list
  ` [PATCH v2 6/9] SubmittingPatches: improve extra tags advice
  ` [PATCH v2 7/9] SubmittingPatches: clarify GitHub visual
  ` [PATCH v2 8/9] SubmittingPatches: clarify GitHub artifact format
  ` [PATCH v2 9/9] SubmittingPatches: hyphenate non-ASCII
  ` [PATCH v3 0/9] Minor improvements to CodingGuidelines and SubmittingPatches
    ` [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  (6+ 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 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  (4+ messages)
` [PATCH 1/2] doc: enforce dashes in placeholders
` [PATCH 2/2] doc: enforce placeholders in documentation

rebase invoking pre-commit
 2023-12-26 16:33 UTC  (5+ messages)

subtree split after deleting and re-running git-subtree add, fails with "fatal: cache for XXX already exists!"
 2023-12-26  0:58 UTC 

[Question] Can Git Diff with block context
 2023-12-25  3:46 UTC 

[FEATURE REQUEST] New method of commits range selection
 2023-12-25  1:08 UTC 

[PATCH] mem-pool: simplify alignment calculation
 2023-12-24 17:02 UTC 

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

[PATCH/RFC] sparse-checkout: take care of "--end-of-options" in set/add
 2023-12-24  1:02 UTC  (18+ messages)
` [RFC/PATCH] archive: "--list" does not take further options

[PATCH 00/12] Additional header cleanups (removing unnecessary includes)
 2023-12-23 17:15 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/12] treewide: remove unnecessary includes from header files
  ` [PATCH v2 02/12] treewide: remove unnecessary includes in source files
  ` [PATCH v2 03/12] archive.h: remove unnecessary include
  ` [PATCH v2 04/12] blame.h: remove unnecessary includes
  ` [PATCH v2 05/12] fsmonitor--daemon.h: "
  ` [PATCH v2 06/12] http.h: remove unnecessary include
  ` [PATCH v2 07/12] line-log.h: "
  ` [PATCH v2 08/12] pkt-line.h: "
  ` [PATCH v2 09/12] submodule-config.h: "
  ` [PATCH v2 10/12] trace2/tr2_tls.h: "
  ` [PATCH v2 11/12] treewide: add direct includes currently only pulled in transitively
  ` [PATCH v2 12/12] treewide: remove unnecessary includes in source files

Unable to install git-2.43.0 from source on macOS Big Sur 11.7.10
 2023-12-21 19:40 UTC  (4+ messages)

[ISSUE] `git push` keep asking for username when the global config already configured (wincred)
 2023-12-21 16:16 UTC 

[PATCH 0/1] revert/cherry-pick: add --show-current-patch option
 2023-12-21 16:32 UTC  (3+ messages)
`  "

[PATCH] Use ^=1 to toggle between 0 and 1
 2023-12-21 15:06 UTC  (9+ messages)

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

[PATCH 00/24] pack-objects: multi-pack verbatim reuse
 2023-12-21 11:13 UTC  (4+ 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).