git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-01 22:52:25 to 2022-11-03 19:01:26 UTC [more...]

[PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers
 2022-11-03 19:00 UTC  (24+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] credential: add WWW-Authenticate header to cred requests
  ` [PATCH v2 6/6] t5556-http-auth: add test for HTTP auth hdr logic
  ` [PATCH v3 00/11] Enhance credential helper protocol to include auth headers
    ` [PATCH v3 01/11] http: read HTTP WWW-Authenticate response headers
    ` [PATCH v3 02/11] credential: add WWW-Authenticate header to cred requests
    ` [PATCH v3 03/11] http: store all request headers on active_request_slot
    ` [PATCH v3 04/11] http: move proactive auth to first slot creation
    ` [PATCH v3 05/11] http: set specific auth scheme depending on credential
    ` [PATCH v3 06/11] test-http-server: add stub HTTP server test helper
    ` [PATCH v3 07/11] test-http-server: add HTTP error response function
    ` [PATCH v3 08/11] test-http-server: add HTTP request parsing
    ` [PATCH v3 09/11] test-http-server: pass Git requests to http-backend
    ` [PATCH v3 10/11] test-http-server: add simple authentication
    ` [PATCH v3 11/11] t5556: add HTTP authentication tests

[PATCH] t7001-mv.sh:modernizing test script using function
 2022-11-03 18:39 UTC  (2+ messages)
` [PATCH v2] t7001-mv.sh: modernizing test script using functions

[PATCH 00/17] leak fixes: use existing constructors & other trivia
 2022-11-03 17:06 UTC  (18+ messages)
` [PATCH 01/17] tests: mark tests as passing with SANITIZE=leak
` [PATCH 02/17] {reset,merge}: call discard_index() before returning
` [PATCH 03/17] commit: discard partial cache before (re-)reading it
` [PATCH 04/17] read-cache.c: clear and free "sparse_checkout_patterns"
` [PATCH 05/17] dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
` [PATCH 06/17] built-ins & libs & helpers: add/move destructors, fix leaks
` [PATCH 07/17] unpack-file: fix ancient leak in create_temp_file()
` [PATCH 08/17] revision API: call graph_clear() in release_revisions()
` [PATCH 09/17] ls-files: fix a --with-tree memory leak
` [PATCH 10/17] sequencer.c: fix "opts->strategy" leak in read_strategy_opts()
` [PATCH 11/17] connected.c: free the "struct packed_git"
` [PATCH 12/17] sequencer.c: fix a pick_commits() leak
` [PATCH 13/17] rebase: don't leak on "--abort"
` [PATCH 14/17] sequencer.c: fix sequencer_continue() leak
` [PATCH 15/17] cherry-pick: free "struct replay_opts" members
` [PATCH 16/17] revert: fix parse_options_concat() leak
` [PATCH 17/17] built-ins: use free() not UNLEAK() if trivial, rm dead code

rebase -i --update-refs can lead to deletion of branches
 2022-11-03 16:52 UTC  (4+ messages)

[PATCH 0/9] cmake: fix *nix & general issues, no test-lib.sh editing, ctest in CI
 2022-11-03 16:38 UTC  (32+ messages)
` [PATCH v2 00/11] cmake: document, fix on *nix, add CI
  ` [PATCH v3 00/12] "
    ` [PATCH v3 01/12] cmake: don't "mkdir -p" and "cd" in build instructions
    ` [PATCH v3 02/12] cmake: update instructions for portable CMakeLists.txt
    ` [PATCH v3 08/12] Makefile + cmake: use environment, not GIT-BUILD-DIR
    ` [PATCH v3 09/12] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults
    ` [PATCH v3 10/12] cmake: increase test timeout on Windows only
    ` [PATCH v3 11/12] cmake: copy over git-p4.py for t983[56] perforce test
    ` [PATCH v3 12/12] CI: add a "linux-cmake-test" to run cmake & ctest on linux
    ` [PATCH v4 00/14] cmake: document, fix on *nix, add CI
      ` [PATCH v4 01/14] cmake: don't invoke msgfmt with --statistics
      ` [PATCH v4 02/14] cmake: use "-S" and "-B" to specify source and build directories
      ` [PATCH v4 03/14] cmake: update instructions for portable CMakeLists.txt
      ` [PATCH v4 04/14] cmake: don't copy chainlint.pl to build directory
      ` [PATCH v4 05/14] cmake: chmod +x the bin-wrappers/* & SCRIPT_{SH,PERL} & git-p4
      ` [PATCH v4 06/14] cmake & test-lib.sh: add a $GIT_SOURCE_DIR variable
      ` [PATCH v4 07/14] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh
      ` [PATCH v4 08/14] test-lib.sh: support a "GIT_TEST_BUILD_DIR"
      ` [PATCH v4 09/14] Makefile + cmake: use environment, not GIT-BUILD-DIR
      ` [PATCH v4 10/14] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults
      ` [PATCH v4 11/14] cmake: increase test timeout on Windows only
      ` [PATCH v4 12/14] cmake: only look for "sh" in "C:/Program Files" on Windows
      ` [PATCH v4 13/14] cmake: copy over git-p4.py for t983[56] perforce test
      ` [PATCH v4 14/14] CI: add a "linux-cmake-test" to run cmake & ctest on linux

git instaweb but not in daemon mode
 2022-11-03 14:42 UTC 

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-03 14:37 UTC  (12+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/3] receive-pack: only use visible refs for "
  ` [PATCH v2 1/3] refs: get rid of global list of hidden refs
  ` [PATCH v2 2/3] revision: add new parameter to specify all visible refs
  ` [PATCH v2 3/3] receive-pack: only use visible refs for connectivity check

[PATCH] fsmonitor: long status advice adapted to the fsmonitor use case
 2022-11-03 14:28 UTC  (7+ messages)
` [PATCH v2] status: long status advice adapted to recent capabilities
  ` [PATCH v3] "

Consist timestamps within a checkout/clone
 2022-11-03 13:46 UTC  (7+ messages)

[PATCH] ci: avoid unnecessary builds
 2022-11-03 13:34 UTC 

[PATCH] documentation: update git-submodule documentation
 2022-11-03 12:14 UTC  (2+ messages)

[PATCH v3] merge-tree.c: add --merge-base=<commit> option
 2022-11-03 10:50 UTC  (13+ messages)
` [PATCH v4 0/2] merge-tree: allow specifying a base commit when --write-tree is passed
  ` [PATCH v4 2/2] merge-tree.c: support --merge-base in conjunction with --stdin
      ` [Internet]Re: "
  ` [PATCH v5 0/2] merge-tree: allow specifying a base commit when --write-tree is passed
    ` [PATCH v5 1/2] merge-tree.c: add --merge-base=<commit> option
        ` [Internet]Re: "
    ` [PATCH v5 2/2] merge-tree.c: allow specifying the merge-base when --stdin is passed
    ` [PATCH v6 0/2] merge-tree: allow specifying a base commit when --write-tree "
      ` [PATCH v6 1/2] merge-tree.c: add --merge-base=<commit> option
      ` [PATCH v6 2/2] merge-tree.c: allow specifying the merge-base when --stdin is passed

[PATCH 0/9] Bundle URIs IV: advertise over protocol v2
 2022-11-03  9:49 UTC  (4+ messages)
` [PATCH 6/9] strbuf: reintroduce strbuf_parent_directory()

[RFC/PoC 0/5] Provide example docbundles
 2022-11-03  9:19 UTC  (10+ messages)
` [RFC/PoC 1/5] doc: provide DocBundles design document
` [RFC/PoC 2/5] Documentation Bundles: ignore artifact files from creating doc bundles
` [RFC/PoC 3/5] test-lib: add GIT_BUNDLE_DIR setup
` [RFC/PoC 4/5] Doc Bundles: add t6102 rev-list simple and pulls examples
` [RFC/PoC 5/5] docbundle: provide the git-log History Simplification example

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-11-03  9:35 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

Bug report: git -L requires excessive memory
 2022-11-03  9:05 UTC  (9+ messages)
` [PATCH 0/3] line-log: plug some memory leaks
  ` [PATCH 1/3] line-log: free diff queue when processing non-merge commits
  ` [PATCH 2/3] line-log: free the diff queues' arrays when processing merge commits
  ` [PATCH 3/3] diff.c: use diff_free_queue()

bug: git format prints no final newline
 2022-11-03  4:43 UTC  (2+ messages)

Git Bug Report: out of memory using git tag
 2022-11-03  4:32 UTC  (15+ messages)
      ` [PATCH 1/2] ref-filter: fix parsing of signatures without blank lines
      ` [PATCH 2/2] ref-filter: fix parsing of signatures with CRLF and no body
        ` gigantic commit messages, was Re: Git Bug Report: out of memory using git tag

[PATCH 0/2] t5516/t5601: avoid using localhost for failing HTTPS requests
 2022-11-03  1:31 UTC  (18+ messages)
` [RFC PATCH] fetch: stop emitting duplicate transfer.credentialsInUrl=warn warnings
        ` [PATCH v3 2/2] t5551: be less strict about the number of credential warnings

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-11-03  1:00 UTC  (3+ messages)

safe.directory and ACLs
 2022-11-03  0:39 UTC  (5+ messages)

[BUG] git format-patch incorrectly follows the mailmap when used with --cover-letter
 2022-11-03  0:26 UTC  (4+ messages)

git can not be built for s390x since update to git-2.38.0
 2022-11-02 18:49 UTC  (2+ messages)

[PATCH] Mention that password could be a personal access token
 2022-11-02 17:30 UTC  (6+ messages)
` [PATCH v2] "

What's cooking in git.git (Oct 2022, #09; Mon, 31)
 2022-11-02 17:26 UTC  (8+ messages)
` ab/misc-hook-submodule-run-command (was: What's cooking in git.git (Oct 2022, #09; Mon, 31))
` js/bisect-in-c "

bug report for "git status"
 2022-11-02 15:06 UTC 

Consist timestamps within a checkout/clone
 2022-11-02 14:28 UTC  (3+ messages)

[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-11-02 13:52 UTC  (4+ messages)

[PATCH 0/1] extend the truncating pretty formats
 2022-11-02 12:08 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] pretty-formats: add hard truncation, without ellipsis, options
        ` [PATCH v3] "

[PATCH 0/2] Documentation/howto/maintain-git.txt: a pair of bugfixes
 2022-11-02  8:01 UTC  (5+ messages)

[PATCH 0/8] submodule: tests, cleanup to prepare for built-in
 2022-11-02  7:54 UTC  (9+ messages)
` [PATCH 1/8] submodule--helper: move "config" to a test-tool
` [PATCH 2/8] submodule tests: add tests for top-level flag output
` [PATCH 3/8] submodule tests: test for a "foreach" blind-spot
` [PATCH 4/8] submodule.c: refactor recursive block out of absorb function
` [PATCH 5/8] submodule API & "absorbgitdirs": remove "----recursive" option
` [PATCH 6/8] submodule--helper: remove --prefix from "absorbgitdirs"
` [PATCH 7/8] submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"
` [PATCH 8/8] submodule--helper: use OPT_SUBCOMMAND() API

Bug in `git branch --delete main` when on other orphan branch
 2022-11-02  5:27 UTC  (8+ messages)
    ` Bug in `git branch --delete main` when on other orphan brancht
    ` [PATCH] branch: gracefully handle '-d' on detached HEAD
      ` [PATCH v2] branch: gracefully handle '-d' on orphan HEAD

[PATCH 00/10] config API: make "multi" safe, fix numerous segfaults
 2022-11-02  0:49 UTC  (12+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] for-each-repo tests: test bad --config keys
  ` [PATCH v2 2/9] config tests: cover blind spots in git_die_config() tests
  ` [PATCH v2 3/9] config tests: add "NULL" tests for *_get_value_multi()
  ` [PATCH v2 4/9] versioncmp.c: refactor config reading next commit
  ` [PATCH v2 5/9] config API: have *_multi() return an "int" and take a "dest"
  ` [PATCH v2 6/9] for-each-repo: error on bad --config
  ` [PATCH v2 7/9] config API users: test for *_get_value_multi() segfaults
  ` [PATCH v2 8/9] config API: add "string" version of *_value_multi(), fix segfaults
  ` [PATCH v2 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>


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