git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-10-28 19:50:15 to 2022-11-01 02:26:55 UTC [more...]

[PATCH 0/2] t5516/t5601: avoid using localhost for failing HTTPS requests
 2022-11-01  2:26 UTC  (14+ messages)
` [PATCH 1/2] t5516/t5601: avoid using `localhost` "
        ` [PATCH 1/2] t5516: move plaintext-password tests from t5601 and t5516
        ` [PATCH 2/2] t5516/t5601: be less strict about the number of credential warnings
` [RFC PATCH] fetch: stop emitting duplicate transfer.credentialsInUrl=warn warnings

[PATCH] [RFC] diff: introduce scope option
 2022-11-01  2:13 UTC  (3+ messages)

[PATCH v2 0/3] Makefile: fix issues with bin-wrappers/% rule
 2022-11-01  1:29 UTC  (8+ messages)
` [PATCH v3 0/4] Makefile: untangle bin-wrappers/% rule complexity
  ` [PATCH v3 1/4] Makefile: factor sed-powered '#!/bin/sh' munging into a variable
  ` [PATCH v3 2/4] Makefile: define "TEST_{PROGRAM,OBJS}" variables earlier
  ` [PATCH v3 3/4] Makefile: rename "test_bindir_programs" variable, pre-declare
  ` [PATCH v3 4/4] Makefile: simplify $(test_bindir_programs) rule by splitting it up

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-01  1:30 UTC  (14+ messages)
` [PATCH 1/2] connected: allow supplying different view of reachable objects
` [PATCH 2/2] receive-pack: use advertised reference tips to inform connectivity check

[PATCH] t7001-mv.sh:modernizing test script using function
 2022-11-01  1:14 UTC  (4+ messages)

[PATCH] test-lib-functions: drop redundant diagnostic print
 2022-11-01  1:11 UTC  (3+ messages)

[PATCH] merge-tree.c: add --merge-base=<commit> option
 2022-11-01  1:08 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/9] Bundle URIs IV: advertise over protocol v2
 2022-11-01  1:07 UTC  (10+ messages)
` [PATCH 1/9] protocol v2: add server-side "bundle-uri" skeleton
` [PATCH 2/9] bundle-uri client: add minimal NOOP client
` [PATCH 3/9] bundle-uri client: add helper for testing server
` [PATCH 4/9] bundle-uri: serve bundle.* keys from config
` [PATCH 5/9] bundle-uri client: add boolean transfer.bundleURI setting
` [PATCH 6/9] strbuf: reintroduce strbuf_parent_directory()
` [PATCH 7/9] bundle-uri: allow relative URLs in bundle lists
` [PATCH 8/9] bundle-uri: download bundles from an advertised list
` [PATCH 9/9] clone: unbundle the advertised bundles

What's cooking in git.git (Oct 2022, #09; Mon, 31)
 2022-11-01  0:15 UTC  (5+ messages)
` ab/cmake-nix-and-ci (was: What's cooking in git.git (Oct 2022, #09; Mon, 31))
` ab/make-bin-wrappers "
` ab/misc-hook-submodule-run-command "

[PATCH 0/3] tests: improve misc run-command, hook, submodule tests
 2022-10-31 23:58 UTC  (11+ messages)
` [PATCH 1/3] hook tests: fix redirection logic error in 96e7225b310
` [PATCH 2/3] submodule tests: reset "trace.out" between "grep" invocations
` [PATCH 3/3] run-command tests: test stdout of run_command_parallel()

[PATCH 0/2] Documentation/howto/maintain-git.txt: a pair of bugfixes
 2022-10-31 23:47 UTC  (3+ messages)
` [PATCH 1/2] Documentation: build redo-jch.sh from master..jch
` [PATCH 2/2] Documentation: build redo-seen.sh from jch..seen

Consist timestamps within a checkout/clone
 2022-10-31 22:42 UTC  (7+ messages)

[PATCH] index: add trace2 region for clear skip worktree
 2022-10-31 22:34 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Bug report: git -L requires excessive memory
 2022-10-31 21:56 UTC  (3+ messages)

[PATCH 0/5] [RFC] introduce Roaring bitmaps to Git
 2022-10-31 20:55 UTC  (10+ messages)
` [PATCH 3/5] roaring: teach Git to write roaring bitmaps
            ` C99 -> C11 or C17? (was: [PATCH 3/5] roaring: teach Git to write roaring bitmaps)

Odd git-config behavior
 2022-10-31 20:51 UTC 

[OUTREACHY V3] Unify ref-filter formats with other --pretty formats[proposal]
 2022-10-31 20:15 UTC 

[ANNOUNCE] Git Rev News edition 92
 2022-10-31 19:53 UTC 

[PATCH 00/10] config API: make "multi" safe, fix numerous segfaults
 2022-10-31 18:22 UTC  (7+ messages)
` [PATCH 09/10] config API: add "string" version of *_value_multi(), fix segfaults

[PATCH v2 0/7] clone, submodule update: check out submodule branches
 2022-10-31 17:07 UTC  (18+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] clone: teach --detach option
  ` [PATCH v3 2/8] repo-settings: add submodule_propagate_branches
  ` [PATCH v3 3/8] submodule--helper clone: create named branch
  ` [PATCH v3 4/8] t5617: drop references to remote-tracking branches
  ` [PATCH v3 5/8] submodule: return target of submodule symref
  ` [PATCH v3 6/8] submodule update: refactor update targets
  ` [PATCH v3 7/8] submodule--helper: remove update_data.suboid
  ` [PATCH v3 8/8] clone, submodule update: create and check out branches

Large repos mini virtual meetup
 2022-10-31 17:00 UTC  (3+ messages)

[PATCH 0/8] run-command: remove run_command_v_*()
 2022-10-31 13:35 UTC  (36+ messages)
` [PATCH 1/8] merge: remove always-the-same "verbose" arguments
` [PATCH 2/8] bisect--helper: factor out do_bisect_run()
` [PATCH 4/8] use child_process member "args" instead of string array variable
` [PATCH 5/8] replace and remove run_command_v_opt_cd_env()
` [PATCH v2 0/12] run-command: remove run_command_v_*()
  ` [PATCH v2 01/12] merge: remove always-the-same "verbose" arguments
  ` [PATCH v2 02/12] run-command: fix return value comment
  ` [PATCH v2 03/12] am: simplify building "show" argument list
  ` [PATCH v2 04/12] bisect: simplify building "checkout" "
  ` [PATCH v2 05/12] bisect--helper: factor out do_bisect_run()
  ` [PATCH v2 06/12] sequencer: simplify building argument list in do_exec()
  ` [PATCH v2 07/12] use child_process member "args" instead of string array variable
  ` [PATCH v2 08/12] use child_process members "args" and "env" directly
  ` [PATCH v2 09/12] replace and remove run_command_v_opt_cd_env()
  ` [PATCH v2 10/12] replace and remove run_command_v_opt_tr2()
  ` [PATCH v2 11/12] replace and remove run_command_v_opt_cd_env_tr2()
  ` [PATCH v2 12/12] replace and remove run_command_v_opt()

[OUTREACHY V2] Unify ref-filter formats with other --pretty formats[proposal]
 2022-10-31 14:41 UTC  (7+ messages)

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-10-31 13:20 UTC  (2+ messages)

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-10-31 13:13 UTC  (7+ messages)
        ` [PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths Taylor Blau <me@ttaylorr.com> writes:

[PATCH 0/3] Add mailmap mechanism in --batch-check options
 2022-10-31 11:49 UTC  (7+ messages)
` [PATCH v3 0/2] Add mailmap mechanism in cat-file options
  ` [PATCH v3 1/2] cat-file: add mailmap support to -s option
  ` [PATCH v3 2/2] cat-file: add mailmap support to --batch-check option

[PATCH] doc/cat-file: allow --use-mailmap for --batch options
 2022-10-31 10:54 UTC  (6+ messages)

[PATCH v2 0/2] gc: let feature.experimental imply gc.cruftPacks
 2022-10-31 10:46 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] config: let feature.experimental imply gc.cruftPacks=true

[PATCH 0/1] extend the truncating pretty formats
 2022-10-30 23:42 UTC  (6+ messages)
` [PATCH 1/1] pretty-formats: add hard truncation, without ellipsis, options

Maybe default Commits History Simplification could be more sensible
 2022-10-30 15:46 UTC  (2+ messages)

Soft bug: No chance to sign synthetic commits when using git subtree External
 2022-10-30  3:09 UTC  (3+ messages)
` Fwd: "

[PATCH 0/2] Fix autocorrect in work tree for bare repository
 2022-10-29 19:56 UTC  (5+ messages)
` [PATCH 1/2] tests: add test case for autocorrect in work tree for bare clone
` [PATCH v2] help.c: fix autocorrect in work tree for bare repository

Draft of Git Rev News edition 92
 2022-10-29 18:50 UTC 

[PATCH] archive-tar: report filter start error only once
 2022-10-29 18:02 UTC  (2+ messages)

[PATCH 0/4] Add some Glossary terms, and extra renormalize information
 2022-10-29 17:34 UTC  (18+ messages)
` [PATCH v2 0/3] Add some Glossary of terms information
  ` [PATCH v2 2/3] glossary: add "commit graph" description
  ` [PATCH v2 3/3] glossary: add reachability bitmap description
  ` [PATCH v3 0/4] Add some Glossary of terms information
    ` [PATCH v3 1/4] doc: use 'object database' not ODB or abbreviation
    ` [PATCH v3 2/4] glossary: add "commit graph" description
    ` [PATCH v3 3/4] glossary: add reachability bitmap description
    ` [PATCH v3 4/4] doc: use "commit-graph" hyphenation consistently

What's cooking in git.git (Oct 2022, #08; Fri, 28)
 2022-10-29 16:49 UTC  (2+ messages)

Bug in `git branch --delete main` when on other orphan branch
 2022-10-29  5:46 UTC 

[PATCH] fsmonitor: long status advice adapted to the fsmonitor use case
 2022-10-29  0:06 UTC  (2+ messages)
` [PATCH v2] status: long status advice adapted to recent capabilities

A note from the (interim) maintainer
 2022-10-28 23:43 UTC 

[PATCH] adjust_shared_perm(): leave g+s alone when the group does not matter
 2022-10-28 22:49 UTC  (5+ messages)

Git Bug Report: out of memory using git tag
 2022-10-28 22:29 UTC 

Potential bug in --color-words output
 2022-10-28 21:08 UTC 

[PATCH 0/3] Implement filtering repacks
 2022-10-28 20:26 UTC  (7+ messages)
` [PATCH v2 0/2] "


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