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

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-06-26  8:27 UTC  (14+ messages)
` [PATCH 4/7] commit-graph: fix bogus counter in "Scanning merged commits" progress line
` [PATCH 0/4] WIP/POC check isatty(2)-protected progress lines
  ` [PATCH 1/4] WIP progress, isatty(2), hidden progress lnies for GIT_TEST_CHECK_PROGRESS
  ` [PATCH 2/4] blame: fix progress total with line ranges
  ` [PATCH 3/4] read-cache: avoid overlapping progress lines
  ` [PATCH 4/4] preload-index: fix "Refreshing index" progress line

Nonexistent changes appear rebasing but only with rebase.backend=apply
 2021-06-26  7:53 UTC  (7+ messages)

[PATCH v2] blame: correct name of config option in docs
 2021-06-26  6:58 UTC  (6+ messages)
` [PATCH v3 0/3] Config option names typofixes
  ` [PATCH v3 1/3] blame: correct name of config option in docs
  ` [PATCH v3 2/3] t: fix typos in test messages
  ` [PATCH v3 3/3] git-worktree.txt: fix typo in example path

[PATCH v6] help: colorize man pages
 2021-06-26  2:50 UTC  (3+ messages)
` [PATCH v8] help: add option to colorize man pages under less

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

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-25 23:02 UTC  (4+ messages)
` [PATCH] submodule: mark submodules with update=none as inactive

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-25 22:26 UTC  (3+ messages)

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

[PATCH] version-gen: cleanup
 2021-06-25 21:29 UTC 

Why the Makefile is so eager to re-build & re-link
 2021-06-25 21:17 UTC  (10+ messages)

Definition of "the Git repository"
 2021-06-25 20:48 UTC  (6+ messages)

Draft of Git Rev News edition 76
 2021-06-25 20:46 UTC 

[PATCH v9 00/37] propose config-based hooks
 2021-06-25 19:08 UTC  (17+ messages)
` [PATCH 00/31] minimal restart of "config-based-hooks"
  ` [PATCH v2 00/30] Minimal "
    ` [PATCH v2 01/30] hook: add 'run' subcommand
    ` [PATCH v2 13/30] read-cache: convert post-index-change hook to use config
    ` [PATCH v2 15/30] run-command: remove old run_hook_{le,ve}() hook API

(no subject)
 2021-06-25 17:42 UTC  (8+ messages)
  ` Forcing git to use a pager without a tty

Feature request: 'git reset' to print old state
 2021-06-25 16:50 UTC 

[ANN] git-branch-list 0.1 released
 2021-06-25 16:21 UTC 

[PATCH] branch: make -v useful
 2021-06-25 16:03 UTC  (12+ messages)

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-25 14:30 UTC  (7+ messages)
` [PATCH 1/4] Documentation: use singular they "

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-06-25  9:49 UTC  (17+ messages)

[PATCH 00/22] multi-pack reachability bitmaps
 2021-06-25  9:06 UTC  (19+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 01/24] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default
  ` [PATCH v2 06/24] midx: make a number of functions non-static
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 11/24] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
  ` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps
  ` [PATCH v2 22/24] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-06-25  1:24 UTC  (8+ messages)
` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
  ` [PATCH 22/25] progress.c: add a stop_progress_early() function

subtree split includes unrelated commits
 2021-06-25  1:09 UTC  (2+ messages)

[PATCH 0/4] t: new helper test_line_count_cmd
 2021-06-24 23:19 UTC  (6+ messages)
` [PATCH 1/4] test-lib-functions: introduce test_line_count_cmd

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

[PATCH v3 00/17] fsck: better "invalid object" error reporting
 2021-06-24 22:34 UTC  (25+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 01/21] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v4 02/21] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v4 03/21] cat-file tests: test for missing object with -t and -s
  ` [PATCH v4 04/21] cat-file tests: test that --allow-unknown-type isn't on by default
  ` [PATCH v4 05/21] rev-list tests: test for behavior with invalid object types
  ` [PATCH v4 06/21] cat-file tests: add corrupt loose object test
  ` [PATCH v4 07/21] cat-file tests: test for current --allow-unknown-type behavior
  ` [PATCH v4 08/21] cache.h: move object functions to object-store.h
  ` [PATCH v4 09/21] object-file.c: don't set "typep" when returning non-zero
  ` [PATCH v4 10/21] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v4 11/21] object-file.c: add missing braces to loose_object_info()
  ` [PATCH v4 12/21] object-file.c: simplify unpack_loose_short_header()
  ` [PATCH v4 13/21] object-file.c: split up ternary in parse_loose_header()
  ` [PATCH v4 14/21] object-file.c: stop dying "
  ` [PATCH v4 15/21] object-file.c: guard against future bugs in loose_object_info()
  ` [PATCH v4 16/21] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v4 17/21] object-file.c: return -2 on "header too long" in unpack_loose_header()
  ` [PATCH v4 18/21] fsck: don't hard die on invalid object types
  ` [PATCH v4 19/21] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v4 20/21] fsck: report invalid types recorded in objects
  ` [PATCH v4 21/21] fsck: report invalid object type-path combinations

[PATCH 0/4] midx: verify MIDX checksum before reusing
 2021-06-24 20:10 UTC  (10+ 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 v2] bundle doc: rewrite the "DESCRIPTION" section
 2021-06-24 19:40 UTC  (5+ messages)
` [PATCH v3 0/3] bundle doc: generaliz & elaborate
  ` [PATCH v3 1/3] bundle doc: rewrite the "DESCRIPTION" section
  ` [PATCH v3 2/3] bundle doc: split out thin v.s. not discussion from <rev-arg>
  ` [PATCH v3 3/3] bundle doc: elaborate on rev<->ref restriction

[PATCH 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-06-24 19:31 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
  ` [PATCH v2 3/3] bundle: remove "ref_list" in favor of string-list.c API

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-24 19:23 UTC  (4+ messages)
` [PATCH v3 1/4] test-lib-functions: introduce test_line_count_cmd

Windows: core.useBuiltinFSMonitor without core.untrackedcache - performance hazard?
 2021-06-24 18:51 UTC  (8+ messages)

[PATCH 0/3] Empty untracked cache performance issue
 2021-06-24 18:30 UTC  (4+ messages)
` [PATCH 1/3] Add a second's delay to t7519 for untracked cache
` [PATCH 2/3] In t7519, populate untracked cache before test
` [PATCH 3/3] Write index when populating empty untracked cache

[PATCH 0/4] commit-graph: handle file descriptor exhaustion
 2021-06-24 15:52 UTC  (4+ messages)
` [PATCH 3/4] commit-graph.c: gracefully "
  ` t5324-split-commit-graph.sh flaky due to assumptions about ulimit behavior

Bug: git-stash fails for new file not staged for commit
 2021-06-24 15:42 UTC 

git add --interactive patch improvement for split hunks
 2021-06-24 15:41 UTC  (2+ messages)

[PATCH] progress.c tests: fix breakage with COLUMNS != 80
 2021-06-24 15:05 UTC  (7+ messages)
` [PATCH] test-lib.sh: set COLUMNS=80 for --verbose repeatability

[PATCH 0/8] test-lib tests: split off subtest code in t0000 into lib-subtest.sh
 2021-06-24 10:38 UTC  (3+ messages)

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

[PATCH] speed up alt_odb_usable() with many alternates
 2021-06-24  0:58 UTC 

Where does the variable GIT_HOSTING comes?
 2021-06-24  0:26 UTC  (4+ messages)

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

[PATCH] bisect: allow to run from subdirectories
 2021-06-23 23:40 UTC  (3+ messages)

[PATCH 0/3] Push negotiation fixes
 2021-06-23 22:30 UTC  (4+ messages)
` [PATCH 1/3] send-pack: fix push.negotiate with remote helper
` [PATCH 2/3] send-pack: fix push nego. when remote has refs
` [PATCH 3/3] fetch: die on invalid --negotiation-tip hash

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-06-23 22:28 UTC  (7+ messages)

[PATCH 0/5] some "log --decorate" optimizations
 2021-06-23 21:51 UTC  (4+ messages)
` [PATCH 5/5] load_ref_decorations(): avoid parsing non-tag objects

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


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