git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-05 07:07:02 to 2021-06-07 23:42:14 UTC [more...]

[PATCH 0/2] trivial progress.c API usage fixes
 2021-06-07 23:41 UTC  (11+ messages)
` [PATCH 1/2] read-cache.c: don't guard calls to progress.c API
` [PATCH 2/2] read-cache: fix incorrect count and progress bar stalling

[PATCH] bundle doc: rewrite the "DESCRIPTION" section
 2021-06-07 23:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] remote: initialize values that might not be set
 2021-06-07 23:21 UTC  (3+ messages)

[PATCH 0/4] test-tool: split up "read-cache" tool
 2021-06-07 22:50 UTC  (6+ messages)
` [PATCH 1/4] test-tool: split up test-tool read-cache
` [PATCH 2/4] test-tools: migrate read-cache-perf to parse_options()
` [PATCH 3/4] test-tools: migrate read-cache-again "
` [PATCH 4/4] read-cache perf: add a perf test for refresh_index()

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-07 22:41 UTC  (3+ messages)
` [PATCH 1/4] promisor-remote: read partialClone config here

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-07 22:18 UTC  (21+ messages)
` [PATCH 1/4] Documentation: use singular they "
` [PATCH 2/4] *: use singular they in comments
` [PATCH 3/4] *: fix typos
` [PATCH 4/4] CodingGuidelines: recommend singular they

[ANNOUNCE] git-filter-repo 2.32.0
 2021-06-07 21:56 UTC  (3+ messages)

[PATCH 0/3] SubmittingPatches: a few unrelated minor fixes
 2021-06-07 21:49 UTC  (12+ messages)
` [PATCH 1/3] SubmittingPatches: move discussion of Signed-off-by above "send"
` [PATCH v2 0/3] SubmittingPatches: a few unrelated minor fixes
  ` [PATCH v2 1/3] SubmittingPatches: move discussion of Signed-off-by above "send"
  ` [PATCH v2 2/3] SubmittingPatches: replace discussion of Travis with GitHub Actions
  ` [PATCH v2 3/3] SubmittingPatches: remove pine-specific hints from MUA hints

[PATCH] use get_merge_tool_path() also in is_available() to honor settings
 2021-06-07 20:47 UTC 

[PATCH] mergetools/kdiff3: make kdiff3 work on windows too
 2021-06-07 20:18 UTC 

[PATCH] xdiff: use BUG(...), not xdl_bug(...)
 2021-06-07 19:44 UTC  (2+ messages)

[PATCH v2 try2 0/4] completion: bash: a bunch of fixes
 2021-06-07 19:11 UTC  (9+ messages)
` [PATCH v2 try2 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH v2 try2 2/4] completion: bash: fix for suboptions with value
` [PATCH v2 try2 3/4] completion: bash: fix for multiple dash commands
` [PATCH v2 try2 4/4] completion: bash: add correct suffix in variables

[GSoC] My Git Dev Blog - Week 3
 2021-06-07 18:55 UTC  (5+ messages)

[PATCH v2] branch: prioritize upstream in -v
 2021-06-07 18:50 UTC 

[PATCH] t: fix whitespace around &&
 2021-06-07 18:48 UTC  (3+ messages)

[PATCH] branch: make -v useful
 2021-06-07 18:37 UTC  (8+ messages)

[PATCH] builtins + test helpers: use return instead of exit() in cmd_*
 2021-06-07 17:02 UTC  (2+ messages)

[PATCH] rerere: enable by default
 2021-06-07 16:41 UTC  (8+ messages)

[PATCH] t: use user-specific utf-8 locale for testing
 2021-06-07 15:42 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] t: use pre-defined utf-8 locale for testing svn
` [PATCH v4] t: use user-specified "

[PATCH] t0001: skip test with restrictive permissions if getpwd(3) respects them
 2021-06-07 15:38 UTC  (8+ messages)
` [PATCH] t0001: fix broken not-quite getcwd(3) test in bed67874e2

[PATCH v4 00/12] Sparse-index: integrate with status
 2021-06-07 15:26 UTC  (17+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 01/14] sparse-index: skip indexes with unmerged entries
  ` [PATCH v5 02/14] sparse-index: include EXTENDED flag when expanding
  ` [PATCH v5 03/14] t1092: replace incorrect 'echo' with 'cat'
  ` [PATCH v5 04/14] t1092: expand repository data shape
  ` [PATCH v5 05/14] t1092: add tests for status/add and sparse files
  ` [PATCH v5 06/14] unpack-trees: preserve cache_bottom
  ` [PATCH v5 07/14] unpack-trees: compare sparse directories correctly
  ` [PATCH v5 08/14] unpack-trees: unpack sparse directory entries
  ` [PATCH v5 09/14] dir.c: accept a directory as part of cone-mode patterns
  ` [PATCH v5 10/14] diff-lib: handle index diffs with sparse dirs
  ` [PATCH v5 11/14] status: skip sparse-checkout percentage with sparse-index
  ` [PATCH v5 12/14] status: use sparse-index throughout
  ` [PATCH v5 13/14] wt-status: expand added sparse directory entries
  ` [PATCH v5 14/14] fsmonitor: integrate with sparse index

[PATCH v2] object-info: support for retrieving object info
 2021-06-07 14:33 UTC  (2+ messages)
` [PATCH] protocol-caps.h: add newline at end of file

What's cooking in git.git (Jun 2021, #02; Sun, 6)
 2021-06-07 14:10 UTC  (2+ messages)

[PATCH 0/6] [GSOC][RFC] ref-filter: add %(raw:textconv) and %(raw:filters)
 2021-06-07 13:18 UTC  (16+ messages)
` [PATCH 1/6] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH 2/6] [GSOC] ref-filter: add %(raw) atom
` [PATCH 3/6] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
` [PATCH 4/6] [GSOC] ref-filter: add %(rest) atom and --rest option
` [PATCH 5/6] [GSOC] ref-filter: teach grab_sub_body_contents() return value and err
` [PATCH 6/6] [GSOC] ref-filter: add %(raw:textconv) and %(raw:filters)

[ANNOUNCE] Git for Windows 2.32.0
 2021-06-07 13:07 UTC 

[GSoC] Git Blog 3
 2021-06-07 12:03 UTC  (3+ messages)

[GSoC] [PATCH 0/2] submodule--helper: introduce subcommands for sh to C conversion
 2021-06-07 11:24 UTC  (7+ messages)
` [GSoC] [PATCH 1/2] submodule--helper: introduce add-clone subcommand
` [GSoC] [PATCH 2/2] submodule--helper: introduce add-config subcommand

[suggestion] support non-negative float number in git-repack --max-pack-size
 2021-06-07  6:42 UTC 

[PATCH 0/3] Make CMake work out of the box
 2021-06-07  0:54 UTC  (16+ messages)
` [PATCH 1/3] cmake: add knob to disable vcpkg
` [PATCH 2/3] cmake: create compile_commands.json by default
` [PATCH v2 0/3] Make CMake work out of the box
  ` [PATCH v2 1/3] cmake: add knob to disable vcpkg
  ` [PATCH v2 2/3] cmake: create compile_commands.json by default
  ` [PATCH v2 3/3] cmake: add warning for ignored MSGFMT_EXE

[ANN] git-completion 1.3.2 released
 2021-06-06 19:15 UTC 

[ANNOUNCE] Git v2.32.0-rc3 - t5300 Still Broken on NonStop ia64/x86
 2021-06-06 19:06 UTC  (11+ messages)

My git repo is broken, how to fix it ?
 2021-06-06 17:28 UTC 

My git repo is broken, how to fix it ?
 2021-06-06 17:27 UTC 

A note from the maintainer
 2021-06-06 14:14 UTC 

[ANNOUNCE] Git v2.32.0
 2021-06-06 12:40 UTC 

[RFC PATCH] gitweb: use HEAD as primary sort key in git_get_heads_list()
 2021-06-06  8:57 UTC  (2+ messages)

[GIT PULL] l10n updates for 2.32.0 round 1
 2021-06-06  3:25 UTC  (2+ messages)
` [GIT PULL] l10n updates for 2.32.0 round 1.1

[PATCH] parallel-checkout: use grep -c to count workers in tests
 2021-06-06  1:41 UTC  (14+ messages)
` [PATCH v2] parallel-checkout: avoid dash local bug "
  ` [PATCH v3] "

[Patch 1/3] connect.c: add nonstopssh variant to the sshVariant set. (correction)
 2021-06-05 22:27 UTC 

[Patch 1/3] connect.c: add nonstopssh variant to the sshVariant set
 2021-06-05 21:56 UTC  (9+ messages)

Pro Git book: concerning data lost due to ".gitignore"
 2021-06-05 20:39 UTC  (2+ messages)

Blog post: Adventures with man color
 2021-06-05 17:51 UTC 

Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle")
 2021-06-05 17:02 UTC  (3+ messages)
` [PATCH 2/2] t6020: do not mangle trailing spaces in output

[PATCH] git-prompt.sh not working with vcs_info under zsh
 2021-06-04 15:17 UTC 

[PATCH] unpack-trees: add core.sparseCheckoutRmFiles config
 2021-06-05 15:33 UTC  (7+ messages)

[Question] Is extensions.partialClone defunct?
 2021-06-05 13:01 UTC  (7+ messages)

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-06-05  8:05 UTC  (8+ messages)
` [PATCH v2 "


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