git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-29 05:57:34 to 2018-10-31 06:28:24 UTC [more...]

[PATCH v4 0/9] Introducing remote ODBs
 2018-10-31  6:28 UTC  (6+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH 0/1] DiffHighlight.pm: Use correct /dev/null for UNIX and Windows
 2018-10-31  6:08 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Make add_missing_tags() linear
 2018-10-31  6:07 UTC  (8+ messages)
` [PATCH 1/3] commit-reach: implement get_reachable_subset
` [PATCH 2/3] test-reach: test get_reachable_subset
` [PATCH 3/3] remote: make add_missing_tags() linear

[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 5/6] fsck: parse loose object paths directly
 2018-10-31  5:31 UTC  (17+ 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/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

Using --word-diff breaks --color-moved
 2018-10-31  4:27 UTC  (2+ messages)

[PATCH 0/4] mingw: prevent external PERL5LIB from interfering
 2018-10-31  3:44 UTC  (6+ messages)
` [PATCH 1/4] config: rename `dummy` parameter to `cb` in git_default_config()
` [PATCH 2/4] Allow for platform-specific core.* config settings
` [PATCH 3/4] Move Windows-specific config settings into compat/mingw.c
` [PATCH 4/4] mingw: unset PERL5LIB by default

[PATCH 0/3] am/rebase: share read_author_script()
 2018-10-31  2:50 UTC  (8+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] am: don't die in read_author_script()
  ` [PATCH v3 2/5] am: improve author-script error reporting
  ` [PATCH v3 3/5] am: rename read_author_script()
  ` [PATCH v3 4/5] add read_author_script() to libgit
  ` [PATCH v3 5/5] sequencer: use read_author_script()

[PATCH] worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files
 2018-10-31  2:41 UTC  (16+ messages)
` [PATCH] worktree: refactor lock_reason_valid and lock_reason to be more sensible
  ` [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

[PATCH 00/12] Mark more strings for translation
 2018-10-30 23:27 UTC  (11+ messages)
` [PATCH 08/12] remote.c: mark messages "
` [PATCH 12/12] fsck: mark strings "

[RFC v1] Add virtual file system settings and hook proc
 2018-10-30 23:07 UTC  (2+ messages)

[PATCHv2 00/24] Bring more repository handles into our code base]
 2018-10-30 22:08 UTC  (25+ 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

[PATCH 0/1] mingw: fix isatty() after dup2()
 2018-10-30 18:44 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC PATCH] index-pack: improve performance on NFS
 2018-10-30 18:43 UTC  (28+ messages)
          ` [PATCH 0/4] index-pack: optionally turn off SHA-1 collision checking
            ` [PATCH v2 0/3] index-pack: test updates
            ` [PATCH v2 1/3] pack-objects test: modernize style
            ` [PATCH v2 2/3] pack-objects tests: don't leave test .git corrupt at end
            ` [PATCH v2 3/3] index-pack tests: don't leave test repo dirty "

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-10-30 16:47 UTC  (8+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 04/16] sequencer: introduce todo_list_write_to_file()
  ` [PATCH v2 06/16] sequencer: refactor sequencer_add_exec_commands() to work on a todo_list

Lost changes after merge
 2018-10-30 15:29 UTC  (5+ messages)

[PATCH] completion: use builtin completion for format-patch
 2018-10-30 15:29 UTC  (6+ messages)
  ` [PATCH v2] "

Git Test Coverage Report (Tuesday, Oct 30)
 2018-10-30 13:37 UTC 

[PATCH v3 1/3] [Outreachy] t3903-stash: test without configured user name
 2018-10-30 13:04 UTC  (4+ messages)

What's cooking in git.git (Oct 2018, #05; Fri, 26)
 2018-10-30 10:16 UTC  (9+ messages)
` js/mingw-http-ssl, was "

[RFC PATCH] remote: add --fetch option to git remote set-url
 2018-10-30 10:11 UTC  (4+ messages)

[PATCH 0/2] mingw: rework the environment handling
 2018-10-30  9:22 UTC  (3+ messages)
` [PATCH 1/2] t7800: fix quoting
` [PATCH 2/2] mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)

[PATCH] sequencer: clarify intention to break out of loop
 2018-10-30  8:09 UTC  (2+ messages)
` [PATCH v2] sequencer: break out of loop explicitly

What's cooking in git.git (Oct 2018, #06; Tue, 30)
 2018-10-30  7:36 UTC 

[RFC] Generation Number v2
 2018-10-30  3:59 UTC  (5+ messages)

[PATCH v1] speed up refresh_index() by utilizing preload_index()
 2018-10-30  2:28 UTC  (2+ messages)

[PATCH 00/10] Reduce #ifdef NO_PTHREADS
 2018-10-30  1:44 UTC  (27+ messages)
` [PATCH 06/10] grep: remove "
` [PATCH 07/10] preload-index.c: "
` [PATCH 09/10] read-cache.c: "
` [PATCH v2 00/10] Reduce "
  ` [PATCH v2 06/10] preload-index.c: remove "
  ` [PATCH v2 08/10] read-cache.c: "
  ` [PATCH v2 10/10] read-cache.c: initialize copy_len to shut up gcc 8

[PATCH 3/3] commit-reach.h: add missing declarations (hdr-check)
 2018-10-29 23:59 UTC  (3+ messages)

[PATCH] pretty: Add %(trailer:X) to display single trailer
 2018-10-29 17:05 UTC  (3+ messages)

[PATCH v3 2/3] shallow: offer to prune only non-existing entries
 2018-10-29 20:45 UTC  (3+ messages)

[PATCH v2 0/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-10-29 17:18 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/8] Add a place for (not) sharing stuff between worktrees

[PATCH v1 2/2] curl_off_t xcurl_off_t is not portable
 2018-10-29 16:59 UTC  (2+ messages)
` [PATCH v2 1/1] remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)

[PATCH/WIP 00/19] Kill the_index, final part
 2018-10-29 16:42 UTC  (3+ messages)

[PATCH] Prevent warning
 2018-10-29 16:33 UTC  (3+ messages)

t7405.17 breakage vanishes with GETTEXT_POISON=1
 2018-10-29 16:19 UTC  (3+ messages)

[BUG] gitignore documentation inconsistent with actual behaviour
 2018-10-29 15:53 UTC  (4+ messages)
` [PATCH] wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode

[PATCH] test-lib: introduce the '-V' short option for '--verbose-log'
 2018-10-29 15:42 UTC  (4+ messages)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-10-29 14:17 UTC  (8+ messages)
` [PATCH] alias: detect loops in mixed execution mode

'ds/test-multi-pack-index' vs. 'ab/commit-graph-progress'
 2018-10-29 13:15 UTC  (6+ messages)
` [PATCH] packfile: close multi-pack-index in close_all_packs

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


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