git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-01-30 18:59:00 to 2023-02-02 10:29:57 UTC [more...]

[PATCH v4 0/9] rebase: fix several code/testing/documentation issues around flag incompatibilities
 2023-02-02 10:29 UTC  (3+ messages)
` [PATCH v5 00/10] "
  ` rebase --merge vs --whitespace=fix, was "

Stability of git-archive, breaking (?) the Github universe, and a possible solution
 2023-02-02 10:25 UTC  (37+ messages)
  ` [PATCH 0/9] git archive: use gzip again by default, document output stabilty
    ` [PATCH 1/9] archive & tar config docs: de-duplicate configuration section
    ` [PATCH 2/9] git config docs: document "tar.<format>.{command,remote}"
    ` [PATCH 3/9] archiver API: make the "flags" in "struct archiver" an enum
    ` [PATCH 4/9] archive: omit the shell for built-in "command" filters
    ` [PATCH 5/9] archive-tar.c: move internal gzip implementation to a function
    ` [PATCH 6/9] archive: use "gzip -cn" for stability, not "git archive gzip"
    ` [PATCH 7/9] test-lib.sh: add a lazy GZIP prerequisite
    ` [PATCH 8/9] archive tests: test for "gzip -cn" and "git archive gzip" stability
    ` [PATCH 9/9] git archive docs: document output non-stability

[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
 2023-02-02 10:14 UTC  (10+ messages)
` [PATCH v7 "

[PATCH v5 00/19] leak fixes: various simple leak fixes
 2023-02-02  9:52 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/19] tests: mark tests as passing with SANITIZE=leak
  ` [PATCH v6 02/19] bundle.c: don't leak the "args" in the "struct child_process"
  ` [PATCH v6 03/19] commit-graph: use free_commit_graph() instead of UNLEAK()
  ` [PATCH v6 04/19] clone: use free() "
  ` [PATCH v6 05/19] various: add missing clear_pathspec(), fix leaks
  ` [PATCH v6 06/19] name-rev: don't xstrdup() an already dup'd string
  ` [PATCH v6 07/19] repack: fix leaks on error with "goto cleanup"
  ` [PATCH v6 08/19] worktree: fix a trivial leak in prune_worktrees()
  ` [PATCH v6 09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
  ` [PATCH v6 10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
  ` [PATCH v6 11/19] commit-graph: fix a parse_options_concat() leak
  ` [PATCH v6 12/19] show-branch: free() allocated "head" before return
  ` [PATCH v6 13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak
  ` [PATCH v6 14/19] builtin/merge.c: free "&buf" on "Your local changes..." error
  ` [PATCH v6 15/19] grep.c: refactor free_grep_patterns()
  ` [PATCH v6 16/19] grep API: plug memory leaks by freeing "header_list"
  ` [PATCH v6 17/19] receive-pack: free() the "ref_name" in "struct command"
  ` [PATCH v6 18/19] push: refactor refspec_append_mapped() for subsequent leak-fix
  ` [PATCH v6 19/19] push: free_refs() the "local_refs" in set_refspecs()

[PATCH 1/2] Makefile: not use mismatched curl_config to check version
 2023-02-02  9:44 UTC  (16+ messages)
` [PATCH 2/2] imap-send: not define USE_CURL_FOR_IMAP_SEND in Makefile
  ` [PATCH] imap-send: replace auto-probe libcurl with hard dependency
    ` [PATCH v2 0/6] "
      ` [PATCH v2 1/6] imap-send: note "auth_method", not "host" on auth method failure
      ` [PATCH v2 2/6] imap-send doc: the imap.sslVerify is used with imap.tunnel
      ` [PATCH v2 3/6] imap-send: replace auto-probe libcurl with hard dependency
      ` [PATCH v2 4/6] imap-send: make --curl no-optional
      ` [PATCH v2 5/6] imap-send: remove old --no-curl codepath
      ` [PATCH v2 6/6] imap-send: correctly report "host" when using "tunnel"

[PATCH] delta-islands: free island_marks and bitmaps
 2023-02-02  9:42 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/4] t/lib-httpd ssl fixes
 2023-02-02  4:39 UTC  (7+ messages)
` [PATCH 1/4] t/lib-httpd: bump required apache version to 2.2
` [PATCH 2/4] t/lib-httpd: bump required apache version to 2.4
` [PATCH 3/4] t/lib-httpd: drop SSLMutex config
` [PATCH 4/4] t/lib-httpd: increase ssl key size to 2048 bits

[PATCH 0/2] Remove MSys Support
 2023-02-02  3:51 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] mingw: remove duplicate `USE_NED_ALLOCATOR` directive
  ` [PATCH v2 2/2] mingw: remove msysGit/MSYS1 support

[PATCH] credential: new attribute password_expiry_utc
 2023-02-02  0:23 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] delta-islands: free island-related data after use
 2023-02-02  0:11 UTC  (5+ messages)
  ` pack-objects memory use observations [was: [PATCH] delta-islands: free island-related data after use]

Bug: Cloning git repositories behind a proxy using the git:// protocol broken since 2.32
 2023-02-02  0:07 UTC  (10+ messages)

[PATCH 0/5] format-patch: Add --{to,cc}-cmd support
 2023-02-01 23:52 UTC  (10+ messages)
  ` [PATCH 1/5] t4014: Add test checking cover-letter To header
  ` [PATCH 3/5] log: Push to/cc handling down into show_log()
  ` [PATCH 4/5] pretty: Add name_and_address_only parameter
  ` [PATCH 5/5] format-patch: Add support for --{to,cc}-cmd flags

Git Security Mailing List
 2023-02-01 23:40 UTC 

grep: fix multibyte regex handling under macOS (1819ad327b7a1f19540a819813b70a0e8a7f798f)
 2023-02-01 23:03 UTC  (9+ messages)

[PATCH] rev-list: clarify git-log default date format
 2023-02-01 22:58 UTC  (5+ messages)

[Help][Bug] Git pull fails while pulling large commits on FUSE based filesystem
 2023-02-01 22:56 UTC 

[PATCH] win32: check for NULL when creating thread
 2023-02-01 22:39 UTC  (7+ messages)
` [PATCH v2] win32: check for NULL after "
  ` [PATCH v3] "
    ` [PATCH v4] compat/winansi: check for errors of CreateThread() correctly

[RFC/PATCH 0/6] hash-object: use fsck to check objects
 2023-02-01 20:41 UTC  (10+ messages)
` [PATCH 6/6] hash-object: use fsck for object checks

Git over HTTP; have flexible SASL authentication
 2023-02-01 19:36 UTC  (4+ messages)

[PATCH] clean: flush after each line
 2023-02-01 17:45 UTC  (2+ messages)

[PATCH] git-gui: fix inability to quit after closing another instance
 2023-02-01 17:22 UTC  (2+ messages)

[PATCH] docs: document zero bits in index "mode"
 2023-02-01 16:56 UTC  (3+ messages)

Inconsistency between git-log documentation and behavior regarding default date format
 2023-02-01 11:51 UTC  (3+ messages)

[PATCH v4 3/5] notes.c: drop unreachable code in 'append_edit()'
 2023-02-01  8:08 UTC  (2+ messages)

[GSoC][PATCH] t/t4113-apply-ending.sh: Modernize a test script
 2023-02-01  2:21 UTC  (2+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-31 22:01 UTC  (25+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 05/10] bundle-uri: download in creationToken order
  ` [PATCH v3 00/11] Bundle URIs V: creationToken heuristic for incremental fetches
    ` [PATCH v3 01/11] bundle: test unbundling with incomplete history
    ` [PATCH v3 02/11] bundle: verify using check_connected()
    ` [PATCH v3 03/11] t5558: add tests for creationToken heuristic
    ` [PATCH v3 04/11] bundle-uri: parse bundle.heuristic=creationToken
    ` [PATCH v3 05/11] bundle-uri: parse bundle.<id>.creationToken values
    ` [PATCH v3 06/11] bundle-uri: download in creationToken order
    ` [PATCH v3 07/11] clone: set fetch.bundleURI if appropriate
    ` [PATCH v3 08/11] bundle-uri: drop bundle.flag from design doc
    ` [PATCH v3 09/11] fetch: fetch from an external bundle URI
    ` [PATCH v3 10/11] bundle-uri: store fetch.bundleCreationToken
    ` [PATCH v3 11/11] bundle-uri: test missing bundles with heuristic

[ANNOUNCE] Git Rev News edition 95
 2023-01-31 21:19 UTC 

[PATCH] grep: fall back to interpreter mode if JIT fails
 2023-01-31 21:05 UTC  (21+ messages)
` [PATCH v2] grep: fall back to interpreter if JIT memory allocation fails
  ` [PATCH v3] "

[PATCH v4] win32: fix thread usage for win32
 2023-01-31 20:00 UTC  (3+ messages)
` [PATCH v5] "

Join us for Review Club!
 2023-01-31 19:41 UTC 

gitformat-index.txt has a gap in the "mode" description?
 2023-01-31 19:26 UTC  (2+ messages)

What's cooking in git.git (Jan 2023, #07; Mon, 30)
 2023-01-31 12:42 UTC  (3+ messages)

Git loses untracked files during “stash” if there are conficts
 2023-01-31  8:08 UTC 

[PATCH 0/3] Allow scalar to succeed despite maintenance failures
 2023-01-30 19:25 UTC  (11+ messages)
` [PATCH 3/3] scalar: only warn when background maintenance fails


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