git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-19 16:30:59 to 2018-09-21 21:43:18 UTC [more...]

[PATCH 0/2] commit-graph: add progress output
 2018-09-21 21:43 UTC  (4+ messages)
` [PATCH v2 1/2] commit-graph write: "

[PATCH 0/3] Filter alternate references
 2018-09-21 21:37 UTC  (31+ messages)
` [PATCH 1/3] transport.c: extract 'fill_alternate_refs_command'
` [PATCH 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH 3/3] transport.c: introduce core.alternateRefsPrefixes
` [PATCH v2 0/3] Filter alternate references
  ` [PATCH v2 1/3] transport.c: extract 'fill_alternate_refs_command'
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
  ` [PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes

[PATCH 0/6] Use generation numbers for --topo-order
 2018-09-21 21:22 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] test-reach: add run_three_modes method
  ` [PATCH v3 0/7] Use generation numbers for --topo-order
    ` [PATCH v3 1/7] prio-queue: add 'peek' operation
    ` [PATCH v3 2/7] test-reach: add run_three_modes method
    ` [PATCH v3 3/7] test-reach: add rev-list tests
    ` [PATCH v3 4/7] revision.c: begin refactoring --topo-order logic
    ` [PATCH v3 5/7] commit/revisions: bookkeeping before refactoring
    ` [PATCH v3 6/7] revision.h: add whitespace in flag definitions
    ` [PATCH v3 7/7] revision.c: refactor basic topo-order logic

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-21 21:03 UTC  (23+ messages)
` [PATCH v2 0/6] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v2 4/6] tests: Add linter check for pipe placement style
  ` [PATCH v2 1/6] CodingGuidelines: add shell piping guidelines
  ` [PATCH v2 6/6] t9109-git-svn-props.sh: split up several pipes
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines
  ` [PATCH v3 2/5] tests: standardize pipe placement
  ` [PATCH v3 3/5] t/*: fix ordering of expected/observed arguments
  ` [PATCH v3 4/5] tests: don't swallow Git errors upstream of pipes
  ` [PATCH v3 5/5] t9109: "

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-09-21 20:32 UTC  (10+ messages)
` [PATCH v9 0/8] "
  ` [PATCH v9 1/8] list-objects: store common func args in struct
  ` [PATCH v9 2/8] list-objects: refactor to process_tree_contents
  ` [PATCH v9 3/8] list-objects: always parse trees gently
  ` [PATCH v9 4/8] rev-list: handle missing tree objects properly
  ` [PATCH v9 5/8] revision: mark non-user-given objects instead
  ` [PATCH v9 6/8] list-objects-filter: use BUG rather than die
  ` [PATCH v9 7/8] list-objects-filter-options: do not over-strbuf_init
  ` [PATCH v9 8/8] list-objects-filter: implement filter tree:0

[PATCH] fetch: in partial clone, check presence of targets
 2018-09-21 20:19 UTC  (8+ messages)
` [PATCH v2 0/2] Check presence of targets when fetching to partial clone
  ` [PATCH v2 1/2] connected: document connectivity in partial clones
  ` [PATCH v2 2/2] fetch: in partial clone, check presence of targets

[PATCH] fetch: Ensure that fetch.recurseSubmodules overrides submodule.recurse
 2018-09-21 19:22 UTC  (2+ messages)

[PATCH 9/9] commit-reach.h: add missing declarations (hdr-check)
 2018-09-21 17:41 UTC  (4+ messages)

[PATCH] fetch-object.h: add missing declaration (hdr-check)
 2018-09-21 17:40 UTC  (5+ messages)

What's cooking in git.git (Sep 2018, #04; Thu, 20)
 2018-09-21 17:17 UTC  (8+ messages)
` Segfault in master due to 4fbcca4eff

credential.<url>.helper with partial url path
 2018-09-21 16:56 UTC 

[PATCH 0/3] some documentation changes from the beginning of the alphabet
 2018-09-21 16:48 UTC  (15+ messages)
` [PATCH 1/3] git-archimport.1: specify what kind of Arch we're talking about
` [PATCH 2/3] git-column.1: clarify initial description, provide examples
` [PATCH 3/3] git-describe.1: clarify that "human readable" is also git-readable

[PATCH v4 00/23] Kill the_index part 4
 2018-09-21 16:46 UTC  (26+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/23] archive.c: remove implicit dependency the_repository
  ` [PATCH v5 02/23] read-cache.c: remove 'const' from index_has_changes()
  ` [PATCH v5 03/23] diff.c: reduce implicit dependency on the_index
  ` [PATCH v5 04/23] combine-diff.c: remove "
  ` [PATCH v5 05/23] blame.c: rename "repo" argument to "r"
  ` [PATCH v5 06/23] diff.c: remove the_index dependency in textconv() functions
  ` [PATCH v5 07/23] grep.c: remove implicit dependency on the_index
  ` [PATCH v5 08/23] diff.c: "
  ` [PATCH v5 09/23] read-cache.c: "
  ` [PATCH v5 10/23] diff-lib.c: "
  ` [PATCH v5 11/23] ll-merge.c: "
  ` [PATCH v5 12/23] merge-blobs.c: "
  ` [PATCH v5 13/23] merge.c: "
  ` [PATCH v5 14/23] patch-ids.c: "
  ` [PATCH v5 15/23] sha1-file.c: "
  ` [PATCH v5 16/23] rerere.c: "
  ` [PATCH v5 17/23] userdiff.c: "
  ` [PATCH v5 18/23] line-range.c: "
  ` [PATCH v5 19/23] submodule.c: "
  ` [PATCH v5 20/23] tree-diff.c: "
  ` [PATCH v5 21/23] ws.c: "
  ` [PATCH v5 22/23] revision.c: "
  ` [PATCH v5 23/23] revision.c: reduce implicit dependency the_repository

[PATCH] userdiff.h: add missing declaration (hdr-check)
 2018-09-21 16:26 UTC  (3+ messages)

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-21 16:19 UTC  (6+ messages)
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

git check-ignore ignores negated entries
 2018-09-21 16:13 UTC  (2+ messages)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-21 15:59 UTC  (7+ messages)
` [RFC PATCH v4 1/3] Add support for nested aliases

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

[PATCH v2 0/1] Properly peel tags in can_all_from_reach_with_flags()
 2018-09-21 15:05 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] commit-reach: properly peel tags
  ` [PATCH v3 2/2] commit-reach: fix memory and flag leaks

Very simple popen() code request, ground-shaking functionality openned by it
 2018-09-21 13:34 UTC 

(no subject)
 2018-09-21  8:43 UTC 

bug with git merge-base
 2018-09-21  4:59 UTC  (4+ messages)

[PATCH] Add an EditorConfig file
 2018-09-21  2:35 UTC  (8+ messages)

[PATCH] reflog expire: add progress output
 2018-09-21  2:17 UTC  (7+ messages)

[Bug] Pathspec matching breaks the add command
 2018-09-20 21:40 UTC  (4+ messages)
` [PATCH] add: do not accept pathspec magic 'attr'

[PATCH] git.txt: mention mailing list archive
 2018-09-20 19:07 UTC  (2+ messages)

[PATCH 1/9] Makefile: add a hdr-check target
 2018-09-20 18:49 UTC  (7+ messages)

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

[PATCH 0/3] doc: fixups for ab/fetch-tags-noclobber
 2018-09-20 16:39 UTC  (4+ messages)
` [PATCH 3/3] fetch doc: correct grammar in --force docs

[PATCH] completion: support "git fetch --multiple"
 2018-09-20 16:37 UTC 

Work is not replayed on top while: git pull -v --rebase
 2018-09-20 14:38 UTC  (2+ messages)

[PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo
 2018-09-20 14:12 UTC  (2+ messages)

[PATCH 0/4] git-commit-graph.txt: various cleanups
 2018-09-20 13:42 UTC  (10+ messages)
` [PATCH 1/4] git-commit-graph.txt: fix bullet lists
` [PATCH 2/4] git-commit-graph.txt: typeset more in monospace
` [PATCH 3/4] git-commit-graph.txt: refer to "*commit* graph file"
` [PATCH 4/4] git-commit-graph.txt: refer to the "commit graph file" without dash

[PATCH] gc: fix regression in 7b0f229222 impacting --quiet
 2018-09-19 23:22 UTC  (3+ messages)

[PATCH 7/9] midx.h: add missing forward declarations (hdr-check)
 2018-09-19 23:35 UTC  (2+ messages)

[PATCH 0/4] Cleanup of merge_*() functions in merge-recursive
 2018-09-19 23:40 UTC  (3+ messages)
` [PATCH 4/4] merge-recursive: rename merge_file_1() and merge_content()

Access Git ssh on port 8822 ?
 2018-09-19 20:04 UTC  (4+ messages)

What's cooking in git.git (Sep 2018, #03; Fri, 14)
 2018-09-19 18:43 UTC  (4+ messages)
` [PATCH] pack-objects: handle island check for "external" delta base

[PATCH 1/2] Doc: use `--type=bool` instead of `--bool`
 2018-09-19 17:55 UTC  (4+ messages)
` [PATCH 2/2] git-config.txt: fix 'see: above' note


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