git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-30 22:08:35 to 2018-11-01 23:31:48 UTC [more...]

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-11-01 23:31 UTC  (5+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 04/16] sequencer: introduce todo_list_write_to_file()

[RFC] Generation Number v2
 2018-11-01 22:13 UTC  (11+ messages)

[PATCH v5] branch: introduce --show-current display option
 2018-11-01 22:01 UTC  (4+ messages)

[PATCH v4 0/9] Introducing remote ODBs
 2018-11-01 21:16 UTC  (7+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCHv2 00/24] Bring more repository handles into our code base]
 2018-11-01 19:45 UTC  (28+ messages)
` [PATCH 01/24] Makefile: add pending semantic patches
` [PATCH 02/24] sha1_file: allow read_object to read objects in arbitrary repositories
` [PATCH 03/24] packfile: allow has_packed_and_bad to handle "
` [PATCH 04/24] object-store: allow read_object_file_extended to read from "
` [PATCH 05/24] object-store: prepare read_object_file to deal with "
` [PATCH 06/24] object-store: prepare has_{sha1, object}_file[_with_flags] to handle "
` [PATCH 07/24] object: parse_object to honor its repository argument
` [PATCH 08/24] commit: allow parse_commit* to handle arbitrary repositories
` [PATCH 09/24] commit-reach.c: allow paint_down_to_common "
` [PATCH 10/24] commit-reach.c: allow merge_bases_many "
` [PATCH 11/24] commit-reach.c: allow remove_redundant "
` [PATCH 12/24] commit-reach.c: allow get_merge_bases_many_0 "
` [PATCH 13/24] commit-reach: prepare get_merge_bases "
` [PATCH 14/24] commit-reach: prepare in_merge_bases[_many] "
` [PATCH 15/24] commit: prepare get_commit_buffer "
` [PATCH 16/24] commit: prepare repo_unuse_commit_buffer "
` [PATCH 17/24] commit: prepare logmsg_reencode "
` [PATCH 18/24] pretty: prepare format_commit_message "
` [PATCH 19/24] submodule: use submodule repos for object lookup
` [PATCH 20/24] submodule: don't add submodule as odb for push
` [PATCH 21/24] commit-graph: convert remaining function to handle arbitrary repositories
` [PATCH 22/24] commit: make free_commit_buffer and release_commit_memory repository agnostic
` [PATCH 23/24] path.h: make REPO_GIT_PATH_FUNC "
` [PATCH 24/24] t/helper/test-repository: celebrate independence from the_repository

What's cooking in git.git (Nov 2018, #01; Thu, 1)
 2018-11-01 19:38 UTC  (9+ messages)
` ab/* topics (was: Re: What's cooking in git.git (Nov 2018, #01; Thu, 1))
  ` ab/* topics
` master updated? (was Re: What's cooking in git.git (Nov 2018, #01; Thu, 1))

[PATCH v2] i18n: make GETTEXT_POISON a runtime option
 2018-11-01 19:31 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 00/19] Bring more repository handles into our code base
 2018-11-01 19:13 UTC  (4+ messages)
` [PATCH 18/19] submodule: use submodule repos for object lookup

[PATCH 0/3] Make add_missing_tags() linear
 2018-11-01 19:02 UTC  (13+ messages)
` [PATCH 1/3] commit-reach: implement get_reachable_subset

[PATCH] pretty: Add %(trailer:X) to display single trailer
 2018-11-01 18:42 UTC  (6+ messages)

[BUG?] protocol.version=2 sends HTTP "Expect" headers
 2018-11-01 18:35 UTC  (3+ messages)

[PATCH 0/3] tests: allow to skip git rebase -p tests
 2018-11-01 17:18 UTC  (6+ messages)
` [PATCH 1/3] t3404: decouple some test cases from outcomes of previous test cases
` [PATCH 2/3] t3418: decouple test cases from a previous `rebase -p` test case
` [PATCH 3/3] tests: optionally skip `git rebase -p` tests

[PATCH] doc: move git-cherry to plumbing
 2018-11-01 17:13 UTC  (2+ messages)

[PATCH 0/3] am/rebase: share read_author_script()
 2018-11-01 16:27 UTC  (14+ messages)
` [PATCH v3 0/5] "
` [PATCH v4 "
  ` [PATCH v4 1/5] am: don't die in read_author_script()
  ` [PATCH v4 2/5] am: improve author-script error reporting
  ` [PATCH v4 3/5] am: rename read_author_script()
  ` [PATCH v4 4/5] add read_author_script() to libgit
  ` [PATCH v4 5/5] sequencer: use read_author_script()
    ` [PATCH v4fixed 2/5] am: improve author-script error reporting
      ` [PATCH v4fixed 4/5] add read_author_script() to libgit

Git Test Coverage Report (Thursday, Nov 1) Part A
 2018-11-01 16:15 UTC 

[PATCH v3 0/7] Use generation numbers for --topo-order
 2018-11-01 16:12 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 1/7] prio-queue: add 'peek' operation
    ` [PATCH v5 2/7] test-reach: add run_three_modes method
    ` [PATCH v5 3/7] test-reach: add rev-list tests
    ` [PATCH v5 4/7] revision.c: begin refactoring --topo-order logic
    ` [PATCH v5 5/7] commit/revisions: bookkeeping before refactoring
    ` [PATCH v5 6/7] revision.c: generation-based topo-order algorithm
    ` [PATCH v5 7/7] t6012: make rev-list tests more interesting

[PATCH] completion: use builtin completion for format-patch
 2018-11-01 15:40 UTC  (5+ messages)
` [PATCH v2] "

[RFE] Please add name and email to git credentials
 2018-11-01 14:42 UTC  (8+ messages)

[PATCH v3 1/3] [Outreachy] t3903-stash: test without configured user name
 2018-11-01 14:53 UTC  (6+ messages)
` [PATCH 0/3] [Outreachy] make stash work if user.name and user.email are not configured
  ` [PATCH 1/3][Outreachy] t3903-stash: test without configured user.name and user.email
  ` [PATCH 2/3] [Outreachy] ident: introduce set_fallback_ident() function
  ` [PATCH 3/3] [Outreachy] stash: use "

[RFE] Please add a standard ref object to releases
 2018-11-01 14:32 UTC  (5+ messages)

[PATCH] travis-ci: no longer use containers
 2018-11-01 11:47 UTC  (2+ messages)
` [PATCH] travis-ci: install packages in 'ci/install-dependencies.sh'

[PATCH 0/1] Make compat/poll safer on Windows
 2018-11-01 10:21 UTC  (3+ messages)
` [PATCH 1/1] poll: use GetTickCount64() to avoid wrap-around issues

Import/Export as a fast way to purge files from Git?
 2018-11-01  7:12 UTC  (4+ messages)

[RFC PATCH v2 0/7] Improve path collision conflict resolutions
 2018-11-01  7:01 UTC  (12+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 2/8] t6036, t6042: testcases for rename collision of already conflicting files
  ` [PATCH v3 4/8] merge-recursive: new function for better colliding conflict resolutions
  ` [PATCH v3 8/8] merge-recursive: improve rename/rename(1to2)/add[/add] handling

[PATCH v4 00/12] Base SHA-256 implementation
 2018-11-01  5:29 UTC  (7+ messages)
` [PATCH v4 10/12] Add a base implementation of SHA-256 support

[PATCH v2 0/7] fixes for unqualified <dst> push
 2018-11-01  4:18 UTC  (5+ messages)
` [PATCH v3 7/8] push: add DWYM support for "git push refs/remotes/...:<dst>"

[PATCH 5/6] fsck: parse loose object paths directly
 2018-11-01  3:37 UTC  (27+ messages)
` Infinite loop regression in git-fsck in v2.12.0
          ` [PATCH 1/3] t1450: check large blob in trailing-garbage test
          ` [PATCH 2/3] check_stream_sha1(): handle input underflow
          ` [PATCH 3/3] cat-file: handle streaming failures consistently
            ` [PATCH 0/3] Add a GIT_TEST_FSCK test mode
            ` [PATCH 1/3] tests: add a "env-bool" helper to test-tool
            ` [PATCH 2/3] tests: mark those tests where "git fsck" fails at the end
            ` [PATCH 3/3] tests: add a special test setup that runs "git fsck" before exiting

[PATCH 0/1] DiffHighlight.pm: Use correct /dev/null for UNIX and Windows
 2018-11-01  1:57 UTC  (12+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] DiffHighlight.pm: "

[PATCH 00/12] Mark more strings for translation
 2018-11-01  1:36 UTC  (9+ messages)
` [PATCH 12/12] fsck: mark "

using --force-with-lease after git rebase
 2018-11-01  1:19 UTC  (3+ messages)

Git Evolve
 2018-10-31 21:12 UTC  (3+ messages)

[RFC v1] Add virtual file system settings and hook proc
 2018-10-31 20:53 UTC  (5+ messages)

[PATCH] sequencer: clarify intention to break out of loop
 2018-10-31 18:41 UTC  (5+ messages)
` [PATCH v2] sequencer: break out of loop explicitly

Using --word-diff breaks --color-moved
 2018-10-31 17:43 UTC  (5+ messages)

Lost changes after merge
 2018-10-31 15:30 UTC  (4+ messages)

[PATCH] fetch: replace string-list used as a look-up table with a hashmap
 2018-10-31 14:50 UTC  (7+ messages)
    ` [PATCH v3] "
        ` Re*: "

[PATCH 0/4] mingw: prevent external PERL5LIB from interfering
 2018-10-31 11:04 UTC  (3+ messages)

[PATCH v7 00/10] Make submodules work if .gitmodules is not checked out
 2018-10-31  6:01 UTC  (5+ messages)
` [PATCH v7 09/10] submodule: support reading .gitmodules when it's not in the working tree

commit-graph is cool (overcoming add_missing_tags() perf issues)
 2018-10-31  5:46 UTC  (5+ messages)

[PATCH 0/2] ls-remote and v2 ref prefixes
 2018-10-31  4:37 UTC  (4+ messages)
` [PATCH 1/2] ls-remote: do not send ref prefixes for patterns
` [PATCH 2/2] ls-remote: pass heads/tags prefixes to transport

[PATCH] worktree: refactor lock_reason_valid and lock_reason to be more sensible
 2018-10-31  2:41 UTC  (5+ messages)
` [PATCH v3 1/2] worktree: update documentation for lock_reason and lock_reason_valid
` [PATCH v3 2/2] worktree: rename is_worktree_locked to worktree_lock_reason


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