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

[PATCH 0/3] Makefile: "make tags" fixes & cleanup
 2021-06-23 19:54 UTC  (12+ messages)
` [PATCH 1/3] Makefile: move ".PHONY: cscope" near its target
` [PATCH 2/3] Makefile: fix "cscope" target to refer to cscope.out
` [PATCH 3/3] Makefile: don't use "FORCE" for tags targets

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-06-23 19:45 UTC  (9+ messages)

[PATCH 0/4] midx: verify MIDX checksum before reusing
 2021-06-23 18:39 UTC  (5+ messages)
` [PATCH 1/4] csum-file: introduce checksum_valid()
` [PATCH 2/4] commit-graph: rewrite to use checksum_valid()
` [PATCH 3/4] midx: don't reuse corrupt MIDXs when writing
` [PATCH 4/4] midx: report checksum mismatches during 'verify'

[PATCH 0/2] pull: documentation improvements
 2021-06-23 18:19 UTC  (23+ messages)
` [PATCH 1/2] doc: pull: explain what is a fast-forward
` [PATCH 2/2] pull: improve default warning
` [PATCH v2 0/2] pull: documentation improvements
  ` [PATCH v2 1/2] doc: pull: explain what is a fast-forward
  ` [PATCH v2 2/2] pull: improve default warning

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-06-23 17:59 UTC  (37+ 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 6/7] [RFC] entry: don't show "Filtering content: ... done." line in case of errors
    ` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
      ` [PATCH 01/25] progress.c tests: fix breakage with COLUMNS != 80
      ` [PATCH 02/25] progress.c tests: make start/stop verbs on stdin
      ` [PATCH 03/25] progress.c tests: test some invalid usage
      ` [PATCH 04/25] progress.c tests: add a "signal" verb
      ` [PATCH 05/25] progress.c: move signal handler functions lower
      ` [PATCH 06/25] progress.c: call progress_interval() from progress_test_force_update()
      ` [PATCH 07/25] progress.c: stop eagerly fflush(stderr) when not a terminal
      ` [PATCH 08/25] progress.c: add temporary variable from progress struct
      ` [PATCH 09/25] midx perf: add a perf test for multi-pack-index
      ` [PATCH 10/25] progress.c: remove the "sparse" mode nano-optimization
      ` [PATCH 11/25] pack-bitmap-write.c: add a missing stop_progress()
      ` [PATCH 12/25] progress.c: add & assert a "global_progress" variable
      ` [PATCH 13/25] progress.[ch]: move the "struct progress" to the header
      ` [PATCH 14/25] progress.[ch]: move test-only code away from "extern" variables
      ` [PATCH 15/25] progress.c: pass "is done?" (again) to display()
      ` [PATCH 16/25] progress.[ch]: convert "title" to "struct strbuf"
      ` [PATCH 17/25] progress.c: refactor display() for less confusion, and fix bug
      ` [PATCH 18/25] progress.c: emit progress on first signal, show "stalled"
      ` [PATCH 19/25] commit-graph: fix bogus counter in "Scanning merged commits" progress line
      ` [PATCH 20/25] midx: don't provide a total for QSORT() progress
      ` [PATCH 21/25] entry: show finer-grained counter in "Filtering content" progress line
      ` [PATCH 22/25] progress.c: add a stop_progress_early() function
      ` [PATCH 23/25] entry: deal with unexpected "Filtering content" total
      ` [RFC/PATCH 24/25] progress: assert last update in stop_progress()
      ` [RFC/PATCH 25/25] progress: assert counting upwards in display()

[PATCH 0/5] Optimization batch 13: partial clone optimizations for merge-ort
 2021-06-23 17:31 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] merge-ort: add prefetching for content merges
  ` [PATCH v3 0/5] Optimization batch 13: partial clone optimizations for merge-ort
    ` [PATCH v3 1/5] promisor-remote: output trace2 statistics for number of objects fetched
    ` [PATCH v3 2/5] t6421: add tests checking for excessive object downloads during merge
    ` [PATCH v3 3/5] diffcore-rename: allow different missing_object_cb functions
    ` [PATCH v3 4/5] diffcore-rename: use a different prefetch for basename comparisons
    ` [PATCH v3 5/5] merge-ort: add prefetching for content merges

Bug: git-fetch man page does not document --filter
 2021-06-23 16:56 UTC  (2+ messages)

[PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow
 2021-06-23 15:24 UTC  (7+ messages)
` [PATCH 1/6] ci: use the new GitHub Action to download git-sdk-64-minimal
` [PATCH 2/6] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`
` [PATCH 3/6] ci: upgrade to using actions/{up,down}load-artifacts v2
` [PATCH 4/6] ci(windows): transfer also the Git-tracked files to the test jobs
` [PATCH 5/6] ci(vs-build): build with NO_GETTEXT
` [PATCH 6/6] ci: accelerate the checkout

Bug: branch checkout is detached if the case doesn't match
 2021-06-23 13:00 UTC  (6+ messages)

Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background
 2021-06-23  9:53 UTC  (2+ messages)

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-06-23  9:53 UTC  (6+ messages)

(no subject)
 2021-06-23  9:29 UTC  (7+ messages)
  ` Forcing git to use a pager without a tty
` Why empty subject? (was Re: )

[PATCH] Support untracked cache with '--untracked-files=all' if configured
 2021-06-23  6:44 UTC 

Untracked Cache and --untracked-files=all
 2021-06-23  6:42 UTC  (3+ messages)

git-alltrees: root trees and subtrees without duplicate commits
 2021-06-23  4:17 UTC 

[PATCH] trace2: log progress time and throughput
 2021-06-23  3:42 UTC  (5+ messages)

[PATCH 0/5] some "log --decorate" optimizations
 2021-06-23  2:46 UTC  (15+ messages)
` [PATCH 1/5] pretty.h: update and expand docstring for userformat_find_requirements()
` [PATCH 2/5] log: avoid loading decorations for userformats that don't need it
` [PATCH 3/5] object.h: expand docstring for lookup_unknown_object()
` [PATCH 4/5] object.h: add lookup_object_by_type() function
` [PATCH 5/5] load_ref_decorations(): avoid parsing non-tag objects

[PATCH 00/23] doc: cleanups and asciidoctor direct man pages
 2021-06-23  1:37 UTC  (6+ messages)
` [PATCH 15/23] doc: use asciidoctor to build man pages directly

[PATCH 1/2] test-lib-functions: test_create_repo learns --bare
 2021-06-23  0:53 UTC  (3+ messages)

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

[PATCH 0/3] Make CMake work out of the box
 2021-06-22 22:32 UTC  (7+ messages)

[PATCH] bitmaps: don't recurse into trees already in the bitmap
 2021-06-22 19:39 UTC  (8+ messages)

[PATCH 0/2] Some submodule related code cleanup
 2021-06-22 18:14 UTC  (6+ messages)
` [PATCH 1/2] submodule--helper: remove an unreachable call to usage_with_options
` [PATCH v2 0/1] Some submodule related code cleanup
  ` [PATCH v2 1/1] submodule: remove unnecessary `prefix` based option logic

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-06-22 15:45 UTC  (4+ messages)
` [PATCH v2 00/28] "

[PATCH] bisect: allow to run from subdirectories
 2021-06-22 15:27 UTC  (8+ messages)

[PATCH 0/3] Move Git for Windows' system config to its top-level directory's etc/
 2021-06-22 10:46 UTC  (4+ messages)
` [PATCH 1/3] mingw: move Git for Windows' system config where users expect it
` [PATCH 2/3] cmake(windows): set correct path to the system Git config
` [PATCH 3/3] config: normalize the path of the system gitconfig

[PATCH] config.mak.uname: PCRE1 cleanup
 2021-06-22 10:42 UTC 

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-06-22  9:02 UTC  (5+ messages)
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle

[L10N] l10n: fixed tripple-letter typos
 2021-06-22  6:57 UTC  (4+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-22  3:45 UTC  (3+ messages)
` [PATCH] submodule: mark submodules with update=none as inactive

[PATCH v3 00/10] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-22  3:20 UTC  (16+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 01/14] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v4 02/14] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v4 03/14] [GSOC] ref-filter: --format=%(raw) re-support --perl
  ` [PATCH v4 04/14] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v4 05/14] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v4 06/14] [GSOC] ref-filter: pass get_object() return value to their callers
  ` [PATCH v4 07/14] [GSOC] ref-filter: introduce free_ref_array_item_value() function
  ` [PATCH v4 08/14] [GSOC] ref-filter: add cat_file_mode in struct ref_format
  ` [PATCH v4 09/14] [GSOC] ref-filter: modify the error message and value in get_object
  ` [PATCH v4 10/14] [GSOC] cat-file: add has_object_file() check
  ` [PATCH v4 11/14] [GSOC] cat-file: change batch_objects parameter name
  ` [PATCH v4 12/14] [GSOC] cat-file: reuse ref-filter logic
  ` [PATCH v4 13/14] [GSOC] cat-file: reuse err buf in batch_object_write()
  ` [PATCH v4 14/14] [GSOC] cat-file: re-implement --textconv, --filters options

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-22  1:27 UTC  (2+ messages)

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-22  0:43 UTC  (11+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 2/4] t6402: use find(1) builtin to filter instead of grep

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-22  0:40 UTC  (3+ messages)

[PATCH v2 0/4] Generic conflict style fixes
 2021-06-22  0:27 UTC  (5+ messages)
` [PATCH v2 1/4] test: add merge style config test
` [PATCH v2 2/4] merge-tree: fix merge.conflictstyle handling
` [PATCH v2 3/4] notes: "
` [PATCH v2 4/4] test: document broken merge.conflictStyle handling

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-22  0:00 UTC  (8+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand

About the usage of core.gitproxy
 2021-06-21 23:33 UTC  (2+ messages)

[PATCH 00/22] multi-pack reachability bitmaps
 2021-06-21 22:26 UTC  (20+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 07/24] midx: clear auxiliary .rev after replacing the MIDX
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 09/24] midx: infer preferred pack when not given one
  ` [PATCH v2 10/24] pack-bitmap.c: introduce 'bitmap_num_objects()'
  ` [PATCH v2 11/24] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
  ` [PATCH v2 12/24] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
  ` [PATCH v2 13/24] pack-bitmap: read multi-pack bitmaps
  ` [PATCH v2 14/24] pack-bitmap: write "
  ` [PATCH v2 15/24] t5310: move some tests to lib-bitmap.sh
  ` [PATCH v2 16/24] t/helper/test-read-midx.c: add --checksum mode
  ` [PATCH v2 17/24] t5326: test multi-pack bitmap behavior
  ` [PATCH v2 18/24] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
  ` [PATCH v2 19/24] t5310: "
  ` [PATCH v2 20/24] t5319: don't write MIDX bitmaps in t5319
  ` [PATCH v2 21/24] t7700: update to work with MIDX bitmap test knob
  ` [PATCH v2 22/24] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
  ` [PATCH v2 23/24] p5310: extract full and partial bitmap tests
  ` [PATCH v2 24/24] p5326: perf tests for MIDX bitmaps


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