Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-05 06:13:00 to 2023-07-11 18:41:36 UTC [more...]

[PATCH v4 00/12] config: remove global state from config iteration
 2023-07-11 18:41 UTC  (3+ messages)
` [PATCH v5 00/11] "

[PATCH v2 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-11 18:33 UTC  (21+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] remote: "
  ` [PATCH v3 2/2] push: "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] remote: "
    ` [PATCH v4 2/2] push: "

What's cooking in git.git (Jul 2023, #02; Mon, 10)
 2023-07-11 17:37 UTC  (2+ messages)

[PATCH 0/2] repack: make `collect_pack_filenames()` consistent
 2023-07-11 17:32 UTC  (10+ messages)
` [PATCH 1/2] builtin/repack.c: only repack `.pack`s that exist
` [PATCH 2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`
` [PATCH v2 0/2] repack: make `collect_pack_filenames()` consistent
  ` [PATCH v2 1/2] builtin/repack.c: only repack `.pack`s that exist
  ` [PATCH v2 2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-07-11 17:19 UTC  (22+ messages)
` [PATCH v5 00/16] refs: implement jump "
  ` [PATCH v5 01/16] refs.c: rename `ref_filter`
  ` [PATCH v5 02/16] ref-filter.h: provide `REF_FILTER_INIT`
  ` [PATCH v5 03/16] ref-filter: clear reachable list pointers after freeing
  ` [PATCH v5 04/16] ref-filter: add `ref_filter_clear()`
  ` [PATCH v5 05/16] ref-filter.c: parameterize match functions over patterns
  ` [PATCH v5 06/16] builtin/for-each-ref.c: add `--exclude` option
  ` [PATCH v5 07/16] refs: plumb `exclude_patterns` argument throughout
  ` [PATCH v5 08/16] refs/packed-backend.c: refactor `find_reference_location()`
  ` [PATCH v5 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v5 10/16] refs/packed-backend.c: add trace2 counters for jump list
  ` [PATCH v5 11/16] revision.h: store hidden refs in a `strvec`
  ` [PATCH v5 12/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns
  ` [PATCH v5 13/16] refs.h: implement `hidden_refs_to_excludes()`
  ` [PATCH v5 14/16] builtin/receive-pack.c: avoid enumerating hidden references
  ` [PATCH v5 15/16] upload-pack.c: avoid enumerating hidden refs where possible
  ` [PATCH v5 16/16] ls-refs.c: "

Beyond Merge and Rebase: The Upstream Import Approach in Git
 2023-07-11 17:02 UTC  (2+ messages)

[PATCH v1 0/3] check-attr: integrate with sparse-index
 2023-07-11 16:56 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Enable gitattributes read from sparse directories
  ` [PATCH v2 2/3] t1092: add tests for `git check-attr`
  ` [PATCH v2 3/3] check-attr: integrate with sparse-index
  ` [PATCH v3 0/3] "
    ` [PATCH v3 1/3] attr.c: read attributes in a sparse directory
    ` [PATCH v3 2/3] t1092: add tests for `git check-attr`
    ` [PATCH v3 3/3] check-attr: integrate with sparse-index

[PATCH 0/2] [RFC] for-each-ref: add --count-matches mode
 2023-07-11 14:48 UTC  (6+ messages)
` [PATCH 2/2] for-each-ref: add --count-matches option

[GSoC] Blog:More Sparse Index Integrations
 2023-07-11 13:52 UTC 

[PATCH 0/2] fix resize issues on large screens
 2023-07-10 21:04 UTC  (5+ messages)
` [PATCH 1/2] gitk: limit factor scaling on resize to widths below 1900px
` [PATCH 2/2] gitk: keep author and date colums to a minimal width on resize

[PATCH] repack: only repack .packs that exist
 2023-07-10 19:39 UTC  (5+ messages)

[PATCH 0/6] fsck: squelch progress output with `--no-progress`
 2023-07-10 15:55 UTC  (8+ messages)
` [PATCH 1/6] fsck: suppress commit-graph "
` [PATCH 2/6] fsck: suppress MIDX "
` [PATCH 3/6] commit-graph.c: extract `verify_one_commit_graph()`
` [PATCH 4/6] commit-graph.c: iteratively verify commit-graph chains
` [PATCH 5/6] commit-graph.c: pass progress to `verify_one_commit_graph()`
` [PATCH 6/6] commit-graph.c: avoid duplicated progress output during `verify`

[PATCH 0/2] Fix attr magic combined with pathspec prefix
 2023-07-09  9:28 UTC  (9+ messages)
` [PATCH 1/2] t6135: attr magic with path pattern
` [PATCH 2/2] dir: do not feed path suffix to pathspec match
  ` [PATCH 2/2alt] "
      ` [PATCH 2alt/2] dir: match "attr" pathspec magic with correct paths

[PATCH 0/2] Add new "describe" atom
 2023-07-09  6:16 UTC  (5+ messages)
` [PATCH 1/2] ref-filter: add "
` [PATCH 2/2] t6300: run describe atom tests on a different repo

Git monorepo - recommendation regarding usage of sparse-checkout
 2023-07-09  1:44 UTC  (2+ messages)

[PATCH v2] doc: gitcredentials: link to helper list
 2023-07-08 20:36 UTC  (2+ messages)
` [PATCH v3] "

Expected behaviour for pathspecs matching attributes in subdirectories
 2023-07-08 12:42 UTC  (9+ messages)

[PATCH 0/9] gitk: improve keyboard support
 2023-07-08 12:09 UTC  (15+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 05/10] gitk: add keyboard bind for checkout command
  ` [PATCH v2 06/10] gitk: add keyboard bind for remove branch command
  ` [PATCH v2 07/10] gitk: add keyboard bind for cherry-pick command
  ` [PATCH v2 08/10] gitk: add keyboard bind for create branch command
  ` [PATCH v2 09/10] gitk: improve keyboard convenience in reset dialog

[BUGREPORT] Why is git-push fetching content?
 2023-07-08  8:39 UTC  (6+ messages)

[PATCH 0/5] SubmittingPatches: clarify which branch to use
 2023-07-08  5:48 UTC  (9+ messages)
` [PATCH 1/5] SubmittingPatches: reword awkward phrasing
` [PATCH 2/5] SubmittingPatches: be more explicit
` [PATCH 3/5] SubmittingPatches: discuss subsystems separately from git.git
` [PATCH 4/5] SubmittingPatches: remove confusing guidance about base branches
` [PATCH 5/5] SubmittingPatches: define topic branches

[PATCH 0/2] remove unused "base-offset" from tree-walk codepath
 2023-07-07 22:21 UTC  (3+ messages)
` [PATCH 1/2] tree-walk: lose base_offset that is never used in tree_entry_interesting
` [PATCH 2/2] tree-walk: drop unused base_offset from do_match()

[PATCH] pkt-line: don't check string length in packet_length()
 2023-07-07 21:47 UTC  (8+ messages)
` [PATCH v2] pkt-line: add size parameter to packet_length()

[RFC PATCH 0/1] Unit tests for khash.h
 2023-07-07 21:12 UTC  (5+ messages)
` [RFC PATCH v2] khash_test.c : add unit tests

Hello world
 2023-07-07 19:31 UTC 

[PATCH] pretty: use strchr(3) in userformat_find_requirements()
 2023-07-07 19:08 UTC 

[PATCH] pretty: avoid double negative in format_commit_item()
 2023-07-07 19:06 UTC  (2+ messages)

[PATCH] ls-tree: simplify prefix handling
 2023-07-07 19:01 UTC  (2+ messages)

https://github.com/gitgitgadget/git
 2023-07-07 17:13 UTC 

[PATCH v3] t0091-bugreport.sh: actually verify some content of report
 2023-07-07 12:26 UTC  (5+ messages)

[ANNOUNCE] Git for Windows 2.41.0(2)
 2023-07-07 10:50 UTC 

What's cooking in git.git (Jul 2023, #01; Wed, 5)
 2023-07-06 23:28 UTC  (2+ messages)

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-07-06 22:48 UTC  (8+ messages)
` [RFC PATCH v3 1/1] unit tests: Add a project plan document

t2400 on freebsd12
 2023-07-06 17:37 UTC 

[PATCH 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-06  2:32 UTC  (6+ messages)

[PATCH 0/3] diff --no-index: support reading from named pipes
 2023-07-05 22:19 UTC  (10+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] diff --no-index: refuse to compare stdin to a directory
  ` [PATCH v2 2/4] diff --no-index: die on error reading stdin
  ` [PATCH v2 3/4] t4054: test diff --no-index with stdin
  ` [PATCH v2 4/4] diff --no-index: support reading from named pipes

[PATCH] ref-filter: handle nested tags in --points-at option
 2023-07-05 20:15 UTC  (7+ messages)

[GSoC] Blog
 2023-07-05 20:01 UTC  (2+ messages)

[PATCH] t0091-bugreport.sh: actually verify some content of report
 2023-07-05 19:46 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/9] Repack objects into separate packfiles based on a filter
 2023-07-05 18:26 UTC  (16+ messages)
` [PATCH 1/9] pack-objects: allow `--filter` without `--stdout`
` [PATCH 6/9] repack: add `--filter=<filter-spec>` option
` [PATCH 8/9] repack: implement `--filter-to` for storing filtered out objects
` [PATCH v2 0/8] Repack objects into separate packfiles based on a filter
  ` [PATCH v2 5/8] repack: add `--filter=<filter-spec>` option
  ` [PATCH v2 7/8] repack: implement `--filter-to` for storing filtered out objects

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-07-05 18:22 UTC  (5+ messages)
` [RFC PATCH 1/8] trace2: log fsync stats in trace2 rather than wrapper

[PATCH v4 0/6] git-compat-util cleanups
 2023-07-05 17:58 UTC  (13+ messages)
` [PATCH v4 6/6] common: move alloc macros to common.h
` [PATCH v5 0/6] git-compat-util cleanups
  ` [PATCH v5 1/6] git-compat-util: move strbuf.c funcs to its header
  ` [PATCH v5 2/6] git-compat-util: move wrapper.c "
  ` [PATCH v5 3/6] sane-ctype.h: create header for sane-ctype macros
  ` [PATCH v5 4/6] kwset: move translation table from ctype
  ` [PATCH v5 5/6] treewide: remove unnecessary includes for wrapper.h
  ` [PATCH v5 6/6] git-compat-util: move alloc macros to git-compat-util.h

Bug Report
 2023-07-05 17:30 UTC  (4+ messages)
` index.skipHash doesn't work with split index, was "

[PATCH 0/3] imap-send: some -Wunused-parameter cleanups
 2023-07-05 17:25 UTC  (6+ messages)
` [PATCH 1/3] imap-send: use server conf argument in setup_curl()
` [PATCH 2/3] imap-send: drop unused parameter from imap_cmd_cb callback

[PATCH] docs: add necessary headers to Documentation/MFOW.txt
 2023-07-05  7:16 UTC  (3+ 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).