git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-18 22:10:02 to 2021-06-21 22:25:03 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-06-21 22:24 UTC  (2+ messages)
` [PATCH v2 00/24] "

[PATCH 0/2] pull: documentation improvements
 2021-06-21 22:12 UTC  (7+ messages)
` [PATCH 1/2] doc: pull: explain what is a fast-forward
` [PATCH 2/2] pull: improve default warning

About the usage of core.gitproxy
 2021-06-21 21:58 UTC 

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-06-21 21:54 UTC  (25+ messages)
` [PATCH 01/12] fmt-merge-msg: free newly allocated temporary strings when done
` [PATCH 02/12] environment: move strbuf into block to plug leak
` [PATCH 03/12] builtin/submodule--helper: release unused strbuf to avoid leak
` [PATCH 04/12] builtin/for-each-repo: remove unnecessary argv copy to plug leak
` [PATCH 05/12] diffcore-rename: move old_dir/new_dir definition "
` [PATCH 06/12] ref-filter: also free head for ATOM_HEAD to avoid leak
` [PATCH 07/12] read-cache: call diff_setup_done "
` [PATCH 08/12] convert: release strbuf "
` [PATCH 09/12] builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
` [PATCH 10/12] builtin/merge: free found_ref when done
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle
` [PATCH 12/12] reset: clear_unpack_trees_porcelain to plug leak

Windows: core.useBuiltinFSMonitor without core.untrackedcache - performance hazard?
 2021-06-21 20:52 UTC  (5+ messages)

[PATCH] hooks: propose repository owner configured hooks
 2021-06-21 20:35 UTC  (3+ messages)

[PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix
 2021-06-21 20:34 UTC  (5+ messages)
` [PATCH 1/2] pack-objects tests: cover blindspots in stdin handling
` [PATCH 2/2] pack-objects: fix segfault in --stdin-packs option

[PATCH] trace2: log progress time and throughput
 2021-06-21 20:28 UTC  (5+ messages)

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-06-21 20:08 UTC  (14+ messages)
` [PATCH 1/7] progress: introduce GIT_TEST_CHECK_PROGRESS to verify progress counters
` [PATCH 2/7] progress: catch nested/overlapping progresses with GIT_TEST_CHECK_PROGRESS
` [PATCH 3/7] progress: catch backwards counting "
` [PATCH 4/7] commit-graph: fix bogus counter in "Scanning merged commits" progress line
` [PATCH 5/7] entry: show finer-grained counter in "Filtering content" "
` [PATCH 6/7] [RFC] entry: don't show "Filtering content: ... done." line in case of errors
` [PATCH 7/7] test-lib: enable GIT_TEST_CHECK_PROGRESS by default

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-21 19:35 UTC  (4+ messages)

[PATCH] bisect: allow to run from subdirectories
 2021-06-21 20:02 UTC  (8+ messages)

[PATCH 0/2] Some submodule related code cleanup
 2021-06-21 19:58 UTC  (4+ messages)
` [PATCH 1/2] submodule--helper: remove an unreachable call to usage_with_options
` [PATCH 2/2] submodule: remove unnecessary `prefix` based option logic

[L10N] l10n: fixed tripple-letter typos
 2021-06-21 19:36 UTC  (2+ messages)

[PATCH v6] help: colorize man pages
 2021-06-21 19:08 UTC  (7+ messages)
` [PATCH v7] help: colorize man pages if man.color=true under less(1)

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-21 18:37 UTC  (5+ messages)

RE: [RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-21 18:31 UTC 

Bug: branch checkout is detached if the case doesn't match
 2021-06-21 17:20 UTC  (3+ messages)

[PATCH v2] pager: do not unnecessarily set COLUMNS on Windows
 2021-06-21 16:57 UTC  (2+ messages)
` [PATCH v3] pager: avoid setting COLUMNS when we're guessing its value

[PATCH] blame: fix typo in documentation
 2021-06-21 16:57 UTC  (8+ messages)
` [PATCH v2] blame: correct name of config option in docs

[PATCH 00/23] doc: cleanups and asciidoctor direct man pages
 2021-06-21 16:31 UTC  (24+ messages)
` [PATCH 01/23] doc: remove GNU troff workaround
` [PATCH 02/23] doc: use --stringparam in xmlto
` [PATCH 03/23] doc: simplify version passing
` [PATCH 04/23] doc: asciidoc: remove unnecessary attribute
` [PATCH 05/23] doc: asciidoctor: remove unnecessary require
` [PATCH 06/23] doc: asciidoctor: remove cruft
` [PATCH 07/23] doc: asciidoctor: reorganize extensions
` [PATCH 08/23] doc: asciidoctor: use html-prefix only for html
` [PATCH 09/23] doc: asciidoctor: refactor macro registration
` [PATCH 10/23] doc: asciidoctor: improve string handling
` [PATCH 11/23] doc: asciidoctor: split the format from the code
` [PATCH 12/23] doc: asciidoctor: specify name of our group
` [PATCH 13/23] doc: doc-diff: set docdate manually
` [PATCH 14/23] doc-diff: drop --cut-footer switch
` [PATCH 15/23] doc: use asciidoctor to build man pages directly
` [PATCH 16/23] doc-diff: support asciidoctor man pages
` [PATCH 17/23] doc: asciidoctor: add linkgit macros in "
` [PATCH 18/23] doc: add man pages workaround for asciidoctor
` [PATCH 19/23] doc: asciidoctor: add hack for xrefs
` [PATCH 20/23] doc: asciidoctor: add hack to improve links
` [PATCH 21/23] doc: asciidoctor: add support for baseurl
` [PATCH 22/23] doc: asciidoctor: cleanup man page hack
` [PATCH 23/23] doc: asciidoctor: add hack for old versions

[PATCH 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-06-21 15:16 UTC  (7+ messages)
` [PATCH 3/3] bundle: "
` [PATCH v2 0/3] bundle.c: "
  ` [PATCH v2 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
  ` [PATCH v2 2/3] bundle.c: use a temporary variable for OIDs and names
  ` [PATCH v2 3/3] bundle: remove "ref_list" in favor of string-list.c API

[PATCH v2 0/4] pack-objects: use revision.c's --stdin parsing
 2021-06-21 15:10 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v3 2/4] revision.h: refactor "disable_stdin" and "read_from_stdin"
  ` [PATCH v3 3/4] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v3 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[GSoC] Git Blog 5
 2021-06-21 13:17 UTC  (3+ messages)

[PATCH v2 0/9] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-21 13:05 UTC  (14+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v3 02/10] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v3 03/10] [GSOC] ref-filter: --format=%(raw) re-support --perl
  ` [PATCH v3 04/10] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v3 05/10] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v3 06/10] [GSOC] ref-filter: pass get_object() return value to their callers
  ` [PATCH v3 07/10] [GSOC] ref-filter: introduce free_ref_array_item_value() function
  ` [PATCH v3 08/10] [GSOC] cat-file: reuse ref-filter logic
  ` [PATCH v3 09/10] [GSOC] cat-file: reuse err buf in batch_object_write()
  ` [PATCH v3 10/10] [GSOC] cat-file: re-implement --textconv, --filters options

[PATCH 00/10] diff --color-moved[-ws] speedups
 2021-06-21 10:03 UTC  (3+ messages)

[PATCH v2 0/4] Fixed t6020 bash compatible issue and fixed wrong sideband suffix issue
 2021-06-21  8:41 UTC  (3+ messages)
` [PATCH v3] t6020: fix incompatible parameter expansion

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-21  9:08 UTC  (12+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] test-lib-functions: introduce test_line_count_cmd
` [PATCH v3 2/4] t6402: use find(1) builtin to filter instead of grep
` [PATCH v3 3/4] t6400: use test_line_count_cmd to count # of lines in stdout
` [PATCH v3 4/4] t6402: "

[PATCH] progress.c tests: fix breakage with COLUMNS != 80
 2021-06-21  7:01 UTC 

[GSoC] My Git Dev Blog - Week 5
 2021-06-21  6:28 UTC  (5+ messages)

[PATCH] git-p4: fix failed submit by skip non-text data files
 2021-06-21  5:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-21  3:44 UTC  (11+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand
  ` [PATCH 00/27] Base for "config-based-hooks"
    ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

Nonexistent changes appear rebasing but only with rebase.backend=apply
 2021-06-20 18:02 UTC  (3+ messages)

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-20 15:19 UTC  (3+ messages)

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-06-20 13:53 UTC  (7+ messages)
` [PATCH 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/2] trivial progress.c API usage fixes
 2021-06-20 12:53 UTC  (17+ messages)
` [PATCH 2/2] read-cache: fix incorrect count and progress bar stalling

Only 27% of reviewed-by tags are explicit, and much more
 2021-06-19 21:45 UTC  (5+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-19 21:44 UTC  (2+ messages)
` [PATCH] submodule: mark submodules with update=none as inactive

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-19 20:01 UTC  (3+ messages)
` [PATCH v4 0/5] "

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-19 17:27 UTC  (5+ messages)
      ` Ignoring valid work

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-19  7:03 UTC  (9+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[PATCH] t: use portable wrapper for readlink(1)
 2021-06-19  6:20 UTC  (2+ messages)

[PATCH] myfirstcontrib: update links to IRC channels
 2021-06-19  5:39 UTC  (2+ messages)

[PATCH] Add a basic support of SHA256 repositories into Gitk
 2021-06-19  0:56 UTC  (4+ messages)

[RFC PATCH v2 0/4] share a config between submodule and superproject
 2021-06-19  0:31 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] config: rename "submodule" scope to "gitmodules"
  ` [PATCH v3 2/2] config: add 'config.superproject' file

[PATCH v2] Writing down mail list etiquette
 2021-06-18 23:48 UTC  (5+ messages)
` [PATCH v3] doc: writing down Git mailing "


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