git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-03 20:33:55 to 2018-07-07 16:34:16 UTC [more...]

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-07 16:34 UTC  (9+ messages)
` [PATCH v3 00/20] Add `range-diff`, "
  ` [PATCH v3 01/20] linear-assignment: a function to solve least-cost assignment problems
  ` [PATCH v3 18/20] completion: support `git range-diff`

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-07 16:24 UTC  (21+ messages)
` [GSoC] [PATCH v2 0/4] "
  ` [PATCH v2 1/4] rebase: start implementing it as a builtin
  ` [PATCH v2 2/4] rebase: refactor common shell functions into their own file
  ` [PATCH v2 3/4] sequencer: refactor the code to detach HEAD to checkout.c
  ` [PATCH v2 4/4] builtin/rebase: support running "git rebase <upstream>"
` [GSoC] [PATCH v3 0/4] rebase: rewrite rebase in C
  ` [PATCH v3 1/4] rebase: start implementing it as a builtin
  ` [PATCH v3 2/4] rebase: refactor common shell functions into their own file
  ` [PATCH v3 3/4] sequencer: refactor the code to detach HEAD to checkout.c
  ` [PATCH v3 4/4] builtin/rebase: support running "git rebase <upstream>"

What's (not) cooking
 2018-07-07 15:34 UTC  (6+ messages)

[PATCH] gc --auto: release pack files before auto packing
 2018-07-07  9:57 UTC  (6+ messages)
` [PATCH v2] gc --auto: clear repository "

de-alphabetizing the documentation
 2018-07-07  4:25 UTC  (7+ messages)

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-07-07  1:32 UTC  (10+ messages)

What's cooking in git.git (Jun 2018, #07; Thu, 28)
 2018-07-06 22:38 UTC  (13+ messages)
` as/safecrlf-quiet-fix, was "
` ag/rebase-i-rewrite-todo, "
` js/branch-diff, "

[PATCH 0/2] Avoiding errors when partial cloning a tagged blob
 2018-07-06 22:18 UTC  (8+ messages)
` [PATCH 1/2] upload-pack: send refs' objects despite "filter"
` [PATCH 2/2] clone: check connectivity even if clone is partial

[PATCH 0/2] userdiff: support new keywords in PHP hunk header
 2018-07-06 21:59 UTC  (3+ messages)
` [PATCH 1/2] t4018: add missing test cases for PHP

[GSoC][PATCH v2 0/7] rebase -i: rewrite some parts in C
 2018-07-06 21:55 UTC  (14+ messages)
` [GSoC][PATCH v2 1/7] sequencer: make two functions and an enum from sequencer.c public
` [GSoC][PATCH v2 3/7] editor: add a function to launch the sequence editor
` [GSoC][PATCH v2 5/7] sequencer: add a new function to silence a command, except if it fails
` [GSoC][PATCH v2 6/7] rebase -i: rewrite setup_reflog_action() in C

[PATCH 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-07-06 21:44 UTC  (16+ messages)
` [PATCH v2 0/2] "
` [PATCH v3 0/2] grep.c: "
  ` [PATCH v3 1/2] grep.c: extract show_line_header()
  ` [PATCH v3 2/2] grep.c: teach 'git grep --only-matching'
    ` [PATCH v2] "

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-07-06 21:43 UTC  (17+ messages)

[PATCH 0/8] X509 (gpgsm) commit signing support
 2018-07-06 21:35 UTC  (25+ messages)
` [PATCH 1/8] builtin/receive-pack: use check_signature from gpg-interface
` [PATCH 3/8] gpg-interface: add new config to select how to sign a commit
` [PATCH 4/8] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH 5/8] t/t7510: check the validation of the new config gpg.format
` [PATCH 6/8] gpg-interface: do not hardcode the key string len anymore
` [PATCH 7/8] gpg-interface: introduce new signature format "X509" using gpgsm
` [PATCH 8/8] gpg-interface t: extend the existing GPG tests with GPGSM

[PATCH 1/3] ls-tree: make <tree-ish> optional
 2018-07-06 21:32 UTC  (15+ messages)
    ` [PATCH] "

[PATCH 0/3] Automatic transfer encoding for patches
 2018-07-06 20:19 UTC  (10+ messages)
` [PATCH 1/3] send-email: add an auto option for transfer encoding
` [PATCH 2/3] send-email: accept long lines with suitable "
` [PATCH 3/3] send-email: automatically determine transfer-encoding

[PATCH] builtin/config: work around an unsized array forward declaration
 2018-07-06 19:24 UTC  (6+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-07-06 19:20 UTC  (47+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 05/24] midx: write header information to lockfile
  ` [PATCH v2 06/24] multi-pack-index: load into memory
  ` [PATCH v3 00/24] Multi-pack-index (MIDX)
    ` [PATCH v3 01/24] multi-pack-index: add design document
    ` [PATCH v3 02/24] multi-pack-index: add format details
    ` [PATCH v3 03/24] multi-pack-index: add builtin
    ` [PATCH v3 04/24] multi-pack-index: add 'write' verb
    ` [PATCH v3 05/24] midx: write header information to lockfile
    ` [PATCH v3 06/24] multi-pack-index: load into memory
    ` [PATCH v3 07/24] multi-pack-index: expand test data
    ` [PATCH v3 08/24] packfile: generalize pack directory list
    ` [PATCH v3 09/24] multi-pack-index: read packfile list
    ` [PATCH v3 10/24] multi-pack-index: write pack names in chunk
    ` [PATCH v3 11/24] midx: read pack names into array
    ` [PATCH v3 12/24] midx: sort and deduplicate objects from packfiles
    ` [PATCH v3 13/24] midx: write object ids in a chunk
    ` [PATCH v3 14/24] midx: write object id fanout chunk
    ` [PATCH v3 15/24] midx: write object offsets
    ` [PATCH v3 16/24] config: create core.multiPackIndex setting
    ` [PATCH v3 17/24] midx: prepare midxed_git struct
    ` [PATCH v3 18/24] midx: read objects from multi-pack-index
    ` [PATCH v3 19/24] midx: use midx in abbreviation calculations
    ` [PATCH v3 20/24] midx: use existing midx when writing new one
    ` [PATCH v3 21/24] midx: use midx in approximate_object_count
    ` [PATCH v3 22/24] midx: prevent duplicate packfile loads
    ` [PATCH v3 23/24] packfile: skip loading index if in multi-pack-index
    ` [PATCH v3 24/24] midx: clear midx on repack

Two small l10n/i18n patches (resend)
 2018-07-06 19:14 UTC  (5+ messages)
` [PATCH 1/2] l10n: fr: fix a message seen in git bisect
` [PATCH 2/2] i18n: bisect: mark three supplementary strings for translation

[PATCH] git-rebase--{interactive,preserve-merges}: fix formatting of todo help message
 2018-07-06 18:30 UTC  (5+ messages)

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-07-06 17:56 UTC  (4+ messages)
` [PATCH v2 00/10] "

[PATCH] fast-import: Don't count delta attempts against an empty buffer
 2018-07-06 16:45 UTC  (4+ messages)

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-06 13:18 UTC  (5+ messages)

[PATCH v5 0/8] Allocate cache entries from mem_pool
 2018-07-05 15:20 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/8] read-cache: teach make_cache_entry to take object_id

[PATCH] t6036: add lots of detail for directory/file conflicts in recursive case
 2018-07-04 22:13 UTC 

RUNTIME_PREFIX references in gitconfig variable paths
 2018-07-04 13:56 UTC  (3+ messages)

Checks added for CVE-2018-11235 too restrictive?
 2018-07-04  8:18 UTC  (4+ messages)

[PATCH] t5500: prettify non-commit tag tests
 2018-07-04  6:23 UTC  (2+ messages)

fast-import slowness when importing large files with small differences
 2018-07-03 22:38 UTC  (5+ messages)

Better interoperability with Bitkeeper for fast-import/-export
 2018-07-03 21:56 UTC  (3+ 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).