messages from 2023-01-15 21:37:16 to 2023-01-18 12:17:21 UTC [more...]
[PATCH v4 0/8] Enhance credential helper protocol to include auth headers
2023-01-18 11:38 UTC (40+ messages)
` [PATCH v5 00/10] "
` [PATCH v5 02/10] daemon: libify child process handling functions
` [PATCH v5 03/10] daemon: rename some esoteric/laboured terminology
` [PATCH v5 05/10] test-http-server: add HTTP error response function
` [PATCH v5 06/10] test-http-server: add simple authentication
` [PATCH v5 09/10] http: read HTTP WWW-Authenticate response headers
` [PATCH v5 10/10] credential: add WWW-Authenticate header to cred requests
` [PATCH v6 00/12] Enhance credential helper protocol to include auth headers
` [PATCH v6 01/12] daemon: libify socket setup and option functions
` [PATCH v6 02/12] daemon: libify child process handling functions
` [PATCH v6 03/12] daemon: rename some esoteric/laboured terminology
` [PATCH v6 04/12] test-http-server: add stub HTTP server test helper
` [PATCH v6 05/12] test-http-server: add HTTP error response function
` [PATCH v6 06/12] test-http-server: add HTTP request parsing
` [PATCH v6 07/12] test-http-server: pass Git requests to http-backend
` [PATCH v6 08/12] test-http-server: add simple authentication
` [PATCH v6 09/12] test-http-server: add sending of arbitrary headers
` [PATCH v6 10/12] http: replace unsafe size_t multiplication with st_mult
` [PATCH v6 11/12] http: read HTTP WWW-Authenticate response headers
` [PATCH v6 12/12] credential: add WWW-Authenticate header to cred requests
[PATCH] ssh signing: better error message when key not in agent
2023-01-18 11:10 UTC (2+ messages)
[PATCH v3 00/19] leak fixes: various simple leak fixes
2023-01-18 10:57 UTC (26+ messages)
` [PATCH v4 "
` [PATCH v4 01/19] tests: mark tests as passing with SANITIZE=leak
` [PATCH v4 02/19] bundle.c: don't leak the "args" in the "struct child_process"
` [PATCH v4 03/19] commit-graph: use free_commit_graph() instead of UNLEAK()
` [PATCH v4 04/19] clone: use free() "
` [PATCH v4 05/19] various: add missing clear_pathspec(), fix leaks
` [PATCH v4 06/19] name-rev: don't xstrdup() an already dup'd string
` [PATCH v4 07/19] repack: fix leaks on error with "goto cleanup"
` [PATCH v4 08/19] worktree: fix a trivial leak in prune_worktrees()
` [PATCH v4 20/19] branch: the ref_filter is not cleaned
` [PATCH v4 09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
` [PATCH v4 10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
` [PATCH v4 11/19] commit-graph: fix a parse_options_concat() leak
` [PATCH v4 12/19] show-branch: free() allocated "head" before return
` [PATCH v4 13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak
` [PATCH v4 14/19] builtin/merge.c: free "&buf" on "Your local changes..." error
` [PATCH v4 15/19] object-file.c: release the "tag" in check_tag()
` [PATCH v4 16/19] grep.c: refactor free_grep_patterns()
` [PATCH v4 17/19] grep API: plug memory leaks by freeing "header_list"
` [PATCH v4 18/19] receive-pack: free() the "ref_name" in "struct command"
` [PATCH v4 19/19] push: free_refs() the "local_refs" in set_refspecs()
[PATCH v6 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-18 8:31 UTC (9+ messages)
` [PATCH v6 1/2] send-email: refactor header generation functions
` [PATCH v6 2/2] send-email: expose header information to git-send-email's sendemail-validate hook
[PATCH] git-cat-file.txt: fix list continuations rendering literally
2023-01-18 8:27 UTC
[PATCH] builtin/checkout: check the branch used in -B with worktrees
2023-01-18 7:58 UTC (7+ messages)
` [PATCH v2] checkout/switch: disallow checking out same branch in multiple worktrees
[PATCH] grep: correctly identify utf-8 characters with \{b,w} in -P
2023-01-18 7:35 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] curl: resolve deprecated curl declarations
2023-01-18 7:30 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
` [PATCH v8] "
[ANNOUNCE] Git 2.39.1 and others
2023-01-18 6:34 UTC (3+ messages)
[PATCH] ci: do not die on deprecated-declarations warning
2023-01-18 1:03 UTC (33+ messages)
` [PATCH 1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
` [PATCH 2/3] http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
` [PATCH 3/3] http: support CURLOPT_PROTOCOLS_STR
` [PATCH v2] avoiding deprecated curl options
` [PATCH v2 1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
` [PATCH v2 2/3] http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
` [PATCH v2 3/3] http: support CURLOPT_PROTOCOLS_STR
[PATCH] worktree: teach find_shared_symref to ignore current worktree
2023-01-17 23:27 UTC (2+ messages)
[PATCH] fsm-listen-daarwin: combine bit operations
2023-01-17 21:54 UTC (2+ messages)
` [PATCH v2] fsm-listen-darwin: "
[PATCH v7 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-17 20:57 UTC (5+ messages)
` [PATCH v7 1/2] send-email: refactor header generation functions
` [PATCH v7 2/2] send-email: expose header information to git-send-email's sendemail-validate hook
[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
2023-01-17 21:00 UTC (8+ messages)
` [PATCH 1/8] t5558: add tests for creationToken heuristic
` [PATCH 2/8] bundle-uri: parse bundle.heuristic=creationToken
` [PATCH 3/8] bundle-uri: parse bundle.<id>.creationToken values
[PATCH v5 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-17 21:58 UTC (15+ messages)
` [PATCH v5 1/2] send-email: refactor header generation functions
` [PATCH v5 2/2] send-email: expose header information to git-send-email's sendemail-validate hook
ctrl-z ignored by git; creates blobs from non-existent repos
2023-01-17 22:40 UTC (6+ messages)
[PATCH] git: replace strbuf_addstr with strbuf_addch for all strings of length 2
2023-01-17 21:54 UTC
Join us for Review Club! (possibly from other timezones)
2023-01-17 22:07 UTC
[BUG?] 'git rebase --update-refs --whitespace=fix' incompatible, but not enforced
2023-01-17 22:02 UTC
[PATCH v4 0/5] submodule: parallelize diff
2023-01-17 19:31 UTC (3+ messages)
[PATCH v5 0/6] submodule: parallelize diff
2023-01-17 19:30 UTC (8+ messages)
` [PATCH v6 "
` [PATCH v6 1/6] run-command: add duplicate_output_fn to run_processes_parallel_opts
` [PATCH v6 2/6] submodule: strbuf variable rename
` [PATCH v6 3/6] submodule: move status parsing into function
` [PATCH v6 4/6] diff-lib: refactor match_stat_with_submodule
` [PATCH v6 5/6] diff-lib: parallelize run_diff_files for submodules
` [PATCH v6 6/6] submodule: call parallel code from serial status
What's cooking in git.git (Jan 2023, #05; Tue, 17)
2023-01-17 18:18 UTC
[ANNOUNCE] Git for Windows 2.39.1
2023-01-17 18:08 UTC
[PATCH 0/5] cache API: always have a "istate->repo"
2023-01-17 15:34 UTC (8+ messages)
` [PATCH v2 0/6] "
` [PATCH] treewide: always have a valid "index_state.repo" member
[PATCH] rebase -i: allow a comment after a "break" command
2023-01-17 15:33 UTC (5+ messages)
[PATCH v2 0/1] cat-file: quote-format name in error when using -z
2023-01-17 15:24 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] "
[PATCH v4 0/4] Optionally skip hashing index on write
2023-01-17 14:49 UTC (4+ messages)
` [PATCH v5 "
[PATCH 0/2] [RFC] push: allow delete one level ref
2023-01-17 13:14 UTC (4+ messages)
` [PATCH 1/2] receive-pack: fix funny ref error messsage
` [PATCH 2/2] [RFC] push: allow delete one level ref
GSoC 2023
2023-01-17 9:34 UTC
[PATCH v2] ci: do not die on deprecated-declarations warning
2023-01-17 3:04 UTC (3+ messages)
` [PATCH 1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
[PATCH v5 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
2023-01-17 1:37 UTC (4+ messages)
` [PATCH v5 1/2] send-email: refactor header generation functions
` [PATCH v5 2/2] send-email: expose header information to git-send-email's sendemail-validate hook
` [PATCH v6 0/2] "
[PATCH] format-patch: unleak "-v <num>"
2023-01-16 19:51 UTC (4+ messages)
Gitorious should use CRC128 / 256 / 512 instead of SHA-1
2023-01-16 19:08 UTC (14+ messages)
[PATCH] branch: improve advice when --recurse-submodules fails
2023-01-16 17:41 UTC
[PATCH v3 1/1] ref-filter: add new "signature" atom
2023-01-16 17:38 UTC (3+ messages)
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
test_pause giving '__git_ps1: not found' warning
2023-01-16 17:38 UTC (3+ messages)
[PATCH 0/4] clarify ls-files docs
2023-01-16 17:21 UTC (9+ messages)
` [PATCH 2/4] ls-files: clarify descriptions of file selection options
` [PATCH 3/4] ls-files: clarify descriptions of status tags for -t
[PATCH] ls-tree: add --sparse-filter-oid argument
2023-01-16 15:13 UTC (5+ messages)
[PATCH] worktree add: introduce basic DWYM for --orphan
2023-01-16 10:52 UTC (2+ messages)
[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
2023-01-16 10:47 UTC (12+ messages)
` [PATCH v2 0/2] "
` [PATCH v3 "
` [PATCH v4 0/3] "
` [PATCH v5 0/4] "
` [PATCH v6 "
` [PATCH v7 "
` [PATCH v8 "
` [PATCH v8 3/4] worktree add: add --orphan flag
bugreport: "git checkout -B" allows checking out one branch across multiple worktrees
2023-01-16 2:50 UTC (4+ messages)
[PATCH 0/2] branch: operations on orphan branches
2023-01-16 0:06 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] avoid unnecessary worktrees traversing
` [PATCH v2 2/3] branch: description for orphan branch errors
` [PATCH 3/3] branch: rename orphan branches in any worktree
` [PATCH v2 "
[PATCH v4 0/5] notes.c: introduce "--separator" optio
2023-01-15 22:15 UTC (5+ messages)
` [PATCH v4 5/5] notes.c: introduce "--separator" option
Segmentation fault within git read-tree
2023-01-15 21:49 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).