messages from 2020-05-13 00:56:03 to 2020-05-15 15:33:30 UTC [more...]
[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
2020-05-15 15:33 UTC (8+ messages)
` [PATCH v5 00/12] "
` [PATCH v5 10/12] tests: when run in Bash, annotate test failures with file name/line number
` [RFC PATCH] t: move metadata into TAP test description
[PATCH] trace2: log progress time and throughput
2020-05-15 15:27 UTC (4+ messages)
What's cooking in git.git (May 2020, #05; Thu, 14)
2020-05-15 15:25 UTC (4+ messages)
[PATCH] ci: avoid pounding on the poor ci-artifacts container
2020-05-15 15:09 UTC (7+ messages)
` [PATCH v2] "
[PATCH] unpack-trees: also allow get_progress() to work on a different index
2020-05-15 15:01 UTC (6+ messages)
[L10N] Kickoff for Git 2.27.0 round #1
2020-05-15 14:58 UTC (2+ messages)
[ANNOUNCE] Git v2.27.0-rc0
2020-05-15 14:57 UTC (3+ messages)
Fwd: Possible git bug in commit-graph: "invalid commit position"
2020-05-15 12:03 UTC (4+ messages)
` "
[PATCH] submodule--helper.c: add only-active to foreach
2020-05-15 11:04 UTC (7+ messages)
[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
2020-05-15 10:43 UTC (16+ messages)
` [PATCH 01/13] upload-pack: remove unused 'wants' from upload_pack_data
` [PATCH 02/13] upload-pack: move {want,have}_obj to upload_pack_data
` [PATCH 03/13] upload-pack: move 'struct upload_pack_data' around
` [PATCH 04/13] upload-pack: use 'struct upload_pack_data' in upload_pack()
` [PATCH 05/13] upload-pack: pass upload_pack_data to get_common_commits()
` [PATCH 06/13] upload-pack: pass upload_pack_data to receive_needs()
` [PATCH 07/13] upload-pack: use upload_pack_data writer in receive_needs()
` [PATCH 08/13] upload-pack: move symref to upload_pack_data
` [PATCH 09/13] upload-pack: pass upload_pack_data to send_ref()
` [PATCH 10/13] upload-pack: pass upload_pack_data to check_non_tip()
` [PATCH 11/13] upload-pack: remove static variable 'stateless_rpc'
` [PATCH 12/13] upload-pack: pass upload_pack_data to create_pack_file()
` [PATCH 13/13] upload-pack: use upload_pack_data fields in receive_needs()
[PATCH] t0300: workaround bug in FreeBSD < 10 sh
2020-05-14 23:43 UTC (7+ messages)
[ANNOUNCE] Git v2.27.0-rc0
2020-05-14 23:28 UTC
Add a "Flattened Cache" to `git --clone`?
2020-05-14 22:44 UTC (14+ messages)
[PATCH] compat: remove gmtime
2020-05-14 22:12 UTC (2+ messages)
[PATCH 0/4] fix make sparse warning
2020-05-14 21:37 UTC (5+ messages)
` [PATCH 1/4] C: s/0/NULL/ for pointer type
Git stable releases
2020-05-14 20:25 UTC
[PATCH 0/8] CMake build system for git
2020-05-14 18:31 UTC (27+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 01/11] Introduce CMake support for configuring Git on Linux
` [PATCH v2 02/11] cmake: generate the shell/perl/python scripts and templates, translations
` [PATCH v2 06/11] cmake: support for building git on windows with mingw
` [PATCH v2 08/11] cmake: added checks for struct stat and libiconv
` [PATCH v2 09/11] cmake: relocated script file contrib/buildsystems
` [PATCH v2 10/11] cmake: parse the makefile for the sources
` [PATCH v2 11/11] ci: modification of main.yml to use cmake for vs-build job
[PATCH 0/8] commit-graph: drop CHECK_OIDS, peel in callers
2020-05-14 18:27 UTC (27+ messages)
` [PATCH 3/8] commit-graph.c: peel refs in 'add_ref_to_set'
` [PATCH 4/8] builtin/commit-graph.c: extract 'read_one_commit()'
` [PATCH 8/8] commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
` [PATCH v3 0/8] commit-graph: drop CHECK_OIDS, peel in callers
` [PATCH v3 1/8] commit-graph.c: extract 'refs_cb_data'
` [PATCH v3 2/8] commit-graph.c: show progress of finding reachable commits
` [PATCH v3 3/8] commit-graph.c: peel refs in 'add_ref_to_set'
` [PATCH v3 4/8] builtin/commit-graph.c: extract 'read_one_commit()'
` [PATCH v3 5/8] builtin/commit-graph.c: dereference tags in builtin
` [PATCH v3 6/8] commit-graph.c: simplify 'fill_oids_from_commits'
` [PATCH v3 7/8] t5318: reorder test below 'graph_read_expect'
` [PATCH v3 8/8] commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Update git version for apt-get
2020-05-14 16:56 UTC (3+ messages)
[PATCH 1/2] submodule: port subcommand 'set-branch' from shell to C
2020-05-14 10:15 UTC (5+ messages)
` [PATCH 2/2] submodule: Add 'quiet' option in subcommand 'set-branch'
[PATCH 0/6] fixup ra/rebase-i-more-options
2020-05-14 9:47 UTC (14+ messages)
` [PATCH v2 0/5] cleanup ra/rebase-i-more-options
` [PATCH v2 1/5] rebase -i: add --ignore-whitespace flag
` [PATCH v2 2/5] rebase -i: support --committer-date-is-author-date
` [PATCH v2 4/5] rebase -i: support --ignore-date
[PATCH 00/44] SHA-256 part 2/3: protocol functionality
2020-05-14 1:12 UTC (23+ messages)
` [PATCH 02/44] Documentation: document v1 protocol object-format capability
` [PATCH 03/44] connect: have ref processing code take struct packet_reader
` [PATCH 04/44] wrapper: add function to compare strings with different NUL termination
` [PATCH 07/44] connect: add function to fetch value of a v2 server capability
` [PATCH 10/44] connect: add function to detect supported v1 hash functions
` [PATCH 11/44] send-pack: detect when the server doesn't support our hash
` [PATCH 12/44] connect: make parse_feature_value extern
` [PATCH 17/44] transport-helper: implement object-format extensions
` [PATCH 26/44] t5302: modernize test formatting
` [PATCH 28/44] t1302: expect repo format version 1 for SHA-256
` [PATCH 29/44] Documentation/technical: document object-format for protocol v2
` [PATCH 31/44] connect: parse v2 refs with correct hash algorithm
How to Not Track .metadata
2020-05-14 0:51 UTC (2+ messages)
[PATCH 0/2] CI: Enable t1509 on GitHub Actions and Travis
2020-05-13 23:59 UTC (8+ messages)
` [PATCH 1/2] t1509: correct i18n test
` [PATCH 2/2] CI: enable t1509 in Travis and GitHub Actions
[PATCH] merge-recursive: fix rename/rename(1to2) for working tree with a binary
2020-05-13 23:56 UTC
[PATCH] fetch: allow adding a filter after initial clone
2020-05-13 23:44 UTC (6+ messages)
[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
2020-05-13 23:23 UTC (9+ messages)
` [PATCH 1/6] remote-curl: fix typo
` [PATCH 2/6] remote-curl: remove label indentation
` [PATCH 3/6] transport: combine common cases with a fallthrough
` [PATCH 4/6] pkt-line: extern packet_length()
` [PATCH 5/6] remote-curl: error on incomplete packet
` [PATCH 6/6] remote-curl: ensure last packet is a flush
bugreport: Wrong binary file content after cherry-pick
2020-05-13 23:21 UTC (3+ messages)
git-credential-store does not work with a file
2020-05-13 21:53 UTC (3+ messages)
[PATCH v12 00/12] Reftable support git-core
2020-05-13 21:21 UTC (14+ messages)
` [PATCH v13 00/13] "
` [PATCH v13 07/13] Write pseudorefs through ref backends
` [PATCH v13 11/13] Reftable support for git-core
` [PATCH v13 13/13] Add some reftable testing infrastructure
What's cooking in git.git (May 2020, #04; Wed, 13)
2020-05-13 21:05 UTC
[PATCH] t4210: detect REG_ILLSEQ dynamically
2020-05-13 21:04 UTC (8+ messages)
` [RFC PATCH v2] "
[PATCH 0/2] Safer GIT_CURL_VERBOSE
2020-05-13 19:33 UTC (15+ messages)
` [PATCH 2/2] http, imap-send: stop using CURLOPT_VERBOSE
` [PATCH v2 0/3] Safer GIT_CURL_VERBOSE
` [PATCH v2 1/3] t5551: test that GIT_TRACE_CURL redacts password
` [PATCH v2 2/3] http: make GIT_TRACE_CURL auth redaction optional
` [PATCH v2 3/3] http, imap-send: stop using CURLOPT_VERBOSE
[PATCH 0/2] bugreport: collect shell settings
2020-05-13 18:45 UTC (6+ messages)
` [PATCH 1/2] help: add shell-path to --build-options
invalid tree and commit object
2020-05-13 16:27 UTC (9+ messages)
[PATCH] wt-status: expand, not dwim, a "detached from" ref
2020-05-13 14:59 UTC (3+ messages)
[PATCH] contrib/git-jump: cat output when not a terminal
2020-05-13 4:52 UTC (11+ messages)
` Re* "
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).