git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-20 10:55:18 to 2023-12-27 10:57:37 UTC [more...]

[PATCH] Port helper/test-ctype.c to unit-tests/t-ctype.c
 2023-12-27 10:57 UTC  (3+ messages)

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

[PATCH] precious-files.txt: new document proposing new precious file type
 2023-12-27  6:54 UTC  (3+ 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 00/12] Introduce `refStorage` extension
 2023-12-26 20:56 UTC  (20+ 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 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] sparse-checkout: be consistent with end of options markers
 2023-12-26 20:12 UTC  (7+ messages)
` [PATCH v2] "

[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

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

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] mem-pool: fix big allocations
 2023-12-24  9:30 UTC  (3+ messages)

[PATCH 0/3] sparse-checkout with --end-of-options
 2023-12-24  7:53 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 3/3] sparse-checkout: tighten add_patterns_from_input()

Git Rename Detection Bug
 2023-12-24  7:46 UTC  (6+ messages)

[PATCH/RFC] sparse-checkout: take care of "--end-of-options" in set/add
 2023-12-24  1:02 UTC  (19+ 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  (18+ messages)
` [PATCH 02/12] treewide: remove unnecessary includes in source files
` [PATCH v2 00/12] Additional header cleanups (removing unnecessary includes)
  ` [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

Git mirror at gitlab
 2023-12-22 14:06 UTC  (3+ messages)

[PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches
 2023-12-22  1:30 UTC  (40+ messages)
` [PATCH 4/8] SubmittingPatches: update extra tags list
` [PATCH 6/8] SubmittingPatches: clarify GitHub visual
` [PATCH 7/8] SubmittingPatches: clarify GitHub artifact format
` [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

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  (11+ messages)
            ` [PATCH] git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool

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  (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] 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 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  (2+ messages)

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

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

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


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