Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-02 16:25:41 to 2023-07-07 21:13:20 UTC [more...]

[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 

Expected behaviour for pathspecs matching attributes in subdirectories
 2023-07-07 19:28 UTC  (8+ messages)

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

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

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

[PATCH v1 0/3] check-attr: integrate with sparse-index
 2023-07-07 15:18 UTC  (11+ 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 v2 0/3] "
  ` [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] 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] Add new "describe" atom
 2023-07-06 16:58 UTC  (4+ messages)
` [PATCH 1/2] ref-filter: add "
` [PATCH 2/2] t6300: run describe atom tests on a different repo

[PATCH] pkt-line: don't check string length in packet_length()
 2023-07-06  5:07 UTC  (7+ 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  (15+ 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 0/9] gitk: improve keyboard support
 2023-07-05 20:07 UTC  (17+ messages)
` [PATCH v2 00/10] "
  ` [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

[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  (22+ 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

[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  (5+ 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  (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] 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)

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


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