git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-03 04:22:17 to 2020-07-08 21:39:02 UTC [more...]

[PATCH v4 00/13] Finish converting git bisect to C part 2
 2020-07-08 21:38 UTC  (5+ messages)
` [PATCH v4 03/13] bisect--helper: introduce new `write_in_file()` function
` [PATCH v4 10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C

[PATCH] commit.c: don't persist substituted parents when unshallowing
 2020-07-08 21:22 UTC  (6+ messages)
  ` [PATCH v2] "

git grep --threads 12 --textconv is effectively single-threaded
 2020-07-08 21:06 UTC  (5+ messages)

[PATCH] commit: correctly escape @ of stashes
 2020-07-08 20:53 UTC  (4+ messages)

[ANNOUNCE] git-assembler initial release
 2020-07-08 18:52 UTC 

t4068 test failure with -fsanitize=address
 2020-07-08 17:05 UTC  (3+ messages)
` [PATCH] diff: check for merge bases before assigning sym->base

[PATCH v5] Enable auto-merge for meld to follow the vim-diff beharior
 2020-07-08 15:47 UTC  (27+ messages)
` [PATCH v6] Support auto-merge for meld to follow the vim-diff behavior
  ` [PATCH v7] "
    ` [PATCH v8] "
      ` [PATCH v9] "
        ` [PATCH v10] "
          ` [PATCH v11] "
            ` [PATCH v12] "

What's cooking in git.git (Jul 2020, #01; Mon, 6)
 2020-07-08 15:43 UTC  (11+ messages)
` sg/commit-graph-cleanups (was Re: What's cooking in git.git (Jul 2020, #01; Mon, 6))
` mr/bisect-in-c-2, was Re: What's cooking in git.git (Jul 2020, #01; Mon, 6)

[PATCH/RFC] config: default to protocol v2
 2020-07-08 15:42 UTC  (3+ messages)

[PATCH v12 0/5] read-cache: speed up add_index_entry
 2020-07-08 13:49 UTC  (6+ messages)
` [PATCH v12 5/5] read-cache: speed up has_dir_name (part 2)

Typo in Git 2.27.0 Setup
 2020-07-06 23:09 UTC  (3+ messages)

[PATCH 0/4] upload-pack: custom allowed object filters
 2020-07-08  8:45 UTC  (4+ messages)
` [PATCH 2/4] upload-pack.c: allow banning certain object filter(s)

[PATCH] experimental: default to fetch.writeCommitGraph=false
 2020-07-08  5:47 UTC  (7+ messages)

[PATCH] Make some commit hashes in tests reproducible
 2020-07-08  5:06 UTC  (8+ messages)

[PATCH v2 0/2] Add support for %(contents:size) in ref-filter
 2020-07-08  4:43 UTC  (10+ messages)
` [PATCH v2 1/2] Documentation: clarify %(contents:XXXX) doc
` [PATCH v2 2/2] ref-filter: add support for %(contents:size)

Git Test Coverage Report (July 7, 2020)
 2020-07-08  0:02 UTC 

[PATCH v2 0/5] t: replace incorrect test_must_fail usage (part 6)
 2020-07-07 22:29 UTC  (13+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH v2 1/5] t3701: stop using `env` in force_color()
  ` [RESEND PATCH v2 2/5] t5324: reorder `run_with_limited_open_files test_might_fail`
  ` [RESEND PATCH v2 3/5] t7107: don't use test_must_fail()
  ` [RESEND PATCH v2 4/5] t9834: remove use of `test_might_fail p4`
  ` [RESEND PATCH v2 5/5] test-lib-functions: restrict test_must_fail usage
      ` [PATCH] t9400: don't use test_must_fail with cvs

[PATCH v3 0/4] Add support for %(contents:size) in ref-filter
 2020-07-07 22:21 UTC  (10+ messages)
` [PATCH v3 1/4] Documentation: clarify %(contents:XXXX) doc
` [PATCH v3 2/4] Documentation: clarify 'complete message'
` [PATCH v3 3/4] t6300: test refs pointing to tree and blob
` [PATCH v3 4/4] ref-filter: add support for %(contents:size)

[PATCH 1/2] Wait for child on signal death for aliases to builtins
 2020-07-07 22:06 UTC  (13+ messages)
` [PATCH 2/2] Wait for child on signal death for aliases to externals
` [PATCH v2 1/2] Wait for child on signal death for aliases to builtins
  ` [PATCH v2 2/2] Wait for child on signal death for aliases to externals

GPG Commit Signing Project
 2020-07-07 19:10 UTC  (2+ messages)

[PATCH 0/2] Remove special casing for PSEUDOREF updates
 2020-07-07 18:14 UTC  (10+ messages)
` [PATCH 1/2] Modify pseudo refs through ref backend storage
` [PATCH 2/2] Make HEAD a PSEUDOREF rather than PER_WORKTREE

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-07 14:21 UTC  (22+ messages)
` [PATCH 01/21] gc: use the_repository less often
` [PATCH 02/21] gc: use repository in too_many_loose_objects()
` [PATCH 03/21] gc: use repo config
` [PATCH 04/21] gc: drop the_repository in log location
` [PATCH 05/21] maintenance: create basic maintenance runner
` [PATCH 06/21] maintenance: add --quiet option
` [PATCH 07/21] maintenance: replace run_auto_gc()
` [PATCH 08/21] maintenance: initialize task array and hashmap
` [PATCH 09/21] maintenance: add commit-graph task
` [PATCH 10/21] maintenance: add --task option
` [PATCH 11/21] maintenance: take a lock on the objects directory
` [PATCH 12/21] maintenance: add fetch task
` [PATCH 13/21] maintenance: add loose-objects task
` [PATCH 14/21] maintenance: add pack-files task
` [PATCH 15/21] maintenance: auto-size pack-files batch
` [PATCH 16/21] maintenance: create maintenance.<task>.enabled config
` [PATCH 17/21] maintenance: use pointers to check --auto
` [PATCH 18/21] maintenance: add auto condition for commit-graph task
` [PATCH 19/21] maintenance: create auto condition for loose-objects
` [PATCH 20/21] maintenance: add pack-files auto condition
` [PATCH 21/21] midx: use start_delayed_progress()

[PATCH] doc: log takes multiple revision ranges
 2020-07-07 13:12 UTC  (12+ messages)
` [PATCH v2 0/4] doc: include git rev-list description in git log doc
  ` [PATCH v2 1/4] git-log.txt: add links to 'rev-list' and 'diff' docs
  ` [PATCH v2 4/4] rev-list-description.txt: fix Asciidoc syntax

Bug? of gitignore pattern matching
 2020-07-07 12:19 UTC 

[PATCH v10] Support auto-merge for meld to follow the vim-diff behavior
 2020-07-07  7:18 UTC 

[PATCH 0/4] Preliminary fixes for reftable support
 2020-07-07  4:40 UTC  (2+ messages)

[GSOC] Blog about weeks 4, 5
 2020-07-07  2:24 UTC 

Git log: filtering by date and by lines do not work together
 2020-07-07  1:37 UTC  (4+ messages)
` [PATCH] revision: disable min_age optimization with line-log

[PATCH] Fix zsh installation instructions
 2020-07-06 22:42 UTC  (2+ messages)

[PATCH 0/2] git clone with --separate-git-dir destroys existing directory content
 2020-07-06 22:40 UTC  (3+ messages)
` [PATCH v2 1/1] git clone: don't clone into non-empty directory

Exit status of git show-ref --verify
 2020-07-06 18:55 UTC 

[PATCH v18 00/19] Reftable support git-core
 2020-07-06 18:53 UTC  (10+ messages)
` [PATCH v19 00/20] "
  ` [PATCH v19 03/20] checkout: add '\n' to reflog message
            ` Re* "

[GSoC][PATCH 0/4] submodule: port 'summary' from Shell to C
 2020-07-06 11:15 UTC  (16+ messages)
` [PATCH 1/4] submodule: amend extra line feed between callback struct and macro
` [PATCH 3/4] diff: change scope of the function count_lines()
` [PATCH 4/4] submodule: port submodule subcommand 'summary' from shell to C

Feature Request: Add 'active' configuration to .gitmodules
 2020-07-06 10:19 UTC 

[GSoC] Shourya's Blog
 2020-07-05 18:38 UTC 

Is git compliant with GDPR?
 2020-07-03 13:52 UTC  (9+ messages)

git switch -c message improvement suggestion
 2020-07-03  8:30 UTC 

[RFC] Metadata vs Generation Data Chunk
 2020-07-03  8:29 UTC  (3+ messages)

commiting a change from command line with newlines
 2020-07-03  5:14 UTC  (4+ messages)


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