git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-15 13:45:11 to 2019-01-17 10:22:41 UTC [more...]

[RFC/PATCH 00/10] Support using submodules with worktrees
 2019-01-17 10:22 UTC  (14+ messages)
` [PATCH 01/10] doc: about submodule support with multiple worktrees
` [PATCH 02/10] submodule--helper: add missing \n
` [PATCH 03/10] submodule add: support multiple worktrees
` [PATCH 04/10] submodule init: "
` [PATCH 05/10] submodule update: add tests for "
` [PATCH 06/10] submodule sync: support "
` [PATCH 07/10] submodule deinit: "
` [PATCH 08/10] submodule clone: use repo_config_set()
` [PATCH 09/10] submodule clone: propagate extensions.worktreeConfig
` [PATCH 10/10] submodule ensure-core-worktree: write to config.worktree

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2019-01-17 10:18 UTC  (27+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines
  ` [PATCH v3 00/21] "
    ` [PATCH v3 01/21] travis: fix skipping tagged releases
    ` [PATCH v3 02/21] ci: rename the library of common functions
    ` [PATCH v3 03/21] ci/lib.sh: encapsulate Travis-specific things
    ` [PATCH v3 04/21] ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
    ` [PATCH v3 05/21] ci: use a junction on Windows instead of a symlink
    ` [PATCH v3 06/21] test-date: add a subcommand to measure times in shell scripts
    ` [PATCH v3 07/21] tests: optionally write results as JUnit-style .xml
    ` [PATCH v3 08/21] ci/lib.sh: add support for Azure Pipelines
    ` [PATCH v3 09/21] Add a build definition for Azure DevOps
    ` [PATCH v3 10/21] ci: move the Windows job to the top
    ` [PATCH v3 11/21] ci: use git-sdk-64-minimal build artifact
    ` [PATCH v3 12/21] mingw: be more generous when wrapping up the setitimer() emulation
    ` [PATCH v3 14/21] tests: avoid calling Perl just to determine file sizes
    ` [PATCH v3 13/21] README: add a build badge (status of the Azure Pipelines build)
    ` [PATCH v3 15/21] tests: include detailed trace logs with --write-junit-xml upon failure
    ` [PATCH v3 16/21] mingw: try to work around issues with the test cleanup
    ` [PATCH v3 17/21] tests: add t/helper/ to the PATH with --with-dashes
    ` [PATCH v3 18/21] t0061: fix with --with-dashes and RUNTIME_PREFIX
    ` [PATCH v3 19/21] tests: optionally skip bin-wrappers/
    ` [PATCH v3 20/21] ci: speed up Windows phase
    ` [PATCH v3 21/21] ci: parallelize testing on Windows

[PATCH] repository.c: fix sparse warning
 2019-01-17 10:06 UTC  (2+ messages)

[PATCH 0/1] t6042: fix breakage on Windows
 2019-01-17  9:35 UTC  (10+ messages)
` [PATCH 1/1] t6042: work around speed optimization "
` [PATCH v2 0/1] t6042: fix breakage "
  ` [PATCH v2 1/1] t6042: work around speed optimization "

[WIP 0/8] Trying to revive GIT_TEST_PROTOCOL_VERSION
 2019-01-17  9:31 UTC  (10+ messages)
` [WIP 1/8] tests: define GIT_TEST_PROTOCOL_VERSION
` [WIP 2/8] tests: always test fetch of unreachable with v0
` [WIP 3/8] t5503: fix overspecification of trace expectation
` [WIP 4/8] t5512: compensate for v0 only sending HEAD symrefs
` [WIP 5/8] t5700: only run with protocol version 1
` [WIP 6/8] tests: fix protocol version for overspecifications
` [WIP 7/8] t5552: compensate for v2 filtering ref adv
` [WIP 8/8] remote-curl: in v2, fill credentials if needed

[PATCH 0/3] setup: add `clear_repository_format()`
 2019-01-17  6:31 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] setup: do not use invalid `repository_format`

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-17  1:36 UTC  (17+ messages)
` [PATCH 1/5] compat/obstack: fix -Wcast-function-type warnings
` [PATCH v2 0/5] travis-ci: build with the right compiler
  ` [PATCH v2 1/5] compat/obstack: fix -Wcast-function-type warnings
  ` [PATCH v2 2/5] .gitignore: ignore external debug symbols from GCC on macOS
  ` [PATCH v2 3/5] travis-ci: don't be '--quiet' when running the tests
  ` [PATCH v2 4/5] travis-ci: switch to Xcode 10.1 macOS image
  ` [PATCH v2 5/5] travis-ci: build with the right compiler

Minor typos in the documentation for git checkout <branch>
 2019-01-17  0:17 UTC 

[PATCH v3 0/2] support for filtering trees and blobs based on depth
 2019-01-17  0:14 UTC  (5+ messages)

[PATCHv2 1/2] git-p4: add failing test for shelved CL update involving move
 2019-01-16 23:40 UTC  (2+ messages)

[PATCH/RFC v1 1/1] Use size_t instead of unsigned long
 2019-01-16 21:46 UTC  (3+ messages)
` [PATCH v2 1/1] Use size_t instead of 'unsigned long' for data in memory

Broken interactive rebase text after some UTF-8 characters
 2019-01-16 21:36 UTC  (3+ messages)

What's cooking in git.git (Jan 2019, #02; Tue, 15)
 2019-01-16 21:26 UTC  (9+ messages)

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-16 19:28 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] pkt-line: introduce struct packet_writer
  ` [PATCH v2 2/4] sideband: reverse its dependency on pkt-line
  ` [PATCH v2 3/4] {fetch,upload}-pack: sideband v2 fetch response
  ` [PATCH v2 4/4] tests: define GIT_TEST_SIDEBAND_ALL
` [PATCH v3 0/4] Sideband the whole fetch v2 response
  ` [PATCH v3 1/4] pkt-line: introduce struct packet_writer
  ` [PATCH v3 2/4] sideband: reverse its dependency on pkt-line
  ` [PATCH v3 3/4] {fetch,upload}-pack: sideband v2 fetch response
  ` [PATCH v3 4/4] tests: define GIT_TEST_SIDEBAND_ALL

Stage or discard a hunk at a time?
 2019-01-16 19:09 UTC 

[PATCH v3 0/6] Add a new "sparse" tree walk algorithm
 2019-01-16 18:26 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/6] pack-objects: add --sparse option
  ` [PATCH v5 0/5] Add a new "sparse" tree walk algorithm
    ` [PATCH v5 2/5] list-objects: consume sparse tree walk
    ` [PATCH v5 1/5] revision: add mark_tree_uninteresting_sparse
    ` [PATCH v5 3/5] revision: implement sparse algorithm
    ` [PATCH v5 4/5] pack-objects: create pack.useSparse setting
    ` [PATCH v5 5/5] pack-objects: create GIT_TEST_PACK_SPARSE

Git Test Coverage Report (Wed Jan 16)
 2019-01-16 18:22 UTC 

submodule.recurse should apply to clone
 2019-01-16 17:16 UTC 

null pointer dereference in refs/file-backend
 2019-01-16 15:49 UTC  (2+ messages)

Regression `git checkout $rev -b branch` while in a `--no-checkout` clone does not check out files
 2019-01-16 14:39 UTC  (9+ messages)

[PATCH 0/6] getenv() timing fixes
 2019-01-16 14:06 UTC  (18+ messages)
` [PATCH 2/6] commit: copy saved getenv() result

[PATCH 0/1] Be careful about left-over files from git add --edit runs
 2019-01-16 13:47 UTC  (5+ messages)
` [PATCH 1/1] add --edit: truncate the patch file

[PATCH v4 01/10] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
 2019-01-16 13:29 UTC  (11+ messages)
` [PATCH v5 0/9] commit-graph write: progress output improvements
` [PATCH v5 1/9] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
` [PATCH v5 2/9] commit-graph: don't call write_graph_chunk_large_edges() unnecessarily
` [PATCH v5 3/9] commit-graph write: add "Writing out" progress output
` [PATCH v5 4/9] commit-graph write: more descriptive "writing out" output
` [PATCH v5 5/9] commit-graph write: show progress for object search
` [PATCH v5 6/9] commit-graph write: add more descriptive progress output
` [PATCH v5 7/9] commit-graph write: remove empty line for readability
` [PATCH v5 8/9] commit-graph write: add itermediate progress
` [PATCH v5 9/9] commit-graph write: emit a percentage for all progress

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-16 11:24 UTC  (4+ messages)
` [PATCH/RFC v1 1/1] test-lint: sed -E (or -a, -l) are not portable

[PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
 2019-01-16 11:13 UTC  (3+ messages)

New to git. Need help!
 2019-01-16 10:16 UTC  (3+ messages)

Git bomb still present (at least in SUSE)?
 2019-01-16  2:51 UTC 

[Bug report] Git incorrectly selects language in macos
 2019-01-16  2:28 UTC  (9+ messages)

[PATCH 0/2] Add commit-graph fuzzer and fix buffer overflow
 2019-01-15 22:34 UTC  (17+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] commit-graph: fix buffer read-overflow
` [PATCH v5 0/3] Add commit-graph fuzzer and fix buffer overflow
  ` [PATCH v5 1/3] commit-graph, fuzz: Add fuzzer for commit-graph
  ` [PATCH v5 2/3] commit-graph: fix buffer read-overflow
  ` [PATCH v5 3/3] Makefile: correct example fuzz build
` [PATCH v6 0/3] Add commit-graph fuzzer and fix buffer overflow
  ` [PATCH v6 1/3] commit-graph, fuzz: Add fuzzer for commit-graph
  ` [PATCH v6 2/3] commit-graph: fix buffer read-overflow
  ` [PATCH v6 3/3] Makefile: correct example fuzz build

Inconsistent Behavior using 'Reference'
 2019-01-15 22:24 UTC 

Students projects: looking for small and medium project ideas
 2019-01-15 21:32 UTC  (2+ messages)

[RFC PATCH] gitk: Don't mark files with new time-stamp as modified
 2019-01-15 19:21 UTC 

[PATCH 3/4] {fetch,upload}-pack: sideband v2 fetch response
 2019-01-15 19:18 UTC  (2+ messages)

[PATCH v2 0/2] Accept error packets in any context
 2019-01-15 18:44 UTC  (5+ messages)

[PATCH] new-workdir: Never try to recurse into submodules on the initial checkout
 2019-01-15 18:38 UTC  (8+ messages)
` [PATCHv2] "

[PATCH 2/4] sideband: reverse its dependency on pkt-line
 2019-01-15 18:38 UTC  (2+ messages)

[PATCH 2/4] sideband: reverse its dependency on pkt-line
 2019-01-15 18:36 UTC  (2+ messages)

[PATCH] revision.c: fix sparse warnings (sparse algorithm)
 2019-01-15 18:29 UTC  (3+ messages)

[PATCH 1/4] pkt-line: introduce struct packet_writer
 2019-01-15 18:18 UTC  (2+ messages)

What's cooking in git.git (Jan 2019, #01; Mon, 7)
 2019-01-15 17:51 UTC  (3+ messages)
` [PATCH v2 0/5] tree-walk object_id refactor

[PATCH 0/8] WIP: trace2: a new trace facility
 2019-01-15 17:03 UTC  (3+ messages)

[PATCH 0/7] Turn git add-i into built-in
 2019-01-15 16:09 UTC  (5+ messages)
` [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

'git add .' failing to stage files in OS X
 2019-01-15 14:06 UTC 

Worktree creation race
 2019-01-15 14:03 UTC 

t0021-conversion: flaky filter process test
 2019-01-15 13:44 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).