messages from 2021-06-23 15:24:25 to 2021-06-25 16:02:38 UTC [more...]
[PATCH v3 00/10] [GSOC][RFC] cat-file: reuse ref-filter logic
2021-06-25 16:02 UTC (12+ 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 0/2] pull: documentation improvements
2021-06-25 15:49 UTC (29+ messages)
` [PATCH 1/2] doc: pull: explain what is a fast-forward
` [PATCH 2/2] pull: improve default warning
[PATCH] branch: make -v useful
2021-06-25 15:03 UTC (11+ 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)
Definition of "the Git repository"
2021-06-25 9:14 UTC (4+ 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'
Why the Makefile is so eager to re-build & re-link
2021-06-25 9:01 UTC (9+ messages)
Nonexistent changes appear rebasing but only with rebase.backend=apply
2021-06-25 7:12 UTC (5+ messages)
[PATCH 0/7] progress: verify progress counters in the test suite
2021-06-25 1:24 UTC (32+ messages)
` [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()
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
(no subject)
2021-06-24 22:10 UTC (5+ messages)
` Forcing git to use a pager without a tty
[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/7] progress: verify progress counters in the test suite
2021-06-24 10:45 UTC (9+ messages)
` [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
[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:44 UTC (2+ 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
[PATCH v2 0/5] Optimization batch 13: partial clone optimizations for merge-ort
2021-06-23 17:31 UTC (7+ messages)
` [PATCH v3 "
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).