git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-09-19 15:00:18 to 2022-09-21 16:59:25 UTC [more...]

[PATCH 0/5] [RFC] introduce Roaring bitmaps to Git
 2022-09-21 16:58 UTC  (16+ messages)
` [PATCH 1/5] reachability-bitmaps: add CRoaring library "
` [PATCH 2/5] roaring.[ch]: apply Git specific changes to the roaring API
` [PATCH 3/5] roaring: teach Git to write roaring bitmaps
` [PATCH 4/5] roaring: introduce a new config option for "
` [PATCH 5/5] roaring: teach Git to read "

[PATCH] refs: unify parse_worktree_ref() and ref_type()
 2022-09-21 16:45 UTC  (9+ messages)
` [PATCH v2] "

Wildcards in mailmap to hide transgender people's deadnames
 2022-09-21 16:42 UTC  (12+ messages)

what if i use makeheader tool to generate c header file, it would be accepted
 2022-09-21 16:28 UTC  (9+ messages)

Question relate to collaboration on git monorepo
 2022-09-21 15:42 UTC  (5+ messages)

[PATCH] merge-tree: fix segmentation fault in read-only repositories
 2022-09-21 15:42 UTC  (2+ messages)

[PATCH v6 0/6] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-21 13:03 UTC  (37+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/6] fsmonitor: relocate socket file if .git directory is remote
  ` [PATCH v8 0/5] fsmonitor: option to allow fsmonitor to run against network-mounted repos
    ` [PATCH v8 2/5] fsmonitor: relocate socket file if .git directory is remote
    ` [PATCH v8 5/5] fsmonitor: add documentation for allowRemote and socketDir options
    ` [PATCH v9 0/6] fsmonitor: option to allow fsmonitor to run against network-mounted repos
      ` [PATCH v9 1/6] fsmonitor: refactor filesystem checks to common interface
      ` [PATCH v9 2/6] fsmonitor: relocate socket file if .git directory is remote
      ` [PATCH v9 3/6] fsmonitor: avoid socket location check if using hook
      ` [PATCH v9 4/6] fsmonitor: deal with synthetic firmlinks on macOS
      ` [PATCH v9 5/6] fsmonitor: check for compatability before communicating with fsmonitor
      ` [PATCH v9 6/6] fsmonitor: add documentation for allowRemote and socketDir options
      ` [PATCH v10 0/6] fsmonitor: option to allow fsmonitor to run against network-mounted repos
        ` [PATCH v10 1/6] fsmonitor: refactor filesystem checks to common interface
        ` [PATCH v10 2/6] fsmonitor: relocate socket file if .git directory is remote
        ` [PATCH v10 3/6] fsmonitor: avoid socket location check if using hook
        ` [PATCH v10 4/6] fsmonitor: deal with synthetic firmlinks on macOS
        ` [PATCH v10 5/6] fsmonitor: check for compatability before communicating with fsmonitor
        ` [PATCH v10 6/6] fsmonitor: add documentation for allowRemote and socketDir options

[PATCH v2 0/4] allow "grep -E", remove {e,f}grep usage
 2022-09-21 13:02 UTC  (5+ messages)
` [PATCH v2 1/4] CodingGuidelines: allow grep -E
` [PATCH v2 2/4] t: remove \{m,n\} from BRE grep usage
` [PATCH v2 3/4] t: convert egrep usage to "grep -E"
` [PATCH v2 4/4] t: convert fgrep usage to "grep -F"

[PATCH v3 07/15] t/Makefile: don't remove test-results in "clean-except-prove-cache"
 2022-09-21  6:59 UTC  (7+ messages)
` [PATCH] t/Makefile: remove 'test-results' on 'make clean'
  ` [PATCH v2] "

Newbie contribution idea for 'git log --children': input requested
 2022-09-21  0:24 UTC  (6+ messages)

Support SSL_CERT_DIR
 2022-09-20 22:00 UTC 

[BUG] seemingly-rare segfault in merge-tree
 2022-09-20 21:57 UTC  (4+ messages)

[PATCH v2 0/3] midx: use `--stdin-packs` to implement `repack`
 2022-09-20 21:54 UTC  (5+ messages)
  ` [PATCH v2 1/3] midx.c: compute pack_info array outside of fill_included_packs_batch()
  ` [PATCH v2 2/3] midx.c: use `pack-objects --stdin-packs` when repacking
  ` [PATCH v2 3/3] midx.c: unify `include_pack` array into `pack_info` struct

[PATCH] Documentation: add ReviewingGuidelines
 2022-09-20 21:23 UTC  (12+ messages)
` [PATCH v2] "

[INVESTIGATION] why is fsck --connectivity-only so much more expensive than rev-list --objects --all?
 2022-09-20 20:41 UTC  (2+ messages)

[PATCH] midx.c: use `pack-objects --stdin-packs` when repacking
 2022-09-20 20:35 UTC  (6+ messages)

[PATCH] gc: don't translate literal commands
 2022-09-20 19:55 UTC  (4+ messages)

[PATCH] builtin/diagnose.c: don't translate the two mode values
 2022-09-20 17:54 UTC  (3+ messages)

[PATCH 0/4] allow grep -E, and remove egrep
 2022-09-20 17:52 UTC  (9+ messages)
` [PATCH 1/4] CodingGuidelines: allow grep -E
` [PATCH 2/4] t: remove \{m,n\} from BRE grep usage
` [PATCH 3/4] t: convert egrep usage to "grep -E"
` [PATCH 4/4] t: convert fgrep usage to "grep -F"

[PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`
 2022-09-20 14:39 UTC  (9+ messages)
` [PATCH 1/7] Documentation/git-multi-pack-index.txt: fix typo
` [PATCH 2/7] Documentation/git-multi-pack-index.txt: clarify expire behavior
` [PATCH 3/7] midx.c: prevent `expire` from removing the cruft pack
` [PATCH 4/7] midx.c: avoid cruft packs with `repack --batch-size=0`
` [PATCH 5/7] midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`
` [PATCH 6/7] midx.c: remove unnecessary loop condition
` [PATCH 7/7] midx.c: avoid cruft packs with non-zero `repack --batch-size`

[PATCH] scalar: fix wrong shell hashbang
 2022-09-20 12:43 UTC  (4+ messages)

[CONFIG][SUGGESTION] ask for check in git-config
 2022-09-20 11:19 UTC 

[RFC PATCH 0/2] Opaque author and committer identifiers
 2022-09-20 10:51 UTC  (3+ messages)
` [RFC PATCH 2/2] docs: document a format for anonymous author and committer IDs

Handling the Git trademark
 2022-09-20  8:38 UTC  (2+ messages)

[BUG] fixup commit is dropped during rebase if subject = branch name
 2022-09-20  8:26 UTC  (10+ messages)
` [PATCH] sequencer: avoid dropping fixup commit that targets self via commit-ish
      ` [PATCH v2] "

[PATCH v5 0/5] hiderefs: add hide-refs hook to hide refs dynamically
 2022-09-20  8:22 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] "
  ` [PATCH v6 2/5] hiderefs: use a new flag to mark force hidden refs
  ` [PATCH v6 3/5] hiderefs: hornor hide flags in wire protocol V2
  ` [PATCH v6 4/5] test: add test cases for hide-refs hook
  ` [PATCH v6 5/5] doc: add documentation for the "

Preserving credentials on authentication failures
 2022-09-20  7:59 UTC 

git rebase crash: merge-ort.c:2622: apply_directory_rename_modifications: Assertion `ci->dirmask == 0' failed
 2022-09-20  7:15 UTC  (2+ messages)

[PATCH v1 0/2] grep: integrate with sparse index
 2022-09-20  7:13 UTC  (8+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] builtin/grep.c: add --sparse option

[PATCH 0/2] update internal patch-id to use "stable" algorithm
 2022-09-20  6:20 UTC  (6+ messages)
` [PATCH 1/2] patch-id: fix stable patch id for binary / header-only
` [PATCH 2/2] patch-id: use stable patch-id for rebases
` [PATCH v2 0/2] update internal patch-id to use "stable" algorithm
  ` [PATCH v2 1/2] patch-id: fix stable patch id for binary / header-only
  ` [PATCH v2 2/2] patch-id: use stable patch-id for rebases

SSH key errors
 2022-09-20  5:17 UTC 

[PATCH] fsmonitor--daemon: don't translate literal commands
 2022-09-20  5:07 UTC 

What's cooking in git.git (Sep 2022, #05; Mon, 19)
 2022-09-20  4:21 UTC 

[PATCH 0/2] Fix various typos in regular and technical docs
 2022-09-20  3:38 UTC  (4+ messages)
` [PATCH 1/2] Documentation: clean up a few misspelled word typos
` [PATCH 2/2] Documentation: clean up various typos in technical docs

[PATCH] unicode: update the width tables to Unicode 15
 2022-09-20  2:04 UTC 

Beyond recursive merge
 2022-09-20  1:42 UTC  (2+ messages)

[PATCH] maintenance: make unregister idempotent
 2022-09-20  1:02 UTC 

[PATCH 00/34] doc/UX: make txt & -h output more consistent
 2022-09-20  0:57 UTC  (5+ messages)
` [PATCH 07/34] doc SYNOPSIS & -h: fix incorrect alternates syntax

[PATCH 0/2] check-docs: fix 'diagnose' and 'version'
 2022-09-20  0:27 UTC  (4+ messages)
` [PATCH 1/2] diagnose: add to command-list.txt
` [PATCH 2/2] version: fix builtin linking & documentation

[PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers
 2022-09-19 23:36 UTC  (12+ messages)
` [PATCH 3/8] osxkeychain: clarify that we ignore unknown lines
` [PATCH 4/8] http: read HTTP WWW-Authenticate response headers
` [PATCH 5/8] credential: add WWW-Authenticate header to cred requests
` [PATCH 8/8] http: set specific auth scheme depending on credential

[PATCH 0/4] list-objects-filter cleanups
 2022-09-19 19:05 UTC  (5+ messages)
` [PATCH 4/4] list-objects-filter: convert filter_spec to a strbuf

[PATCH] unicode: update the width tables to Unicode 15
 2022-09-19 19:00 UTC  (4+ messages)
` [PATCH v2] "

Question related to submodule and different recurse config options
 2022-09-19 18:43 UTC  (3+ messages)

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-09-19 18:16 UTC  (9+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] bundle-uri: short-circuit capability parsing
  ` [PATCH v2 2/9] bundle-uri: use plain string in find_temp_filename()

[ANNOUNCE] Git v2.38.0-rc0
 2022-09-19 18:04 UTC  (3+ messages)

[PATCH v2] commit-graph: Fix missing closedir in expire_commit_graphs
 2022-09-19 17:41 UTC  (3+ messages)

[PATCH v3] fuzz: reorganise the path for existing oss-fuzz fuzzers
 2022-09-19 16:40 UTC  (4+ messages)
` [PATCH v4] "


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