git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-20 08:02:56 to 2018-03-22 10:58:13 UTC [more...]

[PATCH v5 00/11] nd/pack-objects-pack-struct updates
 2018-03-22 10:57 UTC  (28+ messages)
` [PATCH v6 "
  ` [PATCH v6 09/11] pack-objects: shrink size field in struct object_entry

[PATCH v2] routines to generate JSON data
 2018-03-22  8:38 UTC  (5+ messages)
` [PATCH v2] json_writer: new routines to create data in JSON format

[PATCH] completion: add option completion for most builtin commands
 2018-03-22  5:12 UTC  (3+ messages)

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-03-22  1:47 UTC  (39+ 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

[RFC][GSoC] Project proposal: convert interactive rebase to C
 2018-03-21 23:51 UTC  (4+ messages)

[PATCH 0/1] Fix typo in merge-strategies documentation
 2018-03-21 23:50 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/3] rebase-interactive
 2018-03-21 22:43 UTC  (14+ messages)
` [RFC PATCH 1/3] rebase-interactive: create git-rebase--interactive--lib.sh
` [RFC PATCH 2/3] rebase-interactive: create git-rebase--interactive--preserve-merges
` [RFC PATCH 3/3] rebase-interactive: refactor git-rebase--interactive to use library
          ` [RFC PATCH v2 0/1] rebase-interactive: Add git_rebase__interactive__preserve_merges
          ` [RFC PATCH v2 1/1] "

[PATCH] sha1_name: use bsearch_hash() for abbreviations
 2018-03-21 22:42 UTC  (4+ messages)

[PATCH 0/3] rebase --keep-empty/--root fixes
 2018-03-21 22:38 UTC  (9+ messages)
` [PATCH 1/3] rebase --root: stop assuming squash_onto is unset
` [PATCH 2/3] rebase -i --keep-empty: don't prune empty commits
` [PATCH 3/3] rebase: respect --no-keep-empty

Bug With git rebase -p
 2018-03-21 22:33 UTC  (5+ messages)

[PATCH v4 0/3] stash push -u -- <pathspec> fixes
 2018-03-21 22:07 UTC  (9+ 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

[PATCH] filter-branch: use printf instead of echo -e
 2018-03-21 21:50 UTC  (7+ messages)
` [PATCH v2] "

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

[PATCH] filter-branch: consider refs/replace can refer to an object other than commit
 2018-03-21 20:00 UTC  (5+ messages)
` [PATCH] filter-branch: consider refs can refer to an object other than commit or tag

[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 0/3] Extract memory pool logic into reusable component
 2018-03-21 19:27 UTC  (5+ 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

[GSoC] Regarding "Convert scripts to builtins"
 2018-03-21 19:17 UTC  (3+ messages)

[GSoC] [PATCH] test: avoid pipes in git related commands for test suite
 2018-03-21 18:58 UTC  (7+ messages)
` [GSoC][PATCH] "
    ` [GSoC][PATCH v3] test: avoid pipes in git related commands for test

[PATCH v5 0/6] ref-filter: remove die() calls from formatting logic
 2018-03-21 18:33 UTC 

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

[BUG] log --graph corrupts patch
 2018-03-21 17:23 UTC  (13+ messages)
        ` [PATCH 1/7] diff-highlight: correct test graph diagram
        ` [PATCH 2/7] diff-highlight: use test_tick in graph test
        ` [PATCH 3/7] diff-highlight: prefer "echo" to "cat" in tests
        ` [PATCH 4/7] diff-highlight: test interleaved parallel lines of history
        ` [PATCH 5/7] diff-highlight: test graphs with --color
        ` [PATCH 6/7] diff-highlight: use flush() helper consistently
        ` [PATCH 7/7] diff-highlight: detect --graph by indent

.gitattributes override behavior (possible bug, or documentation bug)
 2018-03-21 16:18 UTC  (20+ messages)
      ` [PATCH] doc/gitattributes: mention non-recursive behavior

[ANNOUNCE] git-sizer: compute various size-related metrics for your Git repository
 2018-03-21 16:02 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 37
 2018-03-21 13:01 UTC 

[PATCH] doc: clarify non-recursion for ignore paths like `foo/`
 2018-03-21 12:46 UTC  (6+ messages)

[RFC] [GSoC] Project proposal: convert scripts to builtins
 2018-03-21  6:16 UTC  (5+ messages)

[PATCH 2/2] read-cache: fix an -Wmaybe-uninitialized warning
 2018-03-21  5:59 UTC  (4+ messages)

[PATCH 0/2] -Wuninitialized
 2018-03-20 23:02 UTC  (5+ messages)

What's cooking in git.git (Mar 2018, #04; Tue, 20)
 2018-03-20 22:19 UTC 

[GSoC] Convert “git stash” to builtin proposal
 2018-03-20 22:08 UTC  (2+ messages)

[PATCH v2 2/2] git-svn: allow empty email-address in authors-prog and authors-file
 2018-03-20 22:07 UTC  (4+ messages)

[PATCH 0/2] rebase --recreate-merges --keep-empty: don't prune empty
 2018-03-20 19:32 UTC  (7+ messages)
` [PATCH 1/2] add failing test for rebase --recreate-merges --keep-empty
` [PATCH 2/2] rebase --recreate-merges --keep-empty: don't prune empty commits

Understanding Binary Deltas within Packfile
 2018-03-20 19:12 UTC  (4+ messages)

[PATCH 1/2] rebase: support --signoff with implicit rebase
 2018-03-20 18:44 UTC  (7+ messages)
` [PATCH v2 0/3] rebase: extend --signoff support
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] rebase -p: error out if --signoff is given
  ` [PATCH v2 3/3] rebase --keep-empty: always use interactive rebase

PATCH 1/2] -Wuninitialized: remove some 'init-self' workarounds
 2018-03-20 16:59 UTC  (3+ messages)

[PATCH 0/2] routines to generate JSON data
 2018-03-20 16:44 UTC  (5+ messages)

[PATCH v4 0/5] ref-filter: remove die() calls from formatting logic
 2018-03-20 16:07 UTC 

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-20 14:43 UTC  (22+ messages)
            ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[PATCH] mingw: abort on invalid strftime formats
 2018-03-20 13:57 UTC  (3+ messages)

[PATCH v3 0/4] worktree: teach "add" to check out existing branches
 2018-03-20  8:02 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/4] "


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