git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-13 19:46:15 to 2020-05-15 22:58:00 UTC [more...]

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-05-15 22:57 UTC  (21+ 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 0/2] Unbreak TAP output under bash
                ` [PATCH 1/2] Revert "t/test_lib: avoid naked bash arrays in file_lineno"
                ` [PATCH 2/2] Revert "tests: when run in Bash, annotate test failures with file name/line number"

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-05-15 22:26 UTC  (4+ messages)
` [TOPIC 9/17] Obsolescence markers and evolve

[PATCH] diff: add config option relative
 2020-05-15 22:22 UTC  (2+ messages)

[PATCH] t4210: detect REG_ILLSEQ dynamically
 2020-05-15 21:48 UTC  (12+ messages)
` [RFC PATCH v2] "
` [PATCH "

Add a "Flattened Cache" to `git --clone`?
 2020-05-15 21:42 UTC  (15+ messages)

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-15 21:41 UTC  (12+ messages)
` [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

[PATCH] ci: avoid pounding on the poor ci-artifacts container
 2020-05-15 21:38 UTC  (9+ messages)
` [PATCH v2] "

[ANNOUNCE] Git for Windows 2.27.0-rc0
 2020-05-15 21:15 UTC  (2+ messages)

[PATCH 0/2] Safer GIT_CURL_VERBOSE
 2020-05-15 20:47 UTC  (5+ messages)
` [PATCH v2 0/3] "

[PATCH] trace2: log progress time and throughput
 2020-05-15 19:44 UTC  (9+ messages)

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-05-15 18:55 UTC  (30+ 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] submodule--helper.c: add only-active to foreach
 2020-05-15 18:53 UTC  (15+ messages)

[GSoC] Blogging with Git
 2020-05-15 18:42 UTC 

What's cooking in git.git (May 2020, #05; Thu, 14)
 2020-05-15 18:06 UTC  (5+ messages)

[PATCH v2] diff: add config option relative
 2020-05-15 17:40 UTC 

[PATCH v7 1/4] gitfaq: files in .gitignore are tracked
 2020-05-15 17:32 UTC 

Git Test Coverage Report (v2.27.0-rc0)
 2020-05-15 17:22 UTC 

[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] 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 

[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  (24+ 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 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  (5+ messages)
` [PATCH v2 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v2 1/5] rebase -i: add --ignore-whitespace flag

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-14  1:12 UTC  (12+ messages)
` [PATCH 02/44] Documentation: document v1 protocol object-format 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

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  (5+ messages)
` [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)

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  (9+ messages)
` [PATCH v13 00/13] "
  ` [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 


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