git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-21 16:31:38 to 2018-03-23 17:22:27 UTC [more...]

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-03-23 17:21 UTC  (56+ messages)
` [PATCH 00/44] reroll nd/remove-ignore-env.. sb/object-store and sb/packfiles
  ` [PATCH 01/44] repository: initialize the_repository in main()
  ` [PATCH 02/44] repository.c: move env-related setup code back to environment.c
  ` [PATCH 03/44] repository.c: delete dead functions
  ` [PATCH 04/44] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
  ` [PATCH 05/44] repository: delete ignore_env member
  ` [PATCH 06/44] repository: introduce raw object store field
  ` [PATCH 09/44] object-store: free alt_odb_list
  ` [PATCH 10/44] object-store: move packed_git and packed_git_mru to object store
  ` [PATCH 11/44] object-store: close all packs upon clearing the "
  ` [PATCH 12/44] pack: move prepare_packed_git_run_once to "
  ` [PATCH 13/44] pack: move approximate object count "
  ` [PATCH 19/44] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
  ` [PATCH 32/44] sha1_file: allow sha1_loose_object_info "
  ` [PATCH 40/44] packfile: allow prepare_packed_git "
  ` [PATCH 44/44] packfile: keep prepare_packed_git() private
  ` [PATCH 0/1] nd/remove-ignore-env-field updates
    ` [PATCH 1/1] repository.h: add comment and clarify repo_set_gitdir
  ` [PATCH 00/27] sb/object-store updates
    ` [PATCH 02/27] object-store: migrate alternates struct and functions from cache.h
    ` [PATCH 03/27] object-store: move alt_odb_list and alt_odb_tail to object store
    ` [PATCH 04/27] object-store: free alt_odb_list
    ` [PATCH 10/27] sha1_file: add repository argument to link_alt_odb_entry
    ` [PATCH 14/27] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
    ` [PATCH 17/27] sha1_file: add repository argument to stat_sha1_file
    ` [PATCH 20/27] sha1_file: add repository argument to map_sha1_file
    ` [PATCH 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories
    ` [PATCH 23/27] sha1_file: allow stat_sha1_file "
    ` [PATCH 27/27] sha1_file: allow sha1_loose_object_info "

[PATCH 0/3] Extract memory pool logic into reusable component
 2018-03-23 17:19 UTC  (14+ messages)
` [PATCH 1/3] fast-import: rename mem_pool to fi_mem_pool
` [PATCH 2/3] Introduce a reusable memory pool type
` [PATCH 3/3] fast-import: use built-in mem pool
` [PATCH v2 0/3] Extract memory pool logic into reusable component
` [PATCH v2 1/5] fast-import: rename mem_pool type to mp_block
` [PATCH v2 2/5] fast-import: introduce mem_pool type
` [PATCH v2 3/5] fast-import: update pool_* functions to work on local pool
` [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 v3] routines to generate JSON data
 2018-03-23 17:18 UTC  (4+ messages)
` [PATCH v3] json_writer: new routines to create data in JSON format

[RFC PATCH v4] rebase-interactive
 2018-03-23 17:12 UTC  (6+ messages)
` [RFC PATCH v4] rebase-interactive: Simplify pick_on_preserving_merges
` [RFC PATCH v4] rebase: Update invocation of rebase dot-sourced scripts

[GSoC] Convert “git stash” to builtin proposal
 2018-03-23 17:11 UTC  (5+ messages)

[PATCH v5 00/11] nd/pack-objects-pack-struct updates
 2018-03-23 16:01 UTC  (23+ messages)
` [PATCH v6 "

[PATCH] completion: clear cached --options when sourcing the completion script
 2018-03-23 15:14 UTC  (3+ messages)

[GSoC][PATCH] test: avoid pipes in git related commands for test suite
 2018-03-23 15:01 UTC  (6+ messages)
` [GSoC][PATCH v3] test: avoid pipes in git related commands for test
      ` [GSoC][PATCH v4] "

The most efficient way to test if repositories share the same objects
 2018-03-23 14:36 UTC  (8+ messages)

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

[PATCH v1 0/2] perf/aggregate: sort result by regression
 2018-03-23 14:08 UTC  (4+ messages)
` [PATCH v1 1/2] perf/aggregate: add display_dir()
` [PATCH v1 2/2] perf/aggregate: add --sortbyregression option

[GSoC] Regarding "Convert scripts to builtins"
 2018-03-23  9:48 UTC  (6+ messages)

UriFormatException output when interacting with a Git server
 2018-03-23  9:42 UTC  (2+ messages)

Bug With git rebase -p
 2018-03-23  9:39 UTC  (8+ messages)

[PATCH] filter-branch: use printf instead of echo -e
 2018-03-23  9:35 UTC  (5+ messages)
` [PATCH v2] "

.gitattributes override behavior (possible bug, or documentation bug)
 2018-03-23  9:12 UTC  (9+ messages)
      ` [PATCH] doc/gitattributes: mention non-recursive behavior

[PATCH] branch: implement shortcut to delete last branch
 2018-03-23  9:00 UTC  (4+ messages)

git send-email and sending the cover-letter to all cc addresses found in a patch series
 2018-03-23  7:49 UTC  (2+ messages)

[PATCH v4 1/5] ref-filter: start adding strbufs with errors
 2018-03-23  6:56 UTC  (17+ messages)
` [PATCH v4 5/5] ref-filter: get_ref_atom_value() error handling
` [PATCH v5 1/6] strbuf: add shortcut to work with error messages
  ` [PATCH v5 3/6] ref-filter: add return value && strbuf to handlers
  ` [PATCH v5 4/6] ref-filter: change parsing function error handling
  ` [PATCH v5 2/6] ref-filter: start adding strbufs with errors
  ` [PATCH v5 6/6] ref-filter: libify get_ref_atom_value()
  ` [PATCH v5 5/6] ref-filter: add return value to parsers

[PATCH] filter-branch: consider refs/replace can refer to an object other than commit
 2018-03-23  5:09 UTC  (9+ messages)
` [PATCH] filter-branch: consider refs can refer to an object other than commit or tag
        ` [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  2:06 UTC  (16+ messages)
` [RFC PATCH v3 1/9] Simplify pick_on_preserving_merges
` [RFC PATCH v3 2/9] Call git_rebase__interactive from run_specific_rebase
      ` [RFC PATCH v3.1 2/9 2/2] rebase-interactive: Do not automatically run code
` [RFC PATCH v3 3/9] Indent function git_rebase__interactive
` [RFC PATCH v3 4/9] Extract functions out of git_rebase__interactive
` [RFC PATCH v3 5/9] Use new functions in git_rebase__interactive
` [RFC PATCH v3 6/9] Add and use git_rebase__interactive__preserve_merges
` [RFC PATCH v3 7/9] Remove unused code paths from git_rebase__interactive
` [RFC PATCH v3 8/9] Remove unused code paths from git_rebase__interactive__preserve_merges
` [RFC PATCH v3 9/9] Remove merges_option and a blank line

[GSOC]About the microproject related to CI
 2018-03-23  1:44 UTC 

[ANNOUNCE] Git v2.16.3
 2018-03-22 22:11 UTC 

[RFC][GSoC] Project proposal: convert interactive rebase to C
 2018-03-22 22:03 UTC  (5+ messages)

git: cover letter and automatic Cc: [was Re: [PATCH 23/45] sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()]
 2018-03-22 19:54 UTC 

[GSoC][PATCH v7] parse-options: do not show usage upon invalid option value
 2018-03-22 18:43 UTC 

[GSoC][PATCH v6] parse-options: do not show usage upon invalid option value
 2018-03-22 18:34 UTC  (4+ messages)

[PATCH] completion: add option completion for most builtin commands
 2018-03-22 18:01 UTC  (7+ messages)

[PATCH] sha1_name: use bsearch_hash() for abbreviations
 2018-03-22 17:40 UTC  (8+ messages)
      ` [PATCH v2 0/3] Use "
        ` [PATCH v2 1/3] sha1_name: convert struct min_abbrev_data to object_id
        ` [PATCH v2 2/3] packfile: define and use bsearch_pack()
        ` [PATCH v2 3/3] sha1_name: use bsearch_pack() for abbreviations

[PATCH 0/2] rebase --recreate-merges --keep-empty: don't prune empty
 2018-03-22 16:48 UTC  (6+ messages)

[PATCH 0/1] Fix typo in merge-strategies documentation
 2018-03-22 16:34 UTC  (6+ messages)
` [PATCH 1/1] "

[BUG] log --graph corrupts patch
 2018-03-22 11:18 UTC  (9+ messages)
        ` [PATCH 7/7] diff-highlight: detect --graph by indent

[RFC PATCH 0/3] rebase-interactive
 2018-03-21 22:43 UTC  (6+ messages)
` [RFC PATCH v2 0/1] rebase-interactive: Add git_rebase__interactive__preserve_merges
` [RFC PATCH v2 1/1] "

[PATCH 0/3] rebase --keep-empty/--root fixes
 2018-03-21 22:38 UTC  (5+ messages)
` [PATCH 2/3] rebase -i --keep-empty: don't prune empty commits

[PATCH v4 0/3] stash push -u -- <pathspec> fixes
 2018-03-21 22:07 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] stash push: avoid printing errors
        ` [PATCH] stash: drop superfluos pathspec parameter (was: Re: [PATCH v5 2/3] stash push: avoid printing errors)
          ` [PATCH] stash: drop superfluos pathspec parameter

[ANNOUNCE] Git v2.17.0-rc1
 2018-03-21 19:50 UTC 

gitk takes a looong time for a subdir of the Gentoo repository
 2018-03-21 19:39 UTC 

[PATCH v5 0/6] ref-filter: remove die() calls from formatting logic
 2018-03-21 18:33 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).