git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-09 11:01:02 to 2021-12-10 22:31:39 UTC [more...]

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2021-12-10 22:31 UTC  (5+ messages)

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-10 22:14 UTC  (8+ messages)
` [PATCH 1/2] checkout: handling branch_info memory leak
` [PATCH 2/2] checkout: introduce "--to-branch" option

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

New (better?) hash map technique in limit case
 2021-12-10 21:57 UTC 

[PATCH 0/6] Transition git-p4.py to support Python 3 only
 2021-12-10 21:53 UTC  (25+ messages)
` [PATCH 1/6] git-p4: Always pass cmd arguments to subprocess as a python lists
` [PATCH 2/6] git-p4: Don't print shell commands as "
` [PATCH 3/6] git-p4: Removed support for Python 2
` [PATCH 4/6] git-p4: Decode byte strings before printing
` [PATCH 5/6] git-p4: Eliminate decode_stream and encode_stream
` [PATCH 6/6] git-p4: Resolve RCS keywords in binary

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

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

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-10 19:24 UTC  (28+ messages)
` [RFC PATCH 01/10] string-list API: change "nr" and "alloc" to "size_t"
` [RFC PATCH 02/10] range-diff.c: don't use st_mult() for signed "int"
` [RFC PATCH 03/10] range-diff.c: use "size_t" to refer to "struct string_list"'s "nr"
` [RFC PATCH 04/10] range-diff: zero out elements in "cost" first
` [RFC PATCH 05/10] linear-assignment.c: split up compute_assignment() function
` [RFC PATCH 06/10] linear-assignment.c: take "size_t", not "int" for *_count
` [RFC PATCH 07/10] linear-assignment.c: convert a macro to a "static inline" function
` [RFC PATCH 08/10] linear-assignment.c: detect signed add/mul on GCC and Clang
` [RFC PATCH 09/10] linear-assignment.c: add and use intprops.h from Gnulib
` [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]

Question: Git and ActiveTcl
 2021-12-10 18:54 UTC 

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

[PATCH v2 0/3] Transition git-p4.py to support Python 3 only
 2021-12-10 18:57 UTC  (5+ 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

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-10 18:53 UTC  (24+ 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

[PATCH v2 0/3] implement branch --recurse-submodules
 2021-12-10 17:43 UTC  (15+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] branch: move --set-upstream-to behavior to setup_tracking()
  ` [PATCH v3 2/5] branch: remove forward declaration of validate_branch_start()
  ` [PATCH v3 3/5] builtin/branch: clean up action-picking logic in cmd_branch()
  ` [PATCH v3 4/5] branch: add --recurse-submodules option for branch creation
  ` [PATCH v3 5/5] branch.c: replace questionable exit() codes

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

[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

[PATCH] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2021-12-10 10:08 UTC  (9+ 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 00/19] tests: fix broken &&-chains & abort loops on error
 2021-12-10  9:57 UTC  (32+ messages)
` [PATCH 02/19] t1010: fix unnoticed failure on Windows
` [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 15/19] tests: simplify by dropping unnecessary `for` loops
` [PATCH 17/19] t4000-t4999: detect and signal failure within loop

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

[RFC] fetch: update refs in a single transaction
 2021-12-10  9:04 UTC  (7+ 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

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

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`

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-09 22:36 UTC  (3+ messages)

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-09 22:16 UTC  (2+ messages)

[PATCH] git-compat-util(msvc): C11 does not imply support for zero-sized arrays
 2021-12-09 21:18 UTC  (5+ messages)

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-12-09 21:04 UTC  (21+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] rebase: factor out checkout for up to date branch
  ` [PATCH v2 02/14] t5403: refactor rebase post-checkout hook tests
  ` [PATCH v2 03/14] rebase: pass correct arguments to post-checkout hook
  ` [PATCH v2 04/14] rebase: do not remove untracked files on checkout
  ` [PATCH v2 07/14] create_autostash(): remove unneeded parameter
  ` [PATCH v2 09/14] reset_head(): make default_reflog_action optional
  ` [PATCH v2 10/14] rebase: cleanup reset_head() calls
  ` [PATCH v2 11/14] reset_head(): take struct rebase_head_opts
  ` [PATCH v2 12/14] rebase --apply: fix reflog

Bug - SSH commit signing
 2021-12-09 18:11 UTC  (2+ messages)

[PATCH] gpg-interface: trim CR from ssh-keygen -Y find-principals
 2021-12-09 17:20 UTC  (6+ 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).