git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-03 12:53:44 to 2018-07-06 21:18:33 UTC [more...]

de-alphabetizing the documentation
 2018-07-06 21:18 UTC  (3+ messages)

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-06 21:09 UTC  (17+ 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>"

[PATCH 0/8] X509 (gpgsm) commit signing support
 2018-07-06 20:34 UTC  (24+ 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

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-07-06 20:33 UTC  (16+ messages)

[PATCH 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-07-06 20:33 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] "

[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 0/2] Avoiding errors when partial cloning a tagged blob
 2018-07-06 20:10 UTC  (5+ messages)
` [PATCH 1/2] upload-pack: send refs' objects despite "filter"
` [PATCH 2/2] clone: check connectivity even if clone is partial

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

[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

[GSoC][PATCH v2 0/7] rebase -i: rewrite some parts in C
 2018-07-06 18:54 UTC  (15+ messages)
` [GSoC][PATCH v2 1/7] sequencer: make two functions and an enum from sequencer.c public
` [GSoC][PATCH v2 2/7] rebase--interactive: rewrite append_todo_help() in C
` [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] 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 1/3] ls-tree: make <tree-ish> optional
 2018-07-06 17:01 UTC  (13+ messages)
    ` [PATCH] "

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

[PATCH] gc --auto: release pack files before auto packing
 2018-07-06 16:39 UTC  (4+ messages)
` [PATCH v2] gc --auto: clear repository "

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  (6+ messages)

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

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-07-04  0:12 UTC  (9+ 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)

[RFC PATCH 0/7] merge requirement: index matches head
 2018-07-03 20:05 UTC  (8+ messages)
` [PATCH v2 0/9] Fix merge issues with index not matching HEAD
  ` [PATCH v2 2/9] index_has_changes(): avoid assuming operating on the_index
  ` [PATCH v2 6/9] merge-recursive: fix assumption that head tree being merged is HEAD
  ` [PATCH v2 8/9] merge-recursive: enforce rule that index matches head before merging

[PATCH 00/25] fix buggy tests, modernize tests, fix broken &&-chains
 2018-07-03 19:40 UTC  (6+ messages)
` [PATCH 01/25] t: use test_might_fail() instead of manipulating exit code manually
` [PATCH 04/25] t: drop unnecessary terminating semicolon in subshell

[PATCH 00/15] Kill the_index part 1, expose it
 2018-07-03 18:30 UTC  (5+ messages)
` [PATCH 02/15] apply.c: stop using index compat macros

[GSoC][PATCH v4 0/3] rebase -i: rewrite reflog operations in C
 2018-07-03 18:15 UTC  (6+ messages)
` [GSoC][PATCH v5 "

fast-import slowness when importing large files with small differences
 2018-07-03 18:14 UTC  (4+ messages)
` [PATCH] xdiff: reduce indent heuristic overhead

[PATCH v3 00/32] object-store: lookup_commit
 2018-07-03 18:13 UTC  (7+ messages)

Use of new .gitattributes working-tree-encoding attribute across different platform types
 2018-07-03 16:01 UTC  (8+ messages)

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


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