Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 16:14:28 to 2023-08-14 13:10:25 UTC [more...]

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-08-14 13:09 UTC  (5+ messages)
` [PATCH RFC v2 1/4] common-main: split common_exit() into a new file
    ` Splitting common-main (Was: Re: [PATCH RFC v2 1/4] common-main: split common_exit() into a new file)

[PATCH 0/6] maintenance: schedule maintenance on a random minute
 2023-08-14 11:28 UTC  (15+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] maintenance: add get_random_minute()
  ` [PATCH v2 2/8] maintenance: use random minute in launchctl scheduler
  ` [PATCH v2 3/8] maintenance: use random minute in Windows scheduler
  ` [PATCH v2 4/8] maintenance: use random minute in cron scheduler
  ` [PATCH v2 5/8] maintenance: swap method locations
  ` [PATCH v2 6/8] maintenance: use random minute in systemd scheduler
  ` [PATCH v2 7/8] maintenance: fix systemd schedule overlaps
  ` [PATCH v2 8/8] maintenance: update schedule before config

[PATCH] builtin/worktree.c: Fix typo in "forgot fetch" msg
 2023-08-13 22:21 UTC  (2+ messages)

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-08-13 22:09 UTC  (23+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] doc: revert: add discussion
        ` Re* "

[wishlist] git-add(1), git-restore(1): -U for more context (with -p)
 2023-08-13 19:45 UTC  (3+ messages)

[PATCH] t4053: avoid writing to unopened pipe
 2023-08-13 16:24 UTC 

[PATCH] t9001: fix/unify indentation regarding pipes somewhat
 2023-08-13 10:46 UTC  (6+ messages)
  ` [PATCH v2] t9001: fix indentation in test_no_confirm()

[PATCH RESEND] format-patch: add --description-file option
 2023-08-13  8:22 UTC  (6+ messages)
` [PATCH v2] "

[BUG] `git describe` doesn't traverse the graph in topological order
 2023-08-12 19:36 UTC 

[PATCH] merge-tree: add -X strategy option
 2023-08-12  5:41 UTC  (3+ messages)
` [PATCH v2] "

"fatal: Not a git repository" issued during 'make' from source code
 2023-08-12  5:38 UTC  (17+ messages)

[PATCH] ls-tree: fix --no-full-name
 2023-08-12  5:11 UTC  (19+ messages)
  ` [PATCH] describe: fix --no-exact-match

[PATCH] pretty: add %(decorate[:<options>]) format
 2023-08-12  1:16 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3 1/7] pretty-formats: define "literal formatting code"
    ` [PATCH v3 2/7] pretty-formats: enclose options in angle brackets
    ` [PATCH v3 3/7] decorate: refactor format_decorations()
    ` [PATCH v3 4/7] decorate: avoid some unnecessary color overhead
    ` [PATCH v3 5/7] decorate: color each token separately
    ` [PATCH v3 6/7] pretty: add %(decorate[:<options>]) format
    ` [PATCH v3 7/7] pretty: add pointer and tag options to %(decorate)

[PATCH] fix `git mv existing-dir non-existing-dir`*
 2023-08-12  1:14 UTC  (5+ messages)
      ` [PATCH] mv: fix error for moving directory to another

Fetching too many tags?
 2023-08-12  1:04 UTC  (5+ messages)

[PATCH v3 0/8] Repack objects into separate packfiles based on a filter
 2023-08-12  0:12 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 1/8] pack-objects: allow `--filter` without `--stdout`
    ` [PATCH v5 2/8] t/helper: add 'find-pack' test-tool
    ` [PATCH v5 3/8] repack: refactor finishing pack-objects command
    ` [PATCH v5 4/8] repack: refactor finding pack prefix
    ` [PATCH v5 5/8] repack: add `--filter=<filter-spec>` option
    ` [PATCH v5 6/8] gc: add `gc.repackFilter` config option
    ` [PATCH v5 7/8] repack: implement `--filter-to` for storing filtered out objects
    ` [PATCH v5 8/8] gc: add `gc.repackFilterTo` config option

leak in jt/path-filter-fix, was Re: What's cooking in git.git (Aug 2023, #01; Wed, 2)
 2023-08-11 22:15 UTC  (2+ messages)

[RFC PATCH 0/6] bloom: reuse existing Bloom filters when possible during upgrade
 2023-08-11 22:13 UTC  (2+ messages)

[RFC PATCH 6/6] commit-graph: reuse existing Bloom filters where possible
 2023-08-11 22:06 UTC  (2+ messages)

[RFC PATCH 4/6] commit-graph.c: unconditionally load Bloom filters
 2023-08-11 22:00 UTC  (2+ messages)

[RFC PATCH 2/6] bloom: prepare to discard incompatible Bloom filters
 2023-08-11 21:48 UTC  (2+ messages)

[RFC PATCH 1/6] bloom: annotate filters with hash version
 2023-08-11 21:46 UTC  (2+ messages)

[PATCH 0/5] Trailer readability cleanups
 2023-08-11 21:11 UTC  (21+ messages)
` [PATCH 1/5] trailer: separate public from internal portion of trailer_iterator
` [PATCH 2/5] trailer: split process_input_file into separate pieces
` [PATCH 3/5] trailer: split process_command_line_args into separate functions
` [PATCH 4/5] trailer: teach find_patch_start about --no-divider
` [PATCH 5/5] trailer: rename *_DEFAULT enums to *_UNSPECIFIED

[RFC/PATCH] commit-graph: verify swapped zero/non-zero generation cases
 2023-08-11 19:28 UTC  (20+ messages)
    ` [PATCH 0/4] commit-graph: fsck zero/non-zero generation number fixes
      ` [PATCH 1/4] commit-graph: introduce `commit_graph_generation_from_graph()`
      ` [PATCH 2/4] commit-graph: verify swapped zero/non-zero generation cases
      ` [PATCH 3/4] t/t5318-commit-graph.sh: test generation zero transitions during fsck
      ` [PATCH 4/4] commit-graph: invert negated conditional
    ` [PATCH v2 0/5] commit-graph: fsck zero/non-zero generation number fixes
      ` [PATCH v2 1/5] commit-graph: introduce `commit_graph_generation_from_graph()`
      ` [PATCH v2 2/5] commit-graph: verify swapped zero/non-zero generation cases
      ` [PATCH v2 3/5] t/t5318-commit-graph.sh: test generation zero transitions during fsck
      ` [PATCH v2 4/5] commit-graph: invert negated conditional, extract to function
      ` [PATCH v2 5/5] commit-graph: avoid repeated mixed generation number warnings

[PATCH] ls-tree: default <tree-ish> to HEAD
 2023-08-11 18:22 UTC  (4+ messages)

[RESEND PATCH v10 7/8] worktree add: extend DWIM to infer --orphan
 2023-08-11 17:43 UTC  (3+ messages)
` RESEND [PATCH "

[PATCH 0/5] Fixes to trailer test script, help text, and documentation
 2023-08-11 17:38 UTC  (17+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] trailer tests: make test cases self-contained
  ` [PATCH v2 02/13] trailer test description: this tests --where=after, not --where=before
  ` [PATCH v2 03/13] trailer: add tests to check defaulting behavior with --no-* flags
  ` [PATCH v2 04/13] trailer doc: narrow down scope of --where and related flags
  ` [PATCH v2 05/13] trailer: trailer location is a place, not an action
  ` [PATCH v2 06/13] trailer --no-divider help: describe usual "---" meaning
  ` [PATCH v2 07/13] trailer --parse help: expose aliased options
  ` [PATCH v2 08/13] trailer --only-input: prefer "configuration variables" over "rules"
  ` [PATCH v2 09/13] trailer --parse docs: add explanation for its usefulness
  ` [PATCH v2 10/13] trailer --unfold help: prefer "reformat" over "join"
  ` [PATCH v2 11/13] trailer doc: emphasize the effect of configuration variables
  ` [PATCH v2 12/13] trailer doc: separator within key suppresses default separator
  ` [PATCH v2 13/13] trailer doc: <token> is a <key> or <keyAlias>, not both

[PATCH] Fix bug when more than one readline instance is used
 2023-08-11 16:05 UTC  (7+ messages)
` [[PATCH v2]] "

[PATCH] t4053: avoid race when killing background processes
 2023-08-11 15:47 UTC  (5+ messages)

[PATCH v4 0/3] check-attr: integrate with sparse-index
 2023-08-11 14:22 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] t1092: add tests for 'git check-attr'
  ` [PATCH v5 2/3] attr.c: read attributes in a sparse directory
  ` [PATCH v5 3/3] check-attr: integrate with sparse-index

[PATCH v3] send-email: prompt-dependent exit codes
 2023-08-11 12:11 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v2] rebase: clarify conditionals in todo_list_to_strbuf()
 2023-08-11 11:41 UTC  (9+ messages)
` [PATCH v3] "

[ANNOUNCE] Git for Windows 2.42.0-rc1
 2023-08-11  6:56 UTC 

git ls-files --others not leveraging core.untrackedCache
 2023-08-11  5:19 UTC 

What's cooking in git.git (Aug 2023, #04; Thu, 10)
 2023-08-11  3:51 UTC 

[PATCH 3/3] t/lib-rebase: improve documentation of set_fake_editor()
 2023-08-10 23:57 UTC  (6+ messages)
` [PATCH v2 0/1] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-08-10 23:43 UTC  (17+ messages)
` [RFC PATCH v2 0/7] "
  ` [RFC PATCH v2 1/7] hex-ll: split out functionality from hex
  ` [RFC PATCH v2 2/7] object: move function to object.c
  ` [RFC PATCH v2 3/7] config: correct bad boolean env value error message
  ` [RFC PATCH v2 4/7] parse: create new library for parsing strings and env values
  ` [RFC PATCH v2 5/7] date: push pager.h dependency up
  ` [RFC PATCH v2 6/7] git-std-lib: introduce git standard library
  ` [RFC PATCH v2 7/7] git-std-lib: add test file to call git-std-lib.a functions

[PATCH 0/2] sequencer: truncate lockfile and ref to NAME_MAX
 2023-08-10 17:15 UTC  (5+ messages)
` [PATCH 1/2] sequencer: truncate labels to accommodate loose refs
` [PATCH 2/2] rebase: allow overriding the maximal length of the generated labels

[ANNOUNCE] Git v2.42.0-rc1
 2023-08-10 16:45 UTC 

[PATCH] upload-pack: fix race condition in error messages
 2023-08-10 16:14 UTC  (2+ 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).