git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-05 21:23:54 to 2020-08-07 22:20:45 UTC [more...]

[PATCH v3 0/4] Introduce --first-parent flag for git bisect
 2020-08-07 22:20 UTC  (13+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v5 "
    ` [PATCH v5 1/5] t6030: modernize "git bisect run" tests
    ` [PATCH v5 2/5] rev-list: allow bisect and first-parent flags
    ` [PATCH v5 3/5] cmd_bisect__helper: defer parsing no-checkout flag
    ` [PATCH v5 4/5] bisect: introduce first-parent flag
    ` [PATCH v5 5/5] bisect: combine args passed to find_bisection()

[PATCH 00/11] Maintenance I: Command, gc and commit-graph tasks
 2020-08-07 22:16 UTC  (13+ messages)
` [PATCH 01/11] maintenance: create basic maintenance runner
` [PATCH 02/11] maintenance: add --quiet option
` [PATCH 03/11] maintenance: replace run_auto_gc()
` [PATCH 04/11] maintenance: initialize task array
` [PATCH 05/11] maintenance: add commit-graph task
` [PATCH 06/11] maintenance: add --task option
` [PATCH 07/11] maintenance: take a lock on the objects directory
` [PATCH 08/11] maintenance: create maintenance.<task>.enabled config
` [PATCH 09/11] maintenance: use pointers to check --auto
` [PATCH 10/11] maintenance: add auto condition for commit-graph task
` [PATCH 11/11] maintenance: add trace2 regions for task execution

[PATCH] Documentation: mark `--object-format=sha256` as experimental
 2020-08-07 22:15 UTC  (5+ messages)

`git blame` Line Number Off-by-one
 2020-08-07 22:05 UTC  (5+ messages)

[RFC PATCH 4/7] fetch: --stdin
 2020-08-07 21:58 UTC  (4+ messages)

[PATCH v2 0/7] making log --first-parent imply -m
 2020-08-07 21:54 UTC  (23+ messages)

[RFC PATCH] Modify fetch-pack to no longer die on error?
 2020-08-07 20:59 UTC  (6+ messages)
` [RFC PATCH 0/7] Lazy fetch with subprocess
  ` [RFC PATCH 2/7] fetch-pack: allow NULL negotiator->known_common

[RFC PATCH 1/7] fetch-pack: allow NULL negotiator->add_tip
 2020-08-07 20:53 UTC  (2+ messages)

racy test failure in tb/upload-pack-filters
 2020-08-07 20:18 UTC  (6+ messages)
      ` [PATCH] sideband: mark "remote error:" prefix for translation

[PATCH] refs: fix interleaving hook calls with reference-transaction hook
 2020-08-07 19:26 UTC  (9+ messages)

[PATCH] t1450: fix quoting of NUL byte when corrupting pack
 2020-08-07 17:16 UTC  (8+ messages)
` [PATCH v2 0/2] t: don't spuriously close and reopen quotes
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] t4104: modernize and simplify quoting

[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
 2020-08-07 17:15 UTC  (9+ 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

[GSoC][RESEND][PATCH 0/4] t7401: modernize, cleanup and warn
 2020-08-07 14:55 UTC  (19+ 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

avoiding fetching specific refs from a remote
 2020-08-07  8:04 UTC  (4+ messages)

"#define precompose_argv(c,v) /* empty */" is evil
 2020-08-07  7:56 UTC  (10+ messages)

ls-files bug report
 2020-08-07  4:10 UTC  (5+ messages)

[PATCH v2] apply: allow "new file" patches on i-t-a entries
 2020-08-07  3:44 UTC  (9+ messages)
` [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

git bug
 2020-08-07  0:02 UTC  (3+ messages)

[PATCH 0/4] Fit the building tools to Plan 9 environment
 2020-08-06 23:57 UTC  (16+ 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

gc docs: git gc --keep-base-pack ?
 2020-08-06 21:49 UTC 

[PATCH 0/3] Change "--diff-merges" to require parameter
 2020-08-06 20:52 UTC  (11+ 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

[PATCH] apply: do not fetch when checking object existence
 2020-08-06 20:00 UTC  (7+ 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

Why is AuthorDate displayed on git-blame?
 2020-08-06 18:52 UTC  (6+ messages)
    ` [PATCH] blame-options.txt: document --first-parent option

[PATCH 0/9] Maintenance II: prefetch, loose-objects, incremental-repack tasks
 2020-08-06 18:13 UTC  (12+ messages)
` [PATCH 1/9] fetch: optionally allow disabling FETCH_HEAD update
` [PATCH 2/9] maintenance: add prefetch task
` [PATCH 3/9] maintenance: add loose-objects task
` [PATCH 4/9] maintenance: create auto condition for loose-objects
` [PATCH 5/9] midx: enable core.multiPackIndex by default
` [PATCH 6/9] midx: use start_delayed_progress()
` [PATCH 7/9] maintenance: add incremental-repack task
` [PATCH 8/9] maintenance: auto-size incremental-repack batch
` [PATCH 9/9] maintenance: add incremental-repack auto condition

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-08-06 17:58 UTC  (10+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
  ` [PATCH v3 00/20] Maintenance builtin, allowing 'gc --auto' customization

[PATCH 0/3] mergetool-lib: Don't use deprecated variable to detect GNOME
 2020-08-06 16:17 UTC  (17+ 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
` [PATCH v2 0/2] mergetool-lib: Don't use deprecated variable to detect GNOME
  ` [PATCH v2 1/2] mergetool-lib: use $XDG_CURRENT_DESKTOP to check GNOME
  ` [PATCH v2 2/2] mergetool-lib: give kdiff3 priority in KDE environments

[PATCH 0/5] [GSoC] Improvements to ref-filter
 2020-08-06 13:47 UTC  (13+ 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

git bug
 2020-08-06 14:59 UTC 

What's cooking in git.git (Aug 2020, #01; Mon, 3)
 2020-08-06  3:25 UTC  (2+ 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] 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  (7+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 12/14] commit-graph: add large-filters bitmap chunk

SAVE THE DATES - Git Inclusion Summit
 2020-08-05 21:24 UTC 


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