git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-24 21:08:14 to 2018-09-26 19:54:56 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-09-26 19:54 UTC  (2+ messages)
` [PATCH v6 0/7] "

[PATCHv3 0/8] fetch: make sure submodule oids are fetched
 2018-09-26 19:49 UTC  (13+ messages)
` [PATCH 1/8] sha1-array: provide oid_array_filter

[PATCH] help: allow redirecting to help for aliased command
 2018-09-26 19:31 UTC  (11+ messages)

t7005-editor.sh failure
 2018-09-26 19:29 UTC  (14+ messages)
        ` [PATCH] t7005-editor: quote filename to fix whitespace-issue

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-09-26 19:15 UTC  (4+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] prio-queue: add 'peek' operation

Git Test Coverage Report (Tuesday, Sept 25)
 2018-09-26 18:58 UTC  (10+ messages)

[PATCH 0/3] Filter alternate references
 2018-09-26 18:38 UTC  (36+ messages)
` [PATCH 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH v2 0/3] Filter alternate references
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
  ` [PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes

[GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
 2018-09-26 18:37 UTC  (30+ messages)
` [GSoC][PATCH v8 14/20] stash: convert create to builtin
` [GSoC][PATCH v8 18/20] stash: convert `stash--helper.c` into `stash.c`
` [PATCH v9 00/21] Convert "git stash" to C builtin
  ` [PATCH v9 01/21] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [PATCH v9 02/21] strbuf.c: add `strbuf_join_argv()`
  ` [PATCH v9 03/21] stash: improve option parsing test coverage
  ` [PATCH v9 04/21] stash: update test cases conform to coding guidelines
  ` [PATCH v9 05/21] stash: rename test cases to be more descriptive
  ` [PATCH v9 06/21] stash: add tests for `git stash show` config
  ` [PATCH v9 07/21] stash: convert apply to builtin
  ` [PATCH v9 08/21] stash: convert drop and clear "
  ` [PATCH v9 09/21] stash: convert branch "
  ` [PATCH v9 10/21] stash: convert pop "
  ` [PATCH v9 11/21] stash: convert list "
  ` [PATCH v9 12/21] stash: convert show "
  ` [PATCH v9 13/21] stash: mention options in `show` synopsis
  ` [PATCH v9 14/21] stash: convert store to builtin
  ` [PATCH v9 15/21] stash: convert create "
  ` [PATCH v9 16/21] stash: convert push "
  ` [PATCH v9 17/21] stash: make push -q quiet
  ` [PATCH v9 18/21] stash: convert save to builtin
  ` [PATCH v9 19/21] stash: convert `stash--helper.c` into `stash.c`
  ` [PATCH v9 20/21] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [PATCH v9 21/21] stash: replace all `write-tree` child processes with API calls

[PATCH] worktree: add per-worktree config files
 2018-09-26 18:25 UTC  (7+ messages)

[PATCH v4 0/9] Introducing remote ODBs
 2018-09-26 18:11 UTC  (8+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH] git help: promote 'git help -av'
 2018-09-26 17:28 UTC  (9+ messages)

Fixing constant preference prompts during tests
 2018-09-26 17:15 UTC  (2+ messages)

git fetch <remote> <branch> behaves weirdely when run in a worktree
 2018-09-26 17:05 UTC  (9+ messages)

[PATCH] git.txt: mention mailing list archive
 2018-09-26 13:47 UTC  (4+ messages)

(no subject)
 2018-09-26  6:08 UTC 

[RFC PATCH] transport: list refs before fetch if necessary
 2018-09-25 23:09 UTC  (2+ messages)

[GSoC][PATCH v9 02/21] stash: improve option parsing test coverage
 2018-09-25 22:33 UTC  (5+ messages)
` [GSoC][PATCH v9 03/21] stash: update test cases conform to coding guidelines
` [GSoC][PATCH v9 04/21] stash: rename test cases to be more descriptive
` [GSoC][PATCH v9 05/21] stash: add tests for `git stash show` config
` [GSoC][PATCH v9 06/21] strbuf.c: add `strbuf_join_argv()`

[PATCH] fetch-pack: approximate no_dependents with filter
 2018-09-25 22:09 UTC  (2+ messages)

git silently ignores include directive with single quotes
 2018-09-25 22:03 UTC  (15+ messages)
                ` [PATCH 0/1] "
                ` [PATCH 1/1] config doc: highlight the name=value syntax

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-25 21:58 UTC  (5+ messages)
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines

[ANNOUNCE] New Git PLC Members
 2018-09-25 21:51 UTC 

[PATCH 0/1] read-cache: update index format default to v4
 2018-09-25 21:22 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH 0/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-09-25 21:16 UTC  (12+ messages)
` [PATCH 2/8] Add a place for (not) sharing stuff between worktrees
` [PATCH 3/8] refs: new ref types to make per-worktree refs visible to all worktrees

Coredump on ls-remote + --sort
 2018-09-25 20:57 UTC  (6+ messages)
` [PATCH] ref-filter: don't look for objects when outside of a repository

[PATCH 0/3] bring some tests to newer style
 2018-09-25 20:36 UTC  (5+ messages)
` [PATCH 1/3] t7001: reformat "

[PATCH v3 0/2] Properly peel tags in can_all_from_reach_with_flags()
 2018-09-25 20:29 UTC  (9+ messages)
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] commit-reach: properly peel tags and clear flags
  ` [PATCH] commit-reach: cleanups in can_all_from_reach

Git for games working group
 2018-09-25 20:14 UTC  (13+ messages)

[PATCH v4 0/9] fetch: make sure submodule oids are fetched
 2018-09-25 19:47 UTC  (10+ messages)
` [PATCH v4 1/9] sha1-array: provide oid_array_filter
` [PATCH v4 2/9] submodule.c: fix indentation
` [PATCH v4 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct
` [PATCH v4 5/9] submodule.c: do not copy around submodule list
` [PATCH v4 6/9] repository: repo_submodule_init to take a submodule struct
` [PATCH v4 7/9] submodule: fetch in submodules git directory instead of in worktree
` [PATCH v4 8/9] fetch: retry fetching submodules if needed objects were not fetched
` [PATCH v4 9/9] builtin/fetch: check for submodule updates for non branch fetches

[PATCH v1 0/4] Cleanup pass on special test setups
 2018-09-25 18:44 UTC  (4+ messages)
` [PATCH v3 0/5] "
  ` Re*: "

[PATCH v2 0/1] contrib: Add script to show uncovered "new" lines
 2018-09-25 18:36 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] contrib: add coverage-diff script

bug in 'git describe'?
 2018-09-25 16:10 UTC  (5+ messages)

[PATCH v5 0/8] Introducing remote ODBs
 2018-09-25 15:02 UTC  (10+ messages)
` [PATCH v5 1/8] fetch-object: make functions return an error code
` [PATCH v5 2/8] Add initial remote odb support
` [PATCH v5 3/8] remote-odb: implement remote_odb_get_direct()
` [PATCH v5 4/8] remote-odb: add remote_odb_reinit()
` [PATCH v5 5/8] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v5 6/8] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v5 7/8] t0410: test fetching from many promisor remotes
` [PATCH v5 8/8] Documentation/config: add odb.<name>.promisorRemote

Subtree question and possible issue
 2018-09-25 14:59 UTC 

Work is not replayed on top while: git pull -v --rebase
 2018-09-25  7:29 UTC  (4+ messages)

[PATCH] mailmap: update brian m. carlson's email address
 2018-09-25  2:13 UTC  (9+ messages)
` [PATCH v2] "
      ` [PATCH] mailmap: consistently normalize brian m. carlson's name
          ` [PATCH v2] "

[PATCH] submodule.c: Make get_superproject_working_tree() work when supermodule has unmerged changes of the submodule reference
 2018-09-25  1:24 UTC  (2+ messages)

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2018-09-25  1:07 UTC  (5+ messages)
` [RFC PATCH 1/3] xdiff-interface: make xdl_blankline() available
` [RFC PATCH 3/3] diff: add --color-moved-ws=allow-mixed-indentation-change

What's cooking in git.git (Sep 2018, #05; Mon, 24)
 2018-09-25  0:33 UTC  (2+ messages)

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-09-25  0:27 UTC  (12+ messages)

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-24 23:06 UTC  (4+ messages)
` [PATCH v5 1/9] submodule: add a print_config_from_gitmodules() helper


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