Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-29 18:15:39 to 2023-07-05 17:58:42 UTC [more...]

[PATCH v3 0/8] git-compat-util cleanups
 2023-07-05 17:58 UTC  (20+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] git-compat-util: move strbuf.c funcs to its header
  ` [PATCH v4 2/6] git-compat-util: move wrapper.c "
  ` [PATCH v4 3/6] sane-ctype.h: create header for sane-ctype macros
  ` [PATCH v4 4/6] kwset: move translation table from ctype
  ` [PATCH v4 5/6] treewide: remove unnecessary includes for wrapper.h
  ` [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

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-07-05 17:57 UTC  (9+ messages)
` [RFC PATCH 1/8] trace2: log fsync stats in trace2 rather than wrapper
` [RFC PATCH 7/8] git-std-lib: introduce git standard library

[PATCH 0/9] Repack objects into separate packfiles based on a filter
 2023-07-05 17:53 UTC  (20+ 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 1/8] pack-objects: allow `--filter` without `--stdout`
  ` [PATCH v2 2/8] t/helper: add 'find-pack' test-tool
  ` [PATCH v2 3/8] repack: refactor finishing pack-objects command
  ` [PATCH v2 4/8] repack: refactor finding pack prefix
  ` [PATCH v2 5/8] repack: add `--filter=<filter-spec>` option
  ` [PATCH v2 6/8] gc: add `gc.repackFilter` config option
  ` [PATCH v2 7/8] repack: implement `--filter-to` for storing filtered out objects
  ` [PATCH v2 8/8] gc: add `gc.repackFilterTo` config option

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

[PATCH 0/9] gitk: improve keyboard support
 2023-07-05 17:29 UTC  (26+ messages)
` [PATCH 5/9] gitk: add keyboard bind for checkout
` [PATCH 6/9] gitk: add keyboard bind for create and remove branch
` [PATCH 9/9] gitk: default select reset hard in dialog
` [PATCH v2 00/10] gitk: improve keyboard support
  ` [PATCH v2 01/10] gitk: add procedures to get commit info from selected row
  ` [PATCH v2 02/10] gitk: use term "current branch" in gui
  ` [PATCH v2 03/10] gitk: add keyboard bind for reset command
  ` [PATCH v2 04/10] gitk: show branch name in reset dialog
  ` [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
  ` [PATCH v2 10/10] gitk: allow checkout of remote branch

[PATCH 0/3] imap-send: some -Wunused-parameter cleanups
 2023-07-05 17:25 UTC  (7+ 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 3/3] imap-send: drop unused fields from imap_cmd_cb

[PATCH] ref-filter: handle nested tags in --points-at option
 2023-07-05 17:16 UTC  (13+ messages)
    ` [PATCH 0/3] a few --points-at optimizations/cleanups
      ` [PATCH 1/3] ref-filter: avoid parsing tagged objects in match_points_at()
      ` [PATCH 2/3] ref-filter: avoid parsing non-tags "
      ` [PATCH 3/3] ref-filter: simplify return type of match_points_at

[PATCH] pkt-line: don't check string length in packet_length()
 2023-07-05 16:15 UTC  (3+ messages)

[PATCH] docs: add necessary headers to Documentation/MFOW.txt
 2023-07-05  7:16 UTC  (3+ messages)

What's cooking in git.git (Jun 2023, #08; Fri, 30)
 2023-07-05  5:37 UTC  (5+ messages)

[PATCH 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-05  5:30 UTC  (13+ messages)
` [PATCH 1/2] remote: "
` [PATCH 2/2] push: "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] remote: "
  ` [PATCH v2 2/2] push: "

Bug report: AM 3-way patching fails with partial cloning
 2023-07-04 22:02 UTC  (2+ messages)

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-07-04 18:43 UTC  (32+ messages)
` [PATCH v4 00/16] refs: implement jump "
  ` [PATCH v4 01/16] refs.c: rename `ref_filter`
  ` [PATCH v4 02/16] ref-filter.h: provide `REF_FILTER_INIT`
  ` [PATCH v4 03/16] ref-filter: clear reachable list pointers after freeing
  ` [PATCH v4 04/16] ref-filter: add `ref_filter_clear()`
  ` [PATCH v4 05/16] ref-filter.c: parameterize match functions over patterns
  ` [PATCH v4 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v4 11/16] revision.h: store hidden refs in a `strvec`
  ` [PATCH v4 12/16] refs/packed-backend.c: ignore complicated hidden refs rules
  ` [PATCH v4 15/16] upload-pack.c: avoid enumerating hidden refs where possible
  ` [PATCH v4 16/16] ls-refs.c: "

[PATCH] gitk: new config options for wrapping and diff modes
 2023-07-04 17:39 UTC 

[PATCH] gitk: new config options for wrapping and diff modes
 2023-07-04 16:32 UTC 

Possible Bug with `git commit -a` in v2.41.0
 2023-07-03 19:29 UTC  (2+ messages)

[PATCH v1 0/3] check-attr: integrate with sparse-index
 2023-07-03 18:21 UTC  (7+ messages)
` [PATCH v1 1/3] attr.c: read attributes in a sparse directory
` [PATCH v1 2/3] t1092: add tests for `git check-attr`
` [PATCH v1 3/3] check-attr: integrate with sparse-index

[PATCH] t0091-bugreport.sh: actually verify some content of report
 2023-07-03 15:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/14] more -Wunused-parameter annotations
 2023-07-03  6:44 UTC  (15+ messages)
` [PATCH 01/14] test-ref-store: drop unimplemented reflog-expire command
` [PATCH 02/14] do_for_each_ref_helper(): mark unused repository parameter
` [PATCH 03/14] http: mark unused parameters in curl callbacks
` [PATCH 04/14] http-push: mark unused parameter in xml callback
` [PATCH 05/14] am: mark unused keep_cr parameters
` [PATCH 06/14] count-objects: mark unused parameter in alternates callback
` [PATCH 07/14] revisions: drop unused "opt" parameter in "tweak" callbacks
` [PATCH 08/14] fsck: mark unused parameters in various fsck callbacks
` [PATCH 09/14] merge-tree: mark unused parameter in traverse callback
` [PATCH 10/14] replace: mark unused parameter in ref callback
` [PATCH 11/14] replace: mark unused parameter in each_mergetag_fn callback
` [PATCH 12/14] rev-parse: mark unused parameter in for_each_abbrev callback
` [PATCH 13/14] tag: mark unused parameters in each_tag_name_fn callbacks
` [PATCH 14/14] t/helper: mark unused callback void data parameters

Who are you
 2023-07-02 16:10 UTC  (2+ messages)

[PATCH] repack: only repack .packs that exist
 2023-07-02 13:11 UTC  (4+ messages)

[PATCH] MyFirstObjectWalk: include necessary header files
 2023-07-01  8:28 UTC 

[PATCH v4] unit tests: Add a project plan document
 2023-07-01  1:03 UTC  (3+ messages)

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

[ANNOUNCE] Git Rev News edition 100
 2023-06-30 20:12 UTC 

"git commit -m" bug
 2023-06-30 17:38 UTC  (2+ messages)

Review Club cancelled next Wednesday
 2023-06-30 17:02 UTC 

[PATCH] docs: include "trace.h" in MyFirstObjectWalk.txt
 2023-06-30 16:50 UTC  (5+ messages)

SHA256 support not experimental, or?
 2023-06-30 16:45 UTC  (12+ messages)

Documentation/MyFirstObjectWalk: add #include "trace.h" to use trace_printf()
 2023-06-30 15:39 UTC  (10+ messages)

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-06-30  9:48 UTC  (9+ messages)
` [RFC PATCH 1/2] Add C TAP harness

[RFC PATCH 0/1] Unit tests for khash.h
 2023-06-30  1:05 UTC  (4+ messages)
` [RFC PATCH v2] khash_test.c : add unit tests

[PATCH 0/3] fsck index files from all worktrees
 2023-06-29 19:37 UTC  (8+ messages)
` [PATCH 3/3] fsck: mention file path for index errors

[PATCH 0/3] commit -a -m: allow the top-level tree to become empty again
 2023-06-29 19:17 UTC  (5+ messages)
` [PATCH 2/3] split-index: accept that a base index can be empty
` [PATCH 3/3] commit -a -m: allow the top-level tree to become empty again

[PATCH] fsck: avoid misleading variable name
 2023-06-29 19:04 UTC  (2+ messages)

[PATCH v2] docs: add git hash-object -t option's possible values
 2023-06-29 18:15 UTC  (3+ messages)
` [PATCH v3] "


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