git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-14 17:53:38 to 2019-01-16 18:26:06 UTC [more...]

[PATCH v3 0/6] Add a new "sparse" tree walk algorithm
 2019-01-16 18:26 UTC  (10+ 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 3/5] revision: implement sparse algorithm
    ` [PATCH v5 4/5] pack-objects: create pack.useSparse setting

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

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-16 17:43 UTC  (27+ messages)
` [PATCH 1/4] pkt-line: introduce struct packet_writer
` [PATCH 2/4] sideband: reverse its dependency on pkt-line
` [PATCH 3/4] {fetch,upload}-pack: sideband v2 fetch response
` [PATCH v2 0/4] Sideband the whole fetch v2 response
  ` [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

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

[PATCH 0/1] t6042: fix breakage on Windows
 2019-01-16 15:56 UTC  (4+ messages)
` [PATCH 1/1] t6042: work around speed optimization "

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/9] Offer to run CI/PR builds in Visual Studio Team Services
 2019-01-16 14:04 UTC  (26+ 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 11/21] ci: use git-sdk-64-minimal build artifact
    ` [PATCH v3 10/21] ci: move the Windows job to the top
    ` [PATCH v3 12/21] mingw: be more generous when wrapping up the setitimer() emulation
    ` [PATCH v3 13/21] README: add a build badge (status of the Azure Pipelines build)
    ` [PATCH v3 14/21] tests: avoid calling Perl just to determine file sizes
    ` [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 20/21] ci: speed up Windows phase
    ` [PATCH v3 19/21] tests: optionally skip bin-wrappers/
    ` [PATCH v3 21/21] ci: parallelize testing on Windows

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

Broken interactive rebase text after some UTF-8 characters
 2019-01-16 10:33 UTC  (2+ messages)

[RFC/PATCH 00/10] Support using submodules with worktrees
 2019-01-16 10:31 UTC  (11+ 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

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

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

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-16  4:16 UTC  (10+ messages)
` [PATCH 1/5] compat/obstack: fix -Wcast-function-type warnings

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 v3 0/2] support for filtering trees and blobs based on depth
 2019-01-15 23:41 UTC  (4+ 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  (3+ messages)

[PATCH 0/3] setup: add `clear_repository_format()`
 2019-01-15 19:31 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] setup: free old value before setting `work_tree`
  ` [PATCH v2 2/3] setup: do not use invalid `repository_format`
  ` [PATCH v2 3/3] setup: add `clear_repository_format()`

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

[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] revision.c: fix sparse warnings (sparse algorithm)
 2019-01-15 18:29 UTC  (3+ messages)

What's cooking in git.git (Jan 2019, #01; Mon, 7)
 2019-01-15 17:51 UTC  (8+ messages)
` [PATCH v2 0/5] tree-walk object_id refactor
  ` [PATCH v2 1/5] tree-walk: copy object ID before use
  ` [PATCH v2 2/5] match-trees: compute buffer offset correctly when splicing
  ` [PATCH v2 3/5] match-trees: use hashcpy to splice trees
  ` [PATCH v2 4/5] tree-walk: store object_id in a separate member
  ` [PATCH v2 5/5] cache: make oidcpy always copy GIT_MAX_RAWSZ bytes

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

race condition after calling git reset --keep
 2019-01-15 12:57 UTC 

[PATCH] technical doc: add a design doc for the evolve command
 2019-01-15 11:16 UTC  (4+ messages)

Gitignore documentation
 2019-01-15  9:27 UTC  (5+ messages)

[PATCH] blame: add the ability to ignore commits
 2019-01-15  6:08 UTC  (11+ messages)

[PATCHv2 0/9] Resending sb/submodule-recursive-fetch-gets-the-tip
 2019-01-15  1:38 UTC  (3+ messages)

[RFC] submodule: munge paths to submodule git directories
 2019-01-15  1:25 UTC  (2+ messages)

[PATCHv2 0/2] git-p4: handle moved files when updating a P4 shelve
 2019-01-14 23:55 UTC  (3+ messages)
` [PATCHv2 1/2] git-p4: add failing test for shelved CL update involving move
  ` [PATCHv2 2/2] git-p4: handle update of moved files when updating a shelve

[Not Git Bug] Commit generates GC repack failure
 2019-01-14 23:41 UTC 

[PATCH/RFC] fsck: complain when .gitignore and .gitattributes are symlinks
 2019-01-14 23:09 UTC 

[PATCH] FYI / RFC: submodules: introduce repo-like workflow
 2019-01-14 22:34 UTC  (2+ messages)

[PATCH] fetch-pack: do not take shallow lock unnecessarily
 2019-01-14 19:08 UTC  (2+ messages)

[PATCH 0/2] git-p4: handle moved files when updating a P4 shelve
 2019-01-14 19:03 UTC  (5+ messages)
` [PATCH 1/2] git-p4: add failing test for shelved CL update involving move

[PATCH] userdiff: Add a builtin pattern for dts files
 2019-01-14 18:34 UTC  (4+ messages)

[PATCH v5 0/3]
 2019-01-14 18:18 UTC  (7+ messages)
` [PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
  ` [PATCH v5 2/3] branch: Mark and color a branch differently if it is checked out in a linked worktree


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