git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-09 23:43:10 to 2021-12-12 19:54:30 UTC [more...]

[PATCH 0/3] refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
 2021-12-12 19:53 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] refs API: use "failure_errno", not "errno"
  ` [PATCH v2 2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
  ` [PATCH v2 3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe()

[PATCH 0/2] git(1) doc + "git help": split-out user & git format docs
 2021-12-12 19:49 UTC  (7+ messages)
` [PATCH v2 0/5] git doc + "git help": move "format" docs from technical/*
  ` [PATCH v2 1/5] git docs: split "User-facing file formats" off from "Guides"
  ` [PATCH v2 2/5] git docs: create a "Git file and wire formats" section
  ` [PATCH v2 3/5] docs: move commit-graph format docs to man section 5
  ` [PATCH v2 4/5] docs: move protocol-related "
  ` [PATCH v2 5/5] docs: move {index,signature,bitmap,chunk}-format "

Please, paint new branch errors in RED (or any visible color)
 2021-12-12 19:01 UTC  (7+ messages)

What's cooking in git.git (Dec 2021, #03; Fri, 10)
 2021-12-12 18:41 UTC  (8+ messages)
` ns/batched-fsync and ns/remerge-diff
` tb/midx-bitmap-corruption-fix
` ab/common-main-cleanup (was: What's cooking in git.git (Dec 2021, #03; Fri, 10))
` ab/only-single-progress-at-once "

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-12 18:46 UTC  (13+ messages)
` [PATCH 1/2] checkout: handling branch_info memory leak
` [PATCH 2/2] checkout: introduce "--to-branch" option

[PATCH v2 0/3] Transition git-p4.py to support Python 3 only
 2021-12-12 17:50 UTC  (7+ messages)
` [PATCH v2 1/3] git-p4: remove support for Python 2
` [PATCH v2 2/3] git-p4: eliminate decode_stream and encode_stream
` [PATCH v2 3/3] git-p4: add "Nvidia Corporation" to copyright header

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-12 17:44 UTC  (23+ messages)
` [RFC PATCH 02/10] range-diff.c: don't use st_mult() for signed "int"
` [RFC PATCH 08/10] linear-assignment.c: detect signed add/mul on GCC and Clang
` [RFC PATCH 10/10] linear-assignment.c: use "intmax_t" instead of "int"
` [RFC PATCH v2 0/5] range-diff: fix segfault due to integer overflow
  ` [RFC PATCH v2 1/5] range-diff: zero out elements in "cost" first
  ` [RFC PATCH v2 2/5] linear-assignment.c: split up compute_assignment() function
  ` [RFC PATCH v2 3/5] linear-assignment.c: take "size_t", not "int" for *_count
  ` [RFC PATCH v2 4/5] range-diff.c: rename "n" to "column_count" in get_correspondences()
  ` [RFC PATCH v2 5/5] range-diff: fix integer overflow & segfault on cost[i + n * j]

New (better?) hash map technique in limit case
 2021-12-12 17:43 UTC  (3+ messages)

[PATCH] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2021-12-12 17:06 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t1510: remove need for "test_untraceable", retain coverage
  ` [PATCH v3 0/2] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
    ` [PATCH v3 1/2] t1510: remove need for "test_untraceable", retain coverage
    ` [PATCH v3 2/2] test-lib.sh: remove the now-unused "test_untraceable" facility

[PATCH 0/6] Transition git-p4.py to support Python 3 only
 2021-12-12  8:55 UTC  (22+ messages)
` [PATCH 3/6] git-p4: Removed support for Python 2
` [PATCH 4/6] git-p4: Decode byte strings before printing
` [PATCH 6/6] git-p4: Resolve RCS keywords in binary

[PATCH 0/2] worktree: fix incorrectly-ordered messages on Windows
 2021-12-11 22:25 UTC  (3+ messages)
` [PATCH 2/2] git-worktree.txt: add missing `-v` to synopsis for `worktree list`

[RFE] git submodule foreach where initialized
 2021-12-11 18:32 UTC 

[PATCH v2 0/3] implement branch --recurse-submodules
 2021-12-11 18:08 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] branch: add --recurse-submodules option for branch creation
  ` [PATCH v3 5/5] branch.c: replace questionable exit() codes

Question: Git and ActiveTcl
 2021-12-11 17:17 UTC  (3+ messages)

[PATCH v9 00/17] Upstreaming the Scalar command
 2021-12-11 13:46 UTC  (25+ messages)
` [PATCH v10 00/15] "
          ` [RFC/PATCH] Makefile: add test-all target

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-12-11 11:05 UTC  (5+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 13/14] rebase --apply: set ORIG_HEAD correctly

[PATCH v4 0/3] vimdiff: new implementation with layout support
 2021-12-11 10:46 UTC  (5+ messages)
` [PATCH v4 2/3] vimdiff: add tool documentation

[PATCH 00/19] tests: fix broken &&-chains & abort loops on error
 2021-12-11  9:58 UTC  (33+ messages)
` [PATCH 04/19] t4202: clarify intent by creating expected content less cleverly
` [PATCH 05/19] t5516: drop unnecessary subshell and command invocation
` [PATCH 06/19] t6300: make `%(raw:size) --shell` test more robust
` [PATCH 09/19] tests: use test_write_lines() to generate line-oriented output
` [PATCH 11/19] tests: fix broken &&-chains in `$(...)` command substitutions
` [PATCH 12/19] tests: fix broken &&-chains in `{...}` groups
` [PATCH 13/19] tests: apply modern idiom for signaling test failure
` [PATCH 14/19] tests: apply modern idiom for exiting loop upon failure
` [PATCH 17/19] t4000-t4999: detect and signal failure within loop
` [PATCH v1.1 2/19] t1010: fix unnoticed failure on Windows

[PATCH v18 0/3] am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches
 2021-12-11  9:22 UTC  (7+ messages)
` [PATCH v19 "
  ` [PATCH v19 1/3] doc: git-format-patch: describe the option --always

[PATCH V2] git-apply: add --allow-empty flag
 2021-12-11  7:36 UTC  (3+ messages)
` [PATCH V3] "

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-11  4:45 UTC  (26+ messages)
` [PATCH 2/2] ls-files: add --sparse option
` [PATCH v2 0/5] Sparse index: fetch, pull, ls-files
  ` [PATCH v2 2/5] ls-files: add --sparse option
  ` [PATCH v3 0/5] Sparse index: fetch, pull, ls-files
    ` [PATCH v3 1/5] fetch/pull: use the sparse index
    ` [PATCH v3 2/5] ls-files: add --sparse option
    ` [PATCH v3 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse'
    ` [PATCH v3 4/5] t1091/t3705: remove 'test-tool read-cache --table'
    ` [PATCH v3 5/5] test-read-cache: remove --table, --expand options

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-11  2:18 UTC  (18+ messages)
` [PATCH v5 0/2] branch: inherit tracking configs
  ` [PATCH v5 1/2] branch: accept multiple upstream branches for tracking

[PATCH V2] git-rev-list: add --first-parent-not flag
 2021-12-11  2:13 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] git-apply: add --quiet flag
 2021-12-11  2:07 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] git-apply: silence errors for success cases
 2021-12-11  2:05 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] apply: fix delete-then-new patch fail with 3way
 2021-12-11  1:53 UTC  (6+ messages)

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2021-12-11  1:39 UTC  (6+ messages)

[PATCH 0/2] Use the built-in implementation of the interactive add command by default
 2021-12-10 22:59 UTC  (8+ messages)
` [PATCH 2/2] add -i: default to the built-in implementation
  ` [PATCH] fixup! "

[PATCH] fast-export: fix surprising behavior with --first-parent
 2021-12-10 22:02 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-10 21:45 UTC  (3+ messages)

[PATCH 0/3] sparse-checkout: fix segfault on malformed patterns
 2021-12-10 15:18 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] "
  ` [PATCH v2 2/4] sparse-checkout: fix OOM error with mixed patterns
  ` [PATCH v2 3/4] sparse-checkout: refuse to add to bad patterns

builtin add interactive regression
 2021-12-10 14:13 UTC  (2+ messages)

[PATCH v4 0/5] unpack large objects in stream
 2021-12-10 10:34 UTC  (8+ messages)
` [PATCH v5 0/6] unpack large blobs "
` [PATCH v5 1/6] object-file: refactor write_loose_object() to support read from stream
` [PATCH v5 2/6] object-file.c: handle undetermined oid in write_loose_object()
` [PATCH v5 3/6] object-file.c: read stream in a loop "
` [PATCH v5 4/6] unpack-objects.c: add dry_run mode for get_data()
` [PATCH v5 5/6] object-file.c: make "write_object_file_flags()" to support "HASH_STREAM"
` [PATCH v5 6/6] unpack-objects: unpack_non_delta_entry() read data in a stream

[RFC] fetch: update refs in a single transaction
 2021-12-10  9:04 UTC  (5+ messages)

[PATCH 00/10] Reftable coverity fixes
 2021-12-10  8:56 UTC  (8+ messages)
` [PATCH 10/10] reftable: make reftable_record a tagged union
        ` [PATCH] config.mak.dev: specify -std=gnu99 for gcc/clang

Issue with git clone via http/https and alternates
 2021-12-10  4:08 UTC  (2+ messages)

[PATCH v2 00/10] sparse-checkout: make set subsume init
 2021-12-10  3:56 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] sparse-checkout: pass use_stdin as a parameter instead of as a global
  ` [PATCH v3 02/10] sparse-checkout: break apart functions for sparse_checkout_(set|add)
  ` [PATCH v3 03/10] sparse-checkout: add sanity-checks on initial sparsity state
  ` [PATCH v3 04/10] sparse-checkout: disallow --no-stdin as an argument to set
  ` [PATCH v3 05/10] sparse-checkout: split out code for tweaking settings config
  ` [PATCH v3 06/10] sparse-checkout: enable `set` to initialize sparse-checkout mode
  ` [PATCH v3 07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
  ` [PATCH v3 08/10] git-sparse-checkout.txt: update to document init/set/reapply changes
  ` [PATCH v3 09/10] Documentation: clarify/correct a few sparsity related statements
  ` [PATCH v3 10/10] clone: avoid using deprecated `sparse-checkout init`


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