git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-30 22:02:03 to 2022-02-02 07:35:21 UTC [more...]

[PATCH v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-02  7:34 UTC  (13+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] merge-tree: rename merge_trees() to trivial_merge_trees()
  ` [PATCH v3 02/15] merge-tree: move logic for existing merge into new function
  ` [PATCH v3 03/15] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v3 04/15] merge-tree: implement real merges
  ` [PATCH v3 05/15] Introduce a variant of the `warning()` function that takes a `FILE *`
  ` [PATCH v3 06/15] diff: allow diff_warn_rename_limit to write somewhere besides stderr
  ` [PATCH v3 07/15] merge-ort: split out a separate display_update_messages() function
  ` [PATCH v3 08/15] merge-ort: allow update messages to be written to different file stream
  ` [PATCH v3 09/15] merge-tree: support including merge messages in output
  ` [PATCH v3 13/15] merge-tree: allow `ls-files -u` style info to be NUL terminated
  ` [PATCH v3 14/15] merge-tree: add a --allow-unrelated-histories flag

[PATCH] builtin/diff.c: fix "git-diff" usage string typo
 2022-02-02  7:28 UTC 

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-02-02  6:43 UTC  (10+ messages)
` [PATCH v2 0/2] t/lib-read-tree-m-3way: modernize a test script
  ` [PATCH v2 1/2] t/lib-read-tree-m-3way: replace double quotes with single quotes
  ` [PATCH v2 2/2] t/lib-read-tree-m-3way: replace spaces with tabs
` [PATCH v3 1/2] t/lib-read-tree-m-3way: modernize style
  ` [PATCH v3 2/2] t/lib-read-tree-m-3way: indent with tabs

[PATCH 1/2] format-patch: Fix antipatterns in tests
 2022-02-02  4:20 UTC  (11+ messages)
` [PATCH V3 2/2] patch-id: fix scan_hunk_header on diffs with 1 line of before/after
  ` [PATCH V4 "
    ` [PATCH V5 "
` [PATCH V2 1/2] patch-id: Fix antipatterns in tests
  ` [PATCH V3 "
    ` [PATCH V4 "

[PATCH v2] repo-settings: fix checking for fetch.negotiationAlgorithm=default
 2022-02-02  3:42 UTC  (12+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] repo-settings: fix error handling for unknown values
  ` [PATCH v3 3/3] repo-settings: name the default fetch.negotiationAlgorithm 'consecutive'
  ` [PATCH v4 0/3] repo-settings: fix checking for fetch.negotiationAlgorithm=default
    ` [PATCH v4 1/3] "
    ` [PATCH v4 2/3] repo-settings: fix error handling for unknown values
    ` [PATCH v4 3/3] repo-settings: rename the traditional default fetch.negotiationAlgorithm

[PATCH v3 0/9] Add a new --remerge-diff capability to show & log
 2022-02-02  2:37 UTC  (19+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] show, log: provide a --remerge-diff capability
  ` [PATCH v4 02/10] log: clean unneeded objects during `log --remerge-diff`
  ` [PATCH v5 00/10] Add a new --remerge-diff capability to show & log
    ` [PATCH v5 01/10] show, log: provide a --remerge-diff capability
    ` [PATCH v5 02/10] log: clean unneeded objects during `log --remerge-diff`
    ` [PATCH v5 03/10] ll-merge: make callers responsible for showing warnings
    ` [PATCH v5 04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion
    ` [PATCH v5 05/10] merge-ort: mark a few more conflict messages as omittable
    ` [PATCH v5 06/10] merge-ort: format messages slightly different for use in headers
    ` [PATCH v5 07/10] diff: add ability to insert additional headers for paths
    ` [PATCH v5 08/10] show, log: include conflict/warning messages in --remerge-diff headers
    ` [PATCH v5 09/10] merge-ort: mark conflict/warning messages from inner merges as omittable
    ` [PATCH v5 10/10] diff-merges: avoid history simplifications when diffing merges

[RFC v3] cat-file: add a --stdin-cmd mode
 2022-02-02  1:45 UTC  (10+ messages)

[PATCH v3 0/4] A design for future-proofing fsync() configuration
 2022-02-02  1:42 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] core.fsyncmethod: add writeout-only mode
  ` [PATCH v4 2/4] core.fsync: introduce granular fsync control
  ` [PATCH v4 3/4] core.fsync: new option to harden the index
  ` [PATCH v4 4/4] core.fsync: add a `derived-metadata` aggregate option

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-02-01 23:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] subtree: force merge commit
 2022-02-01 23:20 UTC  (5+ messages)
` [PATCH RESEND] "

[PATCH] refs.h: make all flags arguments unsigned
 2022-02-01 23:03 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v7 0/6] implement branch --recurse-submodules
 2022-02-01 22:20 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/6] branch: make create_branch() always create a branch

[PATCH 0/3] reftable related test tweaks
 2022-02-01 22:11 UTC  (11+ messages)
` [PATCH 1/3] t1405: explictly delete reflogs for reftable
` [PATCH 2/3] t1405: mark test that checks existence as REFFILES
` [PATCH 3/3] t5312: prepare for reftable

[PATCH] perl Git.pm: don't ignore signalled failure in _cmd_close()
 2022-02-01 21:58 UTC  (2+ messages)

[PATCH] t0051: use "skip_all" under !MINGW in single-test file
 2022-02-01 21:48 UTC  (2+ messages)

[PATCH] clone, submodule: pass partial clone filters to submodules
 2022-02-01 21:34 UTC  (7+ messages)

[PATCH v8 0/6] unpack large blobs in stream
 2022-02-01 21:24 UTC  (3+ messages)
` [PATCH v9 0/5] "

[PATCH] test-lib: unset trace2 parent envvars
 2022-02-01 21:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] Factorize i18n
 2022-02-01 21:01 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] i18n: factorize more 'incompatible options' messages
  ` [PATCH v3 0/4] Factorize i18n
    ` [PATCH v3 1/4] i18n: factorize more 'incompatible options' messages
    ` [PATCH v3 2/4] i18n: factorize "invalid value" messages
    ` [PATCH v3 3/4] i18n: remove from i18n strings that do not hold translatable parts
    ` [PATCH v3 4/4] i18n: transfer variables into placeholders in command synopsis
    ` [PATCH v4 0/4] Factorize i18n
      ` [PATCH v4 1/4] i18n: factorize more 'incompatible options' messages
      ` [PATCH v4 2/4] i18n: factorize "invalid value" messages
      ` [PATCH v4 3/4] i18n: remove from i18n strings that do not hold translatable parts
      ` [PATCH v4 4/4] i18n: fix some misformated placeholders in command synopsis

[PATCH 00/10] object-file API: pass object enums, tidy up streaming interface
 2022-02-01 20:56 UTC  (15+ messages)
` [PATCH 01/10] object-file.c: split up declaration of unrelated variables
` [PATCH 02/10] object-file API: return "void", not "int" from hash_object_file()
` [PATCH 03/10] object-file API: add a format_object_header() function
` [PATCH 04/10] object-file API: have write_object_file() take "enum object_type"
` [PATCH 05/10] object-file API: provide a hash_object_file_oideq()
` [PATCH 06/10] object-file API: replace some use of check_object_signature()
` [PATCH 07/10] object-file API: have hash_object_file() take "enum object_type"
` [PATCH 08/10] object-file API: replace check_object_signature() with stream_*
` [PATCH 09/10] object-file.c: add a literal version of write_object_file_prepare()
` [PATCH 10/10] object-file API: pass an enum to read_object_with_reference()

Getting rid of "hint: Using 'master' as the name for the initial branch." when initializing a repository with pygit
 2022-02-01 20:15 UTC  (5+ messages)
` Getting rid of "hint: Using 'master' as the name for the initial branch." when not "

[PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter
 2022-02-01 20:13 UTC  (8+ messages)
` [PATCH 1/6] fetch-negotiator: add specific noop initializor
` [PATCH 2/6] fetch-pack: add partial clone refiltering
` [PATCH 3/6] builtin/fetch-pack: add --refilter option
` [PATCH 4/6] fetch: "
` [PATCH 5/6] t5615-partial-clone: add test for --refilter
` [PATCH 6/6] doc/partial-clone: mention --refilter option

Join us for Review Club!
 2022-02-01 18:03 UTC 

[PATCH] repo-settings: fix checking for fetch.negotiationAlgorithm=default
 2022-02-01 17:37 UTC  (9+ messages)

[PATCH v2 00/14] rebase: reset_head() related fixes and improvements
 2022-02-01 17:03 UTC  (3+ messages)
` [PATCH v3 "

[ANNOUNCE] Git for Windows 2.35.1(2)
 2022-02-01 16:44 UTC 

[PATCH v5 0/6] unpack large blobs in stream
 2022-02-01 14:28 UTC  (4+ messages)
` [PATCH v7 2/5] object-file API: add a format_object_header() function
    ` C99 %z (was: [PATCH v7 2/5] object-file API: add a format_object_header() function)

Stage, test, and commit only some changes, then repeat
 2022-02-01  8:37 UTC  (8+ messages)

[GSoC] Add –no-sort option for git-for-each-ref
 2022-02-01  6:01 UTC  (4+ messages)

Why won't "git rebase -Xrenormalize -i $REBASE_SHA" do anything?
 2022-01-31 23:30 UTC  (3+ messages)

[PATCH] patch-id: fix scan_hunk_header on diffs with -U1
 2022-01-31 23:05 UTC  (5+ messages)
` [PATCH V2] patch-id: fix scan_hunk_header on diffs with 1 line of before/after

[PATCH 0/2] fetch: speed up mirror-fetches with many refs
 2022-01-31 22:53 UTC  (3+ messages)
` [PATCH 1/2] fetch-pack: use commit-graph when computing cutoff

pull.ff = only vs. branch.<name>.rebase = true problem
 2022-01-31 22:02 UTC 

[PATCH v3 0/3] sparse checkout: custom bash completion updates
 2022-01-31 21:37 UTC  (6+ messages)
` [PATCH v4 0/3] completion: sparse-checkout updates
  ` [PATCH v4 2/3] "

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2022-01-31 21:01 UTC  (6+ messages)
` [v2.35.0 regression] some PCRE hangs under UTF-8 locale (was: [PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns)

[PATCH] fetch --prune: exit with error if pruning fails
 2022-01-31 19:20 UTC  (7+ messages)
` [PATCH v2] "

BUG: Various "advice.*" config doesn't work
 2022-01-31 17:46 UTC  (5+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-31 17:45 UTC  (6+ messages)

[ANNOUNCE] Git Rev News edition 83
 2022-01-31 17:16 UTC 

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-01-31 17:13 UTC  (5+ messages)
` ps/avoid-unnecessary-hook-invocation-with-packed-refs (Was: Re: What's cooking in git.git (Jan 2022, #07; Mon, 24))
  ` ps/avoid-unnecessary-hook-invocation-with-packed-refs
    ` flags types/names (was: ps/avoid-unnecessary-hook-invocation-with-packed-refs)
      ` flags types/names

[PATCH v4 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-01-31 16:17 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] Documentation: add extensions.worktreeConfig details
  ` [PATCH v5 2/5] worktree: create init_worktree_config()
  ` [PATCH v5 3/5] config: add repo_config_set_worktree_gently()
  ` [PATCH v5 4/5] sparse-checkout: set worktree-config correctly
  ` [PATCH v5 5/5] worktree: copy sparse-checkout patterns and config on add

remotes group with one member
 2022-01-31 14:08 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).