git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-21 23:30:43 to 2018-09-25 22:31:42 UTC [more...]

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

[GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
 2018-09-25 22:31 UTC  (7+ 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] 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 

git fetch <remote> <branch> behaves weirdely when run in a worktree
 2018-09-25 21:40 UTC  (4+ messages)

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

[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  (24+ 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

Git Test Coverage Report (Tuesday, Sept 25)
 2018-09-25 21:12 UTC  (2+ messages)

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

[PATCH] git help: promote 'git help -av'
 2018-09-25 20:54 UTC  (10+ messages)

[PATCH 0/3] bring some tests to newer style
 2018-09-25 20:36 UTC  (8+ 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-25 20:29 UTC  (17+ 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 v4 0/1] Properly peel tags in can_all_from_reach_with_flags()
    ` [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  (20+ 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

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

[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

[PATCH 0/3] Filter alternate references
 2018-09-25 17:41 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
  ` [PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes

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  (7+ 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

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  (8+ messages)
` [PATCH v5 1/9] submodule: add a print_config_from_gitmodules() helper
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

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

git clone works in ide but not git bash CLI
 2018-09-24 20:43 UTC 

[PATCH] Add an EditorConfig file
 2018-09-24 20:05 UTC  (6+ messages)

"git rev-parse --show-superproject-working-tree" fails with "fatal: BUG: returned path string doesn't match cwd?" if supermodule has unmerged changes of the submodule reference
 2018-09-24 19:15 UTC  (2+ messages)

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

[ANNOUNCE] Git v2.8.3
 2018-09-24 16:31 UTC  (2+ messages)

[PATCH] receive-pack: update comment with check_everything_connected
 2018-09-24 15:46 UTC  (2+ messages)

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

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

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

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

Feature request: Provide porcelain to manage symbolic references as branch aliases
 2018-09-22 12:55 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).