messages from 2023-01-31 22:32:47 to 2023-02-02 23:49:14 UTC [more...]
[PATCH v4 0/9] rebase: fix several code/testing/documentation issues around flag incompatibilities
2023-02-02 23:48 UTC (4+ messages)
` [PATCH v5 00/10] "
` rebase --merge vs --whitespace=fix, was "
[GSoC][PATCH] merge: use reverse_commit_list() for list reversal
2023-02-02 23:46 UTC (3+ messages)
[GSoC][PATCH] t/t5000-tar-tree: add helper function
2023-02-02 23:19 UTC (4+ messages)
[PATCH v3 0/9] config API: make "multi" safe, fix numerous segfaults
2023-02-02 23:12 UTC (12+ messages)
` [PATCH v4 "
` [PATCH v4 1/9] config tests: cover blind spots in git_die_config() tests
` [PATCH v4 2/9] config tests: add "NULL" tests for *_get_value_multi()
` [PATCH v4 3/9] config API: add and use a "git_config_get()" family of functions
` [PATCH v4 4/9] versioncmp.c: refactor config reading next commit
` [PATCH v4 5/9] config API: have *_multi() return an "int" and take a "dest"
` [PATCH v4 6/9] for-each-repo: error on bad --config
` [PATCH v4 7/9] config API users: test for *_get_value_multi() segfaults
` [PATCH v4 8/9] config API: add "string" version of *_value_multi(), fix segfaults
` [PATCH v4 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>
Stability of git-archive, breaking (?) the Github universe, and a possible solution
2023-02-02 23:01 UTC (21+ messages)
[PATCH v5 00/19] leak fixes: various simple leak fixes
2023-02-02 22:12 UTC (24+ 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()
[GSoC][PATCH] t/t4113-apply-ending.sh: Modernize a test script
2023-02-02 21:10 UTC (11+ messages)
` [PATCH v2 0/4] t4113: modernize test style
` [PATCH v2 1/4]t4113: replace backslash with single quote
` [PATCH v2 2/4] t4113:put second creation in own step
` [PATCH v2 3/4] t4113: use "<<-" instead of "<<"
` [PATCH v2 4/4] t4113: indent with tabs
[PATCH 1/2] Makefile: not use mismatched curl_config to check version
2023-02-02 20:56 UTC (21+ 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"
grep: fix multibyte regex handling under macOS (1819ad327b7a1f19540a819813b70a0e8a7f798f)
2023-02-02 20:49 UTC (12+ messages)
Stability of git-archive, breaking (?) the Github universe, and a possible solution
2023-02-02 19:23 UTC (18+ 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 0/3] blame: allow blame.coloring to specify both --color-lines and --color-by-age
2023-02-02 19:16 UTC (4+ messages)
` [PATCH 1/3] blame: add test for --color-lines + --color-by-age
` [PATCH 2/3] blame: document --color-{lines,by-age} config
` [PATCH 3/3] blame: support multiple values in blame.coloring
Is GGG mislabeling topics?
2023-02-02 17:06 UTC (3+ messages)
[PATCH] rev-list: clarify git-log default date format
2023-02-02 16:53 UTC (8+ messages)
[PATCH 0/2] Remove MSys Support
2023-02-02 16:06 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] mingw: remove duplicate `USE_NED_ALLOCATOR` directive
` [PATCH v2 2/2] mingw: remove msysGit/MSYS1 support
Cloning submodules on github actions very slow
2023-02-02 14:11 UTC
[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
2023-02-02 13:51 UTC (12+ messages)
` [PATCH v7 "
[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] 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 (9+ 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
[Help][Bug] Git pull fails while pulling large commits on FUSE based filesystem
2023-02-01 22:56 UTC
[PATCH v2] win32: check for NULL after creating thread
2023-02-01 22:39 UTC (6+ messages)
` [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)
page: next (older) | prev (newer) | latest
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).