git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-21 01:44:02 to 2018-09-24 10:20:37 UTC [more...]

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

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2018-09-24 10:06 UTC  (4+ messages)
` [RFC PATCH 1/3] xdiff-interface: make xdl_blankline() available
` [RFC PATCH 2/3] diff.c: remove unused variables
` [RFC PATCH 3/3] diff: add --color-moved-ws=allow-mixed-indentation-change

[PATCH v3 0/4] wt-status.c: commitable flag
 2018-09-24  3:15 UTC  (3+ messages)
` [PATCH v3 4/4] wt-status.c: Set the committable flag in the collect phase

git diff-tree ignores --textconv
 2018-09-24  1:37 UTC  (5+ messages)

git silently ignores include directive with single quotes
 2018-09-23 22:48 UTC  (9+ messages)

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

[PATCH] worktree: add per-worktree config files
 2018-09-23 20:47 UTC  (2+ messages)

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

git fetch <remote> <branch> behaves weirdely when run in a worktree
 2018-09-23 20:09 UTC 

[PATCH] add -p: coalesce hunks before testing applicability
 2018-09-23 17:16 UTC  (6+ messages)

Import/Export as a fast way to purge files from Git?
 2018-09-23 17:04 UTC  (5+ messages)

[PATCH 0/3] Filter alternate references
 2018-09-23 14:53 UTC  (30+ messages)
` [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/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-09-23 13:15 UTC  (15+ messages)
` [PATCH 1/8] refs.c: indent with tabs, not spaces
` [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
` [PATCH 4/8] revision.c: correct a parameter name
` [PATCH 5/8] revision.c: better error reporting on ref from different worktrees
` [PATCH 6/8] fsck: Move fsck_head_link() to get_default_heads() to avoid some globals
` [PATCH 7/8] fsck: check HEAD and reflog from other worktrees
` [PATCH 8/8] reflog expire: cover reflog from all worktrees

Very simple popen() code request, ground-shaking functionality openned by it
 2018-09-23 13:06 UTC  (6+ messages)

[PATCH] git help: promote 'git help -av'
 2018-09-23  6:51 UTC  (3+ messages)

Coredump on ls-remote + --sort
 2018-09-22 14:11 UTC  (3+ messages)
` [PATCH] ref-filter: don't look for objects when outside of a repository

Feature request: Provide porcelain to manage symbolic references as branch aliases
 2018-09-22 12:55 UTC  (2+ messages)

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

[PATCH 0/3] bring some tests to newer style
 2018-09-21 23:58 UTC  (4+ messages)
` [PATCH 1/3] t7001: reformat "
` [PATCH 2/3] t7004: reformat style
` [PATCH 3/3] t0030: "

[PATCH v2 0/1] Properly peel tags in can_all_from_reach_with_flags()
 2018-09-21 23:58 UTC  (6+ 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

[PATCH] receive-pack: update comment with check_everything_connected
 2018-09-21 23:04 UTC 

credential.<url>.helper with partial url path
 2018-09-21 22:55 UTC  (2+ messages)

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

[PATCH 1/9] string-list: add string_list_{pop, last} functions
 2018-09-21 22:08 UTC  (2+ messages)
` [PATCH] "

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

[PATCH 0/6] Use generation numbers for --topo-order
 2018-09-21 21:22 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/7] "
    ` [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  (6+ 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
  ` [PATCH v3 5/5] t9109: don't swallow Git errors upstream of pipes

[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  (5+ 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)

[PATCH 0/3] some documentation changes from the beginning of the alphabet
 2018-09-21 16:48 UTC  (11+ messages)
` [PATCH 2/3] git-column.1: clarify initial description, provide examples

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

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

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

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

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


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