messages from 2020-08-04 21:41:44 to 2020-08-06 16:56:25 UTC [more...]
[PATCH 0/3] mergetool-lib: Don't use deprecated variable to detect GNOME
2020-08-06 16:17 UTC (11+ messages)
` [PATCH 1/3] mergetool-lib: use $XDG_CURRENT_DESKTOP to check GNOME
` [PATCH 2/3] mergetool-lib: keep a list of cross desktop merge tools
` [PATCH 3/3] mergetool-lib: give kdiff3 prioirty in KDE environments
[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
2020-08-06 16:41 UTC (6+ messages)
` [PATCH v2 1/5] submodule: expose the '--for-status' option of summary
` [PATCH v2 2/5] submodule: remove extra line feeds between callback struct and macro
` [PATCH v2 3/5] submodule: rename helper functions to avoid ambiguity
` [PATCH v2 4/5] t7421: introduce a test script for verifying 'summary' output
` [PATCH v2 5/5] submodule: port submodule subcommand 'summary' from shell to C
[PATCH 00/11] Maintenance I: Command, gc and commit-graph tasks
2020-08-06 15:48 UTC (8+ messages)
` [PATCH 02/11] maintenance: add --quiet option
` [PATCH 04/11] maintenance: initialize task array
` [PATCH 05/11] maintenance: add commit-graph task
` [PATCH 06/11] maintenance: add --task option
` [PATCH 08/11] maintenance: create maintenance.<task>.enabled config
` [PATCH 10/11] maintenance: add auto condition for commit-graph task
` [PATCH 11/11] maintenance: add trace2 regions for task execution
git bug
2020-08-06 14:59 UTC
[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
2020-08-06 13:54 UTC (15+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 01/18] maintenance: create basic maintenance runner
` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
[GSoC][RESEND][PATCH 0/4] t7401: modernize, cleanup and warn
2020-08-06 8:50 UTC (17+ messages)
` [PATCH 1/4] t7401: modernize style
` [PATCH 2/4] t7401: change test_i18ncmp syntax for clarity
` [PATCH 3/4] t7401: ensure uniformity in the '--for-status' test
` [PATCH 4/4] t7401: add a WARNING and a NEEDSWORK
[PATCH 0/3] Change "--diff-merges" to require parameter
2020-08-06 8:34 UTC (9+ messages)
` [PATCH 1/3] revision: change "--diff-merges" option "
` [PATCH 2/3] doc/git-log: describe --diff-merges=off
` [PATCH 3/3] t/t4013: add test for --diff-merges=off
Why is AuthorDate displayed on git-blame?
2020-08-06 6:57 UTC (5+ messages)
[PATCH] apply: Allow "new file" patches on i-t-a entries
2020-08-06 6:01 UTC (9+ messages)
` [PATCH v2] apply: allow "
` [PATCH v3] "
` [PATCH v4 0/3] apply: handle i-t-a entries in index
` [PATCH v4 1/3] apply: allow "new file" patches on i-t-a entries
` [PATCH v4 2/3] apply: make i-t-a entries never match worktree
` [PATCH v4 3/3] t4140: test apply with i-t-a paths
[PATCH 0/4] Fit the building tools to Plan 9 environment
2020-08-06 4:10 UTC (9+ messages)
` [PATCH 1/4] Use $(SHELL_PATH) instead of sh in Makefile
` [PATCH 2/4] Define TAR_CF and TAR_XF variables "
` [PATCH 3/4] Fit to Plan 9's ANSI/POSIX compatibility layer
` [PATCH 4/4] Use $(LD) instead of $(CC) for linking the object files
What's cooking in git.git (Aug 2020, #01; Mon, 3)
2020-08-06 3:25 UTC (2+ messages)
ls-files bug report
2020-08-06 1:54 UTC (4+ messages)
[PATCH] git-cvsexportcommit: support Perl before 5.10.1
2020-08-06 0:16 UTC
[PATCH 0/6] [GSoC] Implement Corrected Commit Date
2020-08-05 23:16 UTC (3+ messages)
` [PATCH 2/6] revision: parse parent in indegree_walk_step()
[PATCH] apply: do not fetch when checking object existence
2020-08-05 23:06 UTC (6+ messages)
` [PATCH v2 0/4] No-lazy-fetch has_object() and some fixes
` [PATCH v2 1/4] sha1-file: introduce no-lazy-fetch has_object()
` [PATCH v2 2/4] apply: do not lazy fetch when applying binary
` [PATCH v2 3/4] pack-objects: no fetch when allow-{any,promisor}
` [PATCH v2 4/4] fsck: do not lazy fetch known non-promisor object
[PATCH] sequencer: avoid garbled merge machinery messages due to commit labels
2020-08-05 22:26 UTC (3+ messages)
[PATCH 00/10] more miscellaneous Bloom filter improvements
2020-08-05 22:25 UTC (20+ messages)
` [PATCH v2 00/14] "
` [PATCH v2 01/14] commit-graph: introduce 'get_bloom_filter_settings()'
` [PATCH v2 02/14] t4216: use an '&&'-chain
` [PATCH v2 03/14] commit-graph: pass a 'struct repository *' in more places
` [PATCH v2 04/14] t/helper/test-read-graph.c: prepare repo settings
` [PATCH v2 05/14] commit-graph: respect 'commitGraph.readChangedPaths'
` [PATCH v2 06/14] commit-graph.c: store maximum changed paths
` [PATCH v2 07/14] bloom: split 'get_bloom_filter()' in two
` [PATCH v2 08/14] bloom: use provided 'struct bloom_filter_settings'
` [PATCH v2 09/14] bloom/diff: properly short-circuit on max_changes
` [PATCH v2 10/14] commit-graph.c: sort index into commits list
` [PATCH v2 11/14] csum-file.h: introduce 'hashwrite_be64()'
` [PATCH v2 12/14] commit-graph: add large-filters bitmap chunk
` [PATCH v2 13/14] commit-graph: rename 'split_commit_graph_opts'
` [PATCH v2 14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
avoiding fetching specific refs from a remote
2020-08-05 22:12 UTC (7+ messages)
[RFC PATCH] Modify fetch-pack to no longer die on error?
2020-08-05 22:11 UTC (13+ messages)
` [RFC PATCH 0/7] Lazy fetch with subprocess
` [RFC PATCH 1/7] fetch-pack: allow NULL negotiator->add_tip
` [RFC PATCH 2/7] fetch-pack: allow NULL negotiator->known_common
` [RFC PATCH 3/7] negotiator/null: add null fetch negotiator
` [RFC PATCH 4/7] fetch: --stdin
` [RFC PATCH 5/7] fetch: submodule config
` [RFC PATCH 6/7] fetch: only populate existing_refs if needed
` [RFC PATCH 7/7] promisor-remote: use subprocess to fetch
[PATCH 0/5] [GSoC] Improvements to ref-filter
2020-08-05 22:04 UTC (12+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 1/9] ref-filter: support different email formats
` [PATCH v2 2/9] ref-filter: refactor `grab_objectname()`
` [PATCH v2 3/9] ref-filter: modify error messages in `grab_objectname()`
` [PATCH v2 4/9] ref-filter: rename `objectname` related functions and fields
` [PATCH v2 5/9] ref-filter: add `short` modifier to 'tree' atom
` [PATCH v2 6/9] ref-filter: add `short` modifier to 'parent' atom
` [PATCH v2 7/9] pretty: refactor `format_sanitized_subject()`
` [PATCH v2 8/9] format-support: move `format_sanitized_subject()` from pretty
` [PATCH v2 9/9] ref-filter: add `sanitize` option for 'subject' atom
SAVE THE DATES - Git Inclusion Summit
2020-08-05 21:24 UTC
[PATCH 0/3] making --first-parent imply -m
2020-08-05 20:27 UTC (35+ messages)
` [PATCH v2 0/7] making log "
` [PATCH] revision: fix die() message for "--unpacked="
racy test failure in tb/upload-pack-filters
2020-08-05 16:28 UTC (9+ messages)
[PATCH] Collect merge-related tests to t64xx
2020-08-05 16:29 UTC
[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
2020-08-05 15:54 UTC (10+ messages)
` [PATCH v3 "
[PATCH] Update .mailmap
2020-08-05 16:12 UTC (8+ messages)
` [PATCH RESEND] "
[PATCH 00/14] SHA-256 CVS and SVN patches
2020-08-05 17:29 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 14/14] git-cvsexportcommit: port to SHA-256
[PATCH 0/3] some compiler/asan/ubsan fixes
2020-08-05 15:19 UTC (9+ messages)
` [PATCH 1/3] config: work around gcc-10 -Wstringop-overflow warning
` [PATCH 2/3] revision: avoid out-of-bounds read/write on empty pathspec
` [PATCH 3/3] revision: avoid leak when preparing bloom filter for "/"
[GSoC] Shourya's Blog
2020-08-05 17:46 UTC
[PATCH v3 00/16] Changed Paths Bloom Filters
2020-08-05 17:08 UTC (8+ messages)
` [PATCH v4 00/15] "
` [PATCH v4 05/15] diff: halt tree-diff early after max_changes
[PATCH v1] TasksStorage: Remove delete() only used by tests
2020-08-05 7:16 UTC
[PATCH v3 0/4] Introduce --first-parent flag for git bisect
2020-08-05 6:18 UTC (12+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] t6030: modernize "git bisect run" tests
` [PATCH v4 2/5] rev-list: allow bisect and first-parent flags
` [PATCH v4 3/5] cmd_bisect__helper: defer parsing no-checkout flag
` [PATCH v4 4/5] bisect: introduce first-parent flag
` [PATCH v4 5/5] bisect: combine args passed to find_bisection()
[PATCH v2 0/3] List all guides in git(1)
2020-08-05 1:19 UTC (6+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
` [PATCH v3 2/4] help: drop usage of 'common' and 'useful' for guides
` [PATCH v3 3/4] Documentation: don't hardcode command categories twice
` [PATCH v3 4/4] git.txt: add list of guides
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).