git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-23 17:22:23 to 2018-03-24 12:13:19 UTC [more...]

[PATCH v5 00/11] nd/pack-objects-pack-struct updates
 2018-03-24 12:13 UTC  (26+ messages)
` [PATCH v6 "
  ` [PATCH v7 00/13] "
    ` [PATCH v7 01/13] pack-objects: a bit of document about struct object_entry
    ` [PATCH v7 02/13] pack-objects: turn type and in_pack_type to bitfields
    ` [PATCH v7 03/13] pack-objects: use bitfield for object_entry::dfs_state
    ` [PATCH v7 04/13] pack-objects: use bitfield for object_entry::depth
    ` [PATCH v7 05/13] pack-objects: move in_pack_pos out of struct object_entry
    ` [PATCH v7 06/13] pack-objects: move in_pack "
    ` [PATCH v7 07/13] pack-objects: refer to delta objects by index instead of pointer
    ` [PATCH v7 08/13] pack-objects: shrink z_delta_size field in struct object_entry
    ` [PATCH v7 09/13] pack-objects: don't check size when the object is bad
    ` [PATCH v7 10/13] pack-objects: clarify the use of object_entry::size
    ` [PATCH v7 11/13] pack-objects: shrink size field in struct object_entry
    ` [PATCH v7 12/13] pack-objects: shrink delta_size "
    ` [PATCH v7 13/13] pack-objects: reorder members to shrink "

[GSoC] Info: git log --oneline improvements
 2018-03-24 11:15 UTC  (4+ messages)
  ` [GSoC] "

[RFC PATCH 0/1] json-writer: incorrect format specifier
 2018-03-24 11:11 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[RFC] [GSoC] Project proposal: convert scripts to builtins
 2018-03-24 10:39 UTC  (3+ messages)

[PATCH v2 2/2] git-svn: allow empty email-address in authors-prog and authors-file
 2018-03-24 10:20 UTC  (2+ messages)
` [PATCH v3] git-svn: allow empty email-address using "

[PATCH 00/36] Combine t/helper binaries into a single one
 2018-03-24  9:36 UTC  (54+ messages)
` [PATCH v2 "
  ` [PATCH v4 1/7] t7700: have closing quote of a test at the beginning of line
  ` [PATCH v2 01/36] t/helper: add an empty test-tool program
  ` [PATCH v4 2/7] repack: add --keep-pack option
  ` [PATCH v2 02/36] t/helper: merge test-chmtime into test-tool
  ` [PATCH v4 3/7] gc: add --keep-largest-pack option
  ` [PATCH v2 03/36] t/helper: merge test-sha1 into test-tool
  ` [PATCH v4 4/7] gc: add gc.bigPackThreshold config
  ` [PATCH v2 04/36] t/helper: merge test-lazy-init-name-hash into test-tool
  ` [PATCH v4 5/7] gc: handle a corner case in gc.bigPackThreshold
  ` [PATCH v2 05/36] t/helper: merge test-config into test-tool
  ` [PATCH v4 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
  ` [PATCH v2 06/36] t/helper: merge test-ctype into test-tool
  ` [PATCH v4 7/7] pack-objects: show some progress when counting kept objects
  ` [PATCH v2 07/36] t/helper: merge test-date into test-tool
  ` [PATCH v2 08/36] t/helper: merge (unused) test-delta "
  ` [PATCH v2 09/36] t/helper: merge test-drop-caches "
  ` [PATCH v2 10/36] t/helper: merge test-dump-cache-tree "
  ` [PATCH v2 11/36] t/helper: merge test-dump-split-index "
  ` [PATCH v2 12/36] t/helper: merge test-example-decorate "
  ` [PATCH v2 13/36] t/helper: merge test-genrandom "
  ` [PATCH v2 14/36] t/helper: merge test-hashmap "
  ` [PATCH v2 15/36] t/helper: merge test-index-version "
  ` [PATCH v2 16/36] t/helper: merge (unused) test-match-trees "
  ` [PATCH v2 17/36] t/helper: merge (unused) test-mergesort "
  ` [PATCH v2 18/36] t/helper: merge test-mktemp "
  ` [PATCH v2 19/36] t/helper: merge test-online-cpus "
  ` [PATCH v2 20/36] t/helper: merge test-path-utils "
  ` [PATCH v2 21/36] t/helper: merge test-prio-queue "
  ` [PATCH v2 22/36] t/helper: merge test-read-cache "
  ` [PATCH v2 23/36] t/helper: merge test-ref-store "
  ` [PATCH v2 24/36] t/helper: merge test-regex "
  ` [PATCH v2 25/36] t/helper: merge test-revision-walking "
  ` [PATCH v2 26/36] t/helper: merge test-run-command "
  ` [PATCH v2 27/36] t/helper: merge test-scrap-cache-tree "
  ` [PATCH v2 28/36] t/helper: merge test-sha1-array "
  ` [PATCH v2 29/36] t/helper: merge test-sigchain "
  ` [PATCH v2 30/36] t/helper: merge test-strcmp-offset "
  ` [PATCH v2 31/36] t/helper: merge test-string-list "
  ` [PATCH v2 32/36] t/helper: merge test-submodule-config "
  ` [PATCH v2 33/36] t/helper: merge test-subprocess "
  ` [PATCH v2 34/36] t/helper: merge test-urlmatch-normalization "
  ` [PATCH v2 35/36] t/helper: merge test-wildmatch "
  ` [PATCH v2 36/36] t/helper: merge test-write-cache "

[GSOC]About the microproject related to CI
 2018-03-24  8:46 UTC  (2+ messages)

[PATCH v2] Allow use of TLS 1.3
 2018-03-24  7:52 UTC  (10+ messages)

[RFC][GSoC] Project proposal: convert interactive rebase to C
 2018-03-24  7:43 UTC  (3+ messages)

[PATCH v3 0/7] nd/repack-keep-pack updates
 2018-03-24  7:25 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] t7700: have closing quote of a test at the beginning of line
  ` [PATCH v4 2/7] repack: add --keep-pack option
  ` [PATCH v4 3/7] gc: add --keep-largest-pack option
  ` [PATCH v4 4/7] gc: add gc.bigPackThreshold config
  ` [PATCH v4 5/7] gc: handle a corner case in gc.bigPackThreshold
  ` [PATCH v4 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
  ` [PATCH v4 7/7] pack-objects: show some progress when counting kept objects

[RFC PATCH v4] rebase-interactive
 2018-03-24  7:20 UTC  (29+ messages)
` [RFC PATCH v4] rebase: Update invocation of rebase dot-sourced scripts
` [RFC PATCH v5 0/8] rebase-interactive
` [RFC PATCH v5 1/8] rebase-interactive: simplify pick_on_preserving_merges
` [RFC PATCH v5 2/8] rebase: update invocation of rebase dot-sourced scripts
` [RFC PATCH v5 3/8] Indent function git_rebase__interactive
` [RFC PATCH v5 4/8] Extract functions out of git_rebase__interactive
` [RFC PATCH v5 5/8] Add and use git_rebase__interactive__preserve_merges
` [RFC PATCH v5 6/8] Remove unused code paths from git_rebase__interactive
` [RFC PATCH v5 7/8] Remove unused code paths from git_rebase__interactive__preserve_merges
` [RFC PATCH v5 8/8] Remove merges_option and a blank line

[PATCH v1 0/2] perf/aggregate: sort result by regression
 2018-03-24  7:05 UTC  (3+ messages)

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-03-24  5:31 UTC  (50+ messages)
` [PATCH 00/44] reroll nd/remove-ignore-env.. sb/object-store and sb/packfiles
  ` [PATCH 10/44] object-store: move packed_git and packed_git_mru to object store
  ` [PATCH 00/27] sb/object-store updates
    ` [PATCH 01/27] repository: introduce raw object store field
    ` [PATCH 04/27] object-store: free alt_odb_list
    ` [PATCH 05/27] object-store: move packed_git and packed_git_mru to object store
    ` [PATCH 06/27] object-store: close all packs upon clearing the "
    ` [PATCH 07/27] pack: move prepare_packed_git_run_once to "
    ` [PATCH 08/27] pack: move approximate object count "
    ` [PATCH 09/27] sha1_file: add raw_object_store argument to alt_odb_usable
    ` [PATCH 11/27] sha1_file: add repository argument to read_info_alternates
    ` [PATCH 12/27] sha1_file: add repository argument to link_alt_odb_entries
    ` [PATCH 13/27] sha1_file: add repository argument to prepare_alt_odb
    ` [PATCH 14/27] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
    ` [PATCH 15/27] sha1_file: allow prepare_alt_odb "
    ` [PATCH 16/27] sha1_file: add repository argument to sha1_file_name
    ` [PATCH 18/27] sha1_file: add repository argument to open_sha1_file
    ` [PATCH 19/27] sha1_file: add repository argument to map_sha1_file_1
    ` [PATCH 21/27] sha1_file: add repository argument to sha1_loose_object_info
    ` [PATCH 23/27] sha1_file: allow stat_sha1_file to handle arbitrary repositories
    ` [PATCH 24/27] sha1_file: allow open_sha1_file "
    ` [PATCH 25/27] sha1_file: allow map_sha1_file_1 "
    ` [PATCH 26/27] sha1_file: allow map_sha1_file "
    ` [PATCH 27/27] sha1_file: allow sha1_loose_object_info "
  ` [PATCH 00/12] sb/packfiles-in-repository updates
    ` [PATCH 01/12] packfile: allow prepare_packed_git_mru to handle arbitrary repositories
    ` [PATCH 02/12] packfile: allow rearrange_packed_git "
    ` [PATCH 03/12] packfile: allow install_packed_git "
    ` [PATCH 04/12] packfile: add repository argument to prepare_packed_git_one
    ` [PATCH 05/12] packfile: add repository argument to prepare_packed_git
    ` [PATCH 06/12] packfile: add repository argument to reprepare_packed_git
    ` [PATCH 07/12] packfile: allow prepare_packed_git_one to handle arbitrary repositories
    ` [PATCH 08/12] packfile: allow prepare_packed_git "
    ` [PATCH 09/12] packfile: allow reprepare_packed_git "
    ` [PATCH 10/12] packfile: add repository argument to find_pack_entry
    ` [PATCH 11/12] packfile: allow find_pack_entry to handle arbitrary repositories
    ` [PATCH 12/12] packfile: keep prepare_packed_git() private

[ANNOUNCE] Git v2.17.0-rc1
 2018-03-24  3:02 UTC  (4+ messages)

[PATCH 0/4] Teach `--default` to `git-config(1)`
 2018-03-24  0:55 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] builtin/config: introduce `--default`
  ` [PATCH v2 2/4] Documentation: list all type specifiers in config prose
  ` [PATCH v2 3/4] config.c: introduce 'git_config_color' to parse ANSI colors
  ` [PATCH v2 4/4] builtin/config: introduce `--color` type specifier

[PATCH] Allow use of TLS 1.3
 2018-03-23 23:37 UTC  (4+ messages)

[PATCH] branch: implement shortcut to delete last branch
 2018-03-23 22:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] Extract memory pool logic into reusable component
 2018-03-23 20:41 UTC  (5+ messages)
` [PATCH v2 4/5] Move the reusable parts of memory pool into its own file
` [PATCH v2 5/5] Expand implementation of mem-pool type

[PATCH v2] routines to generate JSON data
 2018-03-23 20:32 UTC  (6+ messages)
` [PATCH v2] json_writer: new routines to create data in JSON format

[PATCH] filter-branch: consider refs can refer to an object other than commit or tag
 2018-03-23 20:20 UTC  (3+ messages)
` [PATCH v2] filter-branch: fix errors caused by refs that cannot be used with ^0

[RFC PATCH v3 0/9] rebase-interactive:
 2018-03-23 20:09 UTC  (7+ messages)
` [RFC PATCH v3 3/9] Indent function git_rebase__interactive
` [RFC PATCH v3 5/9] Use new functions in git_rebase__interactive

[PATCH v3] routines to generate JSON data
 2018-03-23 19:36 UTC  (6+ messages)
` [PATCH v3] json_writer: new routines to create data in JSON format

user-manual: patch proposals and questions
 2018-03-23 19:35 UTC  (4+ messages)
` Fwd: "

[ANNOUNCE] Git for Windows 2.16.3
 2018-03-23 17:40 UTC 

[PATCH] completion: clear cached --options when sourcing the completion script
 2018-03-23 17:35 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).