git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-28 09:47:27 to 2022-03-01 16:52:22 UTC [more...]

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-01 16:52 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/9] ci: fix code style
  ` [PATCH v2 2/9] ci/run-build-and-tests: take a more high-level view
  ` [PATCH v2 3/9] ci: make it easier to find failed tests' logs in the GitHub workflow
  ` [PATCH v2 4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output
  ` [PATCH v2 5/9] tests: refactor --write-junit-xml code
  ` [PATCH v2 6/9] test(junit): avoid line feeds in XML attributes
  ` [PATCH v2 7/9] ci: optionally mark up output in the GitHub workflow
  ` [PATCH v2 8/9] ci: use `--github-workflow-markup` "
  ` [PATCH v2 9/9] ci: call `finalize_test_case_output` a little later

[PATCH 0/2] Reduce explicit sleep calls in t7063 untracked cache tests
 2022-03-01 16:34 UTC  (17+ messages)
` [PATCH 1/2] t/helper/test-chmtime: update mingw to support chmtime on directories
` [PATCH 2/2] t7063: mtime-mangling instead of delays in untracked cache testing
` [PATCH v2 0/2] Reduce explicit sleep calls in t7063 untracked cache tests
  ` [PATCH v2 1/2] t/helper/test-chmtime: update mingw to support chmtime on directories
  ` [PATCH v2 2/2] t7063: mtime-mangling instead of delays in untracked cache testing

[PATCH 0/7] Commit-graph: Generation Number v2 Fixes, v3 implementation
 2022-03-01 15:59 UTC  (30+ messages)
` [PATCH 3/7] commit-graph: start parsing generation v2 (again)
` [PATCH 5/7] commit-graph: document file format v2
` [PATCH v2 0/4] Commit-graph: Generation Number v2 Fixes
  ` [PATCH v2 1/4] test-read-graph: include extra post-parse info
  ` [PATCH v2 2/4] commit-graph: fix ordering bug in generation numbers
  ` [PATCH v2 3/4] commit-graph: start parsing generation v2 (again)
  ` [PATCH v2 4/4] commit-graph: fix generation number v2 overflow values

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-01 15:54 UTC  (6+ messages)
` [PATCH] "
` [PATCH] userdiff: add builtin diff driver for Kotlin language

[PATCH v2 0/1] name-rev: use generation numbers if available
 2022-03-01 15:09 UTC  (8+ messages)
` [PATCH v2 1/1] "
` [PATCH] "

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-03-01 14:58 UTC  (9+ messages)
` [PATCH v5 00/30] "
  ` [PATCH v5 06/30] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v5 23/30] t/helper/test-chmtime: skip directories on Windows

What's cooking in git.git (Feb 2022, #08; Mon, 28)
 2022-03-01 14:58 UTC  (3+ messages)
` ds/commit-graph-gen-v2-fixes (was Re: What's cooking in git.git (Feb 2022, #08; Mon, 28))

Git in GSoC 2022?
 2022-03-01 13:51 UTC  (6+ messages)

What's cooking in git.git (Feb 2022, #07; Fri, 25)
 2022-03-01 11:56 UTC  (6+ messages)
` ds/commit-graph-gen-v2-fixes (was Re: What's cooking in git.git (Feb 2022, #07; Fri, 25))
` ab/test-lib-tweaks (was: "

[PATCH v4 2/2] parse-options.c: add style checks for usage-strings
 2022-03-01 11:12 UTC  (6+ messages)

[PATCH v2 0/2] adding new branch.autosetupmerge option "simple"
 2022-03-01  9:59 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] merge: new autosetupmerge option 'simple' for matching branches
  ` [PATCH v3 2/2] t3200: tests for new branch.autosetupmerge option "simple"

[PATCH 0/5] fetch: more optimizations for mirror fetches
 2022-03-01  9:33 UTC  (14+ messages)
` [PATCH 1/5] upload-pack: look up "want" lines via commit-graph
` [PATCH 2/5] fetch: avoid lookup of commits when not appending to FETCH_HEAD
` [PATCH v2 0/5] fetch: more optimizations for mirror fetches
  ` [PATCH v2 1/5] upload-pack: look up "want" lines via commit-graph
  ` [PATCH v2 2/5] fetch: avoid lookup of commits when not appending to FETCH_HEAD
  ` [PATCH v2 3/5] refs: add ability for backends to special-case reading of symbolic refs
  ` [PATCH v2 4/5] remote: read symbolic refs via `refs_read_symbolic_ref()`
  ` [PATCH v2 5/5] refs/files-backend: optimize reading of symbolic refs

rewinding interactive rebases
 2022-03-01  9:24 UTC  (2+ messages)

[PATCH 00/13] submodule: convert parts of 'update' to C
 2022-03-01  8:07 UTC  (36+ messages)
` [PATCH 01/13] submodule tests: test for init and update failure output
` [PATCH 02/13] submodule--helper: remove update-module-mode
` [PATCH 03/13] submodule--helper: reorganize code for sh to C conversion
` [PATCH 04/13] submodule--helper run-update-procedure: remove --suboid
` [PATCH 05/13] submodule--helper: remove ensure-core-worktree
` [PATCH 06/13] submodule--helper: get remote names from any repository
` [PATCH 07/13] submodule--helper: don't use bitfield indirection for parse_options()
` [PATCH 08/13] submodule--helper run-update-procedure: learn --remote
` [PATCH 09/13] submodule--helper: refactor get_submodule_displaypath()
` [PATCH 10/13] submodule--helper: allow setting superprefix for init_submodule()
` [PATCH 11/13] submodule--helper update-clone: learn --init
` [PATCH 12/13] submodule update: add tests for --filter
` [PATCH 13/13] submodule--helper update-clone: check for --filter and --init
` [PATCH v2 00/13] submodule: convert parts of 'update' to C
  ` [PATCH v2 01/13] submodule tests: test for init and update failure output
  ` [PATCH v2 02/13] submodule--helper: remove update-module-mode
  ` [PATCH v2 03/13] submodule--helper: reorganize code for sh to C conversion
  ` [PATCH v2 04/13] submodule--helper run-update-procedure: remove --suboid
  ` [PATCH v2 05/13] submodule--helper: remove ensure-core-worktree
  ` [PATCH v2 06/13] submodule--helper: get remote names from any repository
  ` [PATCH v2 07/13] submodule--helper: don't use bitfield indirection for parse_options()
  ` [PATCH v2 08/13] submodule--helper run-update-procedure: learn --remote
  ` [PATCH v2 09/13] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v2 10/13] submodule--helper: allow setting superprefix for init_submodule()
  ` [PATCH v2 11/13] submodule--helper update-clone: learn --init
  ` [PATCH v2 12/13] submodule update: add tests for --filter
  ` [PATCH v2 13/13] submodule--helper update-clone: check for --filter and --init

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-03-01  7:06 UTC  (8+ messages)
` [PATCH v8 0/3] "
  ` [PATCH v8 1/3] t7400-submodule-basic: modernize inspect() helper
  ` [PATCH v8 2/3] introduce submodule.hasSuperproject record
  ` [PATCH v8 3/3] rev-parse: short-circuit superproject worktree when config unset

[PATCH] merge-ort: make informational messages from recursive merges clearer
 2022-03-01  6:44 UTC  (3+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-03-01  3:49 UTC  (13+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
                ` machine-parsable git-merge-tree messages (was: [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function)

[PATCH v3 03/12] object-file API: add a format_object_header() function
 2022-03-01  3:09 UTC  (4+ messages)

[PATCH 0/7] Sparse index: integrate with 'read-tree'
 2022-03-01  2:56 UTC  (20+ messages)
` [PATCH 6/7] read-tree: make two-way merge sparse-aware
` [PATCH v2 0/7] Sparse index: integrate with 'read-tree'
  ` [PATCH v2 2/7] status: fix nested sparse directory diff in sparse index
  ` [PATCH v2 3/7] read-tree: expand sparse checkout test coverage
  ` [PATCH v2 5/7] read-tree: narrow scope of index expansion for '--prefix'

[PATCH 00/17] cruft packs
 2022-03-01  2:48 UTC  (7+ messages)
` [PATCH 08/17] builtin/pack-objects.c: --cruft without expiration
` [PATCH 12/17] builtin/repack.c: support generating a cruft pack

[PATCH] test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34
 2022-03-01  2:27 UTC  (4+ messages)

Please add support for "git merge --continue -S"
 2022-02-28 23:28 UTC  (4+ messages)

[PATCH] fix: include the type flag in the cli docs
 2022-02-28 22:42 UTC  (4+ messages)

[PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter
 2022-02-28 22:20 UTC  (20+ messages)
` [PATCH v2 0/8] fetch: add repair: full refetch without negotiation (was: "refiltering")
  ` [PATCH v2 1/8] fetch-negotiator: add specific noop initializor
  ` [PATCH v2 2/8] fetch-pack: add repairing
  ` [PATCH v2 6/8] maintenance: add ability to pass config options
  ` [PATCH v2 7/8] fetch: after repair, encourage auto gc repacking
      ` [PATCH v2 0/8] fetch: add repair: full refetch without negotiation

[PATCH] name-rev: use generation numbers if available
 2022-02-28 20:59 UTC  (5+ messages)

[PATCH v3 03/10] t5526: create superproject commits with test helper
 2022-02-28 18:11 UTC  (4+ messages)

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-28 17:57 UTC  (3+ messages)
` [PATCH 1/3] gpg-interface/gpgsm: fix for v2.3

[PATCH 00/11] Partial bundles
 2022-02-28 17:54 UTC  (5+ messages)
` [PATCH 07/11] bundle: safely handle --objects option

[PATCH] worktree: add -z option for list subcommand
 2022-02-28 17:16 UTC  (10+ messages)

[PATCH v2 0/8] Makefile: optimize noop runs, add shared.mak
 2022-02-28 16:34 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it

[PATCH v11 00/13] ls-tree: "--object-only" and "--format" opts
 2022-02-28 16:18 UTC  (4+ messages)
` [PATCH v11 08/13] ls-tree: slightly refactor `show_tree()`

[PATCH v3] untracked-cache: support '--untracked-files=all' if configured
 2022-02-28 14:02 UTC  (3+ messages)
` [PATCH v4] "

[ANNOUNCE] Git Rev News edition 84
 2022-02-28 11:22 UTC 


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