git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-19 02:51:04 to 2022-02-21 17:51:51 UTC [more...]

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-02-21 14:28 UTC  (38+ 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 09/12] merge-tree: provide a list of which files have conflicts
` [PATCH v2 00/13] In-core git merge-tree ("Server side merges")
  ` [PATCH v2 04/13] merge-tree: implement real merges
  ` [PATCH v3 00/15] In-core git merge-tree ("Server side merges")
    ` [PATCH v3 04/15] merge-tree: implement real merges
    ` [PATCH v3 08/15] merge-ort: allow update messages to be written to different file stream

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-02-21  8:09 UTC  (6+ messages)

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-21  9:22 UTC  (7+ messages)

[PATCH v2 0/7] fetch: improve atomicity of `--atomic` flag
 2022-02-21  8:02 UTC  (12+ messages)
` [PATCH v2 1/7] fetch: increase test coverage of fetches
` [PATCH v3 0/7] fetch: improve atomicity of `--atomic` flag
  ` [PATCH v3 1/7] fetch: increase test coverage of fetches
  ` [PATCH v3 2/7] fetch: backfill tags before setting upstream
  ` [PATCH v3 3/7] fetch: control lifecycle of FETCH_HEAD in a single place
  ` [PATCH v3 4/7] fetch: report errors when backfilling tags fails
  ` [PATCH v3 5/7] refs: add interface to iterate over queued transactional updates
  ` [PATCH v3 6/7] fetch: make `--atomic` flag cover backfilling of tags
  ` [PATCH v3 7/7] fetch: make `--atomic` flag cover pruning of refs

What's cooking in git.git (Feb 2022, #05; Thu, 17)
 2022-02-21 11:14 UTC  (2+ messages)
` pw/single-key-interactive (was Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))

[PATCH 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-21 17:32 UTC  (23+ messages)
` [PATCH 1/4] test-lib: add XSAN_OPTIONS, inherit [AL]SAN_OPTIONS
` [PATCH v2 0/4] test-lib: improve LSAN + ASAN stack traces
  ` [PATCH v2 1/4] test-lib: add GIT_XSAN_OPTIONS, inherit [AL]SAN_OPTIONS
  ` [PATCH v2 2/4] test-lib: correct commentary on TEST_DIRECTORY overriding
  ` [PATCH v2 3/4] test-lib: make $GIT_BUILD_DIR an absolute path
  ` [PATCH v2 4/4] test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS
  ` [PATCH v3 0/4] test-lib: improve LSAN + ASAN stack traces
    ` [PATCH v3 1/4] test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONS
    ` [PATCH v3 2/4] test-lib: correct commentary on TEST_DIRECTORY overriding
    ` [PATCH v3 3/4] test-lib: make $GIT_BUILD_DIR an absolute path
    ` [PATCH v3 4/4] test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS

[PATCH v2 1/2] clean: avoid looking for nested repositories when unnecessary
 2022-02-21  9:00 UTC  (2+ messages)
` [PATCH v2 2/2] clean: avoid traversing into untracked dirs "

[PATCH 0/7] rebase: make reflog messages independent of the backend
 2022-02-21 11:10 UTC  (8+ messages)
` [PATCH 1/7] rebase --apply: remove duplicated code
` [PATCH 2/7] rebase --merge: fix reflog when continuing
` [PATCH 3/7] rebase --merge: fix reflog message after skipping
` [PATCH 4/7] rebase --apply: respect GIT_REFLOG_ACTION
` [PATCH 5/7] rebase --apply: make reflog messages match rebase --merge
` [PATCH 6/7] rebase --abort: improve reflog message
` [PATCH 7/7] rebase: cleanup action handling

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-02-21 14:46 UTC  (26+ messages)
` [PATCH 01/25] CI: run "set -ex" early in ci/lib.sh
` [PATCH 02/25] CI: make "$jobname" explicit, remove fallback
` [PATCH 03/25] CI: remove more dead Travis CI support
` [PATCH 04/25] CI: remove dead "tree skipping" code
` [PATCH 05/25] CI: remove unused Azure ci/* code
` [PATCH 06/25] CI: don't have "git grep" invoke a pager in tree content check
` [PATCH 07/25] CI: have "static-analysis" run a "make ci-static-analysis" target
` [PATCH 08/25] CI: have "static-analysis" run "check-builtins", not "documentation"
` [PATCH 09/25] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
` [PATCH 10/25] CI: consistently use "export" in ci/lib.sh
` [PATCH 11/25] CI: export variables via a wrapper
` [PATCH 12/25] CI: remove "run-build-and-tests.sh", run "make [test]" directly
` [PATCH 13/25] CI: check ignored unignored build artifacts in "win[+VS] build" too
` [PATCH 14/25] CI: invoke "make artifacts-tar" directly in windows-build
` [PATCH 15/25] CI: split up and reduce "ci/test-documentation.sh"
` [PATCH 16/25] CI: combine ci/install{,-docker}-dependencies.sh
` [PATCH 17/25] CI: move "env" definitions into ci/lib.sh
` [PATCH 18/25] ci/run-test-slice.sh: replace shelling out with "echo"
` [PATCH 19/25] CI: pre-select test slice in Windows & VS tests
` [PATCH 20/25] CI: only invoke ci/lib.sh as "steps" in main.yml
` [PATCH 21/25] CI: narrow down variable definitions in --build and --test
` [PATCH 22/25] CI: add more variables to MAKEFLAGS, except under vs-build
` [PATCH 23/25] CI: stop over-setting the $CC variable
` [PATCH 24/25] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
` [PATCH 25/25] CI: don't use "set -x" in "ci/lib.sh" output

[PATCH 0/7] reftable: avoid reading and writing empty keys
 2022-02-21 14:32 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/7] reftable: avoid writing empty keys at the block layer

[PATCH v4 00/12] In-core git merge-tree ("Server side merges")
 2022-02-21  9:25 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] merge-tree: rename merge_trees() to trivial_merge_trees()
  ` [PATCH v5 02/12] merge-tree: move logic for existing merge into new function
  ` [PATCH v5 03/12] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v5 04/12] merge-tree: implement real merges
  ` [PATCH v5 05/12] merge-ort: split out a separate display_update_messages() function
  ` [PATCH v5 06/12] merge-tree: support including merge messages in output
  ` [PATCH v5 07/12] merge-ort: provide a merge_get_conflicted_files() helper function
  ` [PATCH v5 08/12] merge-tree: provide a list of which files have conflicts
  ` [PATCH v5 09/12] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v5 10/12] merge-tree: allow `ls-files -u` style info to be NUL terminated
  ` [PATCH v5 11/12] merge-tree: add a --allow-unrelated-histories flag
  ` [PATCH v5 12/12] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH] branch: delete now accepts '-' as branch name
 2022-02-21 17:13 UTC  (8+ messages)

[PATCH] add usage-strings ci check and amend remaining usage strings
 2022-02-21 17:33 UTC  (5+ messages)

pull fails after commit dry-run
 2022-02-21  8:26 UTC 

[PATCH] usage.[ch] API users: use report_fn, not hardcoded prototype
 2022-02-21 16:09 UTC 

[PATCH 0/2] repack: add --filter=
 2022-02-21 15:38 UTC  (6+ messages)
` [PATCH v2 0/4] [RFC] "

[PATCH v2 0/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
 2022-02-21 16:05 UTC  (11+ messages)
` [PATCH v3 0/3] C99: remove dead "
  ` [PATCH v3 1/3] git-compat-util.h: clarify GCC v.s. C99-specific in comment
  ` [PATCH v3 2/3] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  ` [PATCH v3 3/3] trace.h: remove never-used TRACE_CONTEXT
  ` [PATCH v4 0/2] C99: remove dead !HAVE_VARIADIC_MACROS code
    ` [PATCH v4 1/2] git-compat-util.h: clarify GCC v.s. C99-specific in comment
    ` [PATCH v4 2/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-21  2:45 UTC  (5+ messages)

[PATCH 0/2] Fix a couple small leaks in merge-ort
 2022-02-21  2:43 UTC  (12+ messages)
` [PATCH 1/2] merge-ort: fix small memory leak in detect_and_process_renames()
` [PATCH 2/2] merge-ort: fix small memory leak in unique_path()
` [PATCH v2 0/2] Fix a couple small leaks in merge-ort
  ` [PATCH v2 1/2] merge-ort: fix small memory leak in detect_and_process_renames()
  ` [PATCH v2 2/2] merge-ort: fix small memory leak in unique_path()

[PATCH 00/11] Updates to worktree code and docs
 2022-02-21  2:26 UTC  (25+ messages)
` [PATCH 01/11] worktree: combine two translatable messages
` [PATCH 02/11] worktree: extract copy_filtered_worktree_config()
` [PATCH 03/11] worktree: extract copy_sparse_checkout()
` [PATCH 04/11] worktree: extract checkout_worktree()
` [PATCH 05/11] worktree: use 'worktree' over 'working tree'
` [PATCH 06/11] "
` [PATCH 07/11] "
` [PATCH 08/11] "
` [PATCH 09/11] "
` [PATCH 10/11] "
` [PATCH 11/11] "

[PATCH 0/3] libify reflog
 2022-02-21  1:50 UTC  (9+ messages)
` [PATCH 1/3] reflog: libify delete reflog function and helpers

[GSOC] Student Introduction - Reachability bitmap Improvements
 2022-02-21  1:48 UTC  (2+ messages)

[PATCH] docs: update coding guidelines to be more inclusive
 2022-02-20 21:23 UTC  (6+ messages)

[PATCH] Provide config option to expect files outside sparse patterns
 2022-02-20 20:16 UTC  (3+ messages)

[PATCH v4 0/5] sparse checkout: fix a few bugs and check argument validity for set/add
 2022-02-20 20:13 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] sparse-checkout: correct reapply's handling of options
  ` [PATCH v5 2/5] sparse-checkout: correctly set non-cone mode when expected
  ` [PATCH v5 3/5] sparse-checkout: pay attention to prefix for {set, add}
  ` [PATCH v5 4/5] sparse-checkout: error or warn when given individual files
  ` [PATCH v5 5/5] sparse-checkout: reject arguments in cone-mode that look like patterns

[PATCH] rerere-train: modernise a bit
 2022-02-20 19:52 UTC  (2+ messages)

[PATCH 0/2] gitk: include y coord in recorded sash position
 2022-02-20 19:47 UTC  (3+ messages)
` [PATCH 1/2] gitk: trivial indentation fix
` [PATCH 2/2] gitk: include y coord in recorded sash position

[PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts)
 2022-02-20 16:56 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree

[PATCH v3] clone, submodule: pass partial clone filters to submodules
 2022-02-19 17:30 UTC  (2+ messages)
` [PATCH] t5617,t7814: remove unnecessary 'uploadpack.allowanysha1inwant'

[PATCH v6 00/15] Reftable coverity fixes
 2022-02-19 15:11 UTC  (8+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 14/16] reftable: make reftable_record a tagged union
          ` master doesn't compile on xlc 21.01 anymore (old AIX compiler) (was: [PATCH v7 14/16] reftable: make reftable_record a tagged union)

[PATCH 0/2] hooks: fix a race in hook execution
 2022-02-19 10:46 UTC  (6+ messages)
` [PATCH 2/2] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH] CODE_OF_CONDUCT.md: update PLC members list
 2022-02-19  6:45 UTC  (2+ messages)

[PATCH v9 0/4] Add cat-file --batch-command flag
 2022-02-19  6:35 UTC  (6+ messages)
` [PATCH v10 "
  ` [PATCH v10 3/4] cat-file: add remove_timestamp helper
  ` [PATCH v10 4/4] cat-file: add --batch-command mode

[PATCH v11 00/13] ls-tree: "--object-only" and "--format" opts
 2022-02-19  6:06 UTC  (13+ messages)
` [PATCH v11 06/13] ls-tree: simplify nesting if/else logic in "show_tree()"
` [PATCH v11 07/13] ls-tree: fix "--name-only" and "--long" combined use bug
` [PATCH v11 08/13] ls-tree: slightly refactor `show_tree()`
` [PATCH v11 11/13] ls-tree.c: introduce "--format" option
` [PATCH v11 12/13] ls-tree: introduce function "fast_path()"
` [PATCH v11 13/13] ls-tree.c: support --object-only option for "git-ls-tree"

[PATCH 0/2] hook tests: pre-push test style & test accurace
 2022-02-19  4:16 UTC  (2+ messages)


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