git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-12 20:02:13 to 2018-10-15 16:54:54 UTC [more...]

[PATCH v2 2/2] commit-graph verify: add progress output
 2018-10-15 16:54 UTC  (9+ messages)
` [PATCH v3 1/2] commit-graph write: "

[PATCH 00/16] Consolidate reachability logic
 2018-10-15 16:26 UTC  (14+ messages)
` [PATCH 15/16] commit-reach: make can_all_from_reach... linear

Git Test Coverage Report (Monday, Oct 15)
 2018-10-15 16:24 UTC 

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-10-15 16:17 UTC  (22+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines
  ` [PATCH v2 01/13] ci: rename the library of common functions
  ` [PATCH v2 02/13] ci/lib.sh: encapsulate Travis-specific things
  ` [PATCH v2 03/13] test-date: add a subcommand to measure times in shell scripts
  ` [PATCH v2 04/13] tests: optionally write results as JUnit-style .xml
  ` [PATCH v2 05/13] ci/lib.sh: add support for Azure Pipelines
  ` [PATCH v2 06/13] Add a build definition for Azure DevOps
  ` [PATCH v2 07/13] tests: introduce `test_atexit`
  ` [PATCH v2 08/13] git-daemon: use `test_atexit` in the tests
  ` [PATCH v2 09/13] git-p4: use `test_atexit` to kill the daemon
  ` [PATCH v2 10/13] tests: include detailed trace logs with --write-junit-xml upon failure
  ` [PATCH v2 11/13] tests: record more stderr with --write-junit-xml in case of failure
  ` [PATCH v2 12/13] README: add a build badge (status of the Azure Pipelines build)
  ` [PATCH v2 13/13] travis: fix skipping tagged releases

[BUG] gitignore documentation inconsistent with actual behaviour
 2018-10-15 15:27 UTC  (6+ messages)

[PATCH v2 00/13] Base SHA-256 implementation
 2018-10-15 15:11 UTC  (17+ messages)
` [PATCH v2 01/13] sha1-file: rename algorithm to "sha1"
` [PATCH v2 02/13] sha1-file: provide functions to look up hash algorithms
` [PATCH v2 03/13] hex: introduce functions to print arbitrary hashes
` [PATCH v2 04/13] cache: make hashcmp and hasheq work with larger hashes
` [PATCH v2 05/13] t: add basic tests for our SHA-1 implementation
` [PATCH v2 06/13] t: make the sha1 test-tool helper generic
` [PATCH v2 07/13] sha1-file: add a constant for hash block size
` [PATCH v2 08/13] t/helper: add a test helper to compute hash speed
` [PATCH v2 09/13] commit-graph: convert to using the_hash_algo
` [PATCH v2 10/13] Add a base implementation of SHA-256 support
` [PATCH v2 11/13] sha256: add an SHA-256 implementation using libgcrypt
` [PATCH v2 12/13] hash: add an SHA-256 implementation using OpenSSL
` [PATCH v2 13/13] commit-graph: specify OID version for SHA-256

[PATCH 0/4] More merge cleanups
 2018-10-15 15:02 UTC  (9+ messages)
` [PATCH 1/4] t6036: add testcase where virtual merge base contains nested conflicts
` [PATCH 2/4] merge-recursive: increase marker length with depth of recursion
` [PATCH 3/4] merge-recursive: improve auto-merging messages with path collisions
` [PATCH 4/4] merge-recursive: Avoid showing conflicts with merge branch before HEAD

[PATCH 0/3] Provide a useful default user ident on Windows
 2018-10-15 14:41 UTC  (7+ messages)
` [PATCH 1/3] getpwuid(mingw): initialize the structure only once
` [PATCH 2/3] getpwuid(mingw): provide a better default for the user name
` [PATCH 3/3] mingw: use domain information for default email

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-15 14:39 UTC  (3+ messages)
` [PATCH 0/4] Bloom filter experiment

[Question] builtin/branch.c
 2018-10-15 14:08 UTC  (3+ messages)
  ` [PATCH] builtin/branch.c: remove useless branch_get

[PATCH 0/3] Allow choosing the SSL backend cURL uses (plus related patches)
 2018-10-15 14:10 UTC  (6+ messages)
` [PATCH 1/3] http: add support for selecting SSL backends at runtime
` [PATCH 2/3] http: add support for disabling SSL revocation checks in cURL
` [PATCH 3/3] http: when using Secure Channel, ignore sslCAInfo by default

Git Test Coverage Report (Friday, Oct 12)
 2018-10-15 13:23 UTC  (3+ messages)

Ignored files being silently overwritten when switching branches
 2018-10-15 13:01 UTC 

Case when I can not unstage the hunk
 2018-10-15 12:33 UTC 

stat displayed differently
 2018-10-15 12:01 UTC 

[PATCHv2 0/3] git-p4: improved unshelving - small fixes
 2018-10-15 11:14 UTC  (4+ messages)
` [PATCHv2 1/3] git-p4: do not fail in verbose mode for missing 'fileSize' key
` [PATCHv2 2/3] git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
` [PATCHv2 3/3] git-p4: fully support unshelving changelists

[PATCHv1 0/3] git-p4: improved unshelving
 2018-10-15 11:03 UTC  (5+ messages)
` [PATCHv1 2/3] git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved

[PATCH v10 00/21] Convert "git stash" to C builtin
 2018-10-15  9:10 UTC  (23+ messages)
  ` [PATCH v10 01/21] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [PATCH v10 02/21] strbuf.c: add `strbuf_join_argv()`
  ` [PATCH v10 03/21] stash: improve option parsing test coverage
  ` [PATCH v10 04/21] t3903: modernize style
  ` [PATCH v10 05/21] stash: rename test cases to be more descriptive
  ` [PATCH v10 06/21] stash: add tests for `git stash show` config
  ` [PATCH v10 07/21] stash: mention options in `show` synopsis
  ` [PATCH v10 08/21] stash: convert apply to builtin
  ` [PATCH v10 09/21] stash: convert drop and clear "
  ` [PATCH v10 10/21] stash: convert branch "
  ` [PATCH v10 11/21] stash: convert pop "
  ` [PATCH v10 12/21] stash: convert list "
  ` [PATCH v10 13/21] stash: convert show "
  ` [PATCH v10 14/21] stash: convert store "
  ` [PATCH v10 15/21] stash: convert create "
  ` [PATCH v10 16/21] stash: convert push "
  ` [PATCH v10 17/21] stash: make push -q quiet
  ` [PATCH v10 18/21] stash: convert save to builtin
  ` [PATCH v10 19/21] stash: convert `stash--helper.c` into `stash.c`
  ` [PATCH v10 20/21] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [PATCH v10 21/21] stash: replace all `write-tree` child processes with API calls

[PATCH] zlib.c: use size_t for size
 2018-10-15  5:54 UTC  (19+ messages)
` [PATCH v2 1/1] "

[PATCH 14/14] rerere: convert to use the_hash_algo
 2018-10-15  4:24 UTC  (4+ messages)
` [PATCH] object_id.cocci: match only expressions of type 'struct object_id'

[RFC/PATCH] headers: normalize the spelling of some header guards
 2018-10-15  3:51 UTC  (5+ messages)

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

[PATCH v3] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-15  3:31 UTC  (3+ messages)

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-10-15  2:31 UTC  (7+ messages)
` [RFC PATCH 1/3] list-objects: support for skipping tree traversal
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/
` [RFC PATCH 3/3] list-objects-filter: teach tree:# how to handle >0

[PATCH v2 00/15] Hash function transition part 15
 2018-10-15  0:02 UTC  (16+ messages)
` [PATCH v2 01/15] object_id.cocci: match only expressions of type 'struct object_id'
` [PATCH v2 02/15] pack-bitmap-write: use GIT_MAX_RAWSZ for allocation
` [PATCH v2 03/15] builtin/repack: replace hard-coded constants
` [PATCH v2 04/15] builtin/mktree: remove hard-coded constant
` [PATCH v2 05/15] builtin/fetch-pack: remove constants with parse_oid_hex
` [PATCH v2 06/15] pack-revindex: express constants in terms of the_hash_algo
` [PATCH v2 07/15] packfile: "
` [PATCH v2 08/15] refs/packed-backend: express constants using the_hash_algo
` [PATCH v2 09/15] upload-pack: express constants in terms of the_hash_algo
` [PATCH v2 10/15] transport: use parse_oid_hex instead of a constant
` [PATCH v2 11/15] tag: express constant in terms of the_hash_algo
` [PATCH v2 12/15] apply: replace hard-coded constants
` [PATCH v2 13/15] apply: rename new_sha1_prefix and old_sha1_prefix
` [PATCH v2 14/15] submodule: make zero-oid comparison hash function agnostic
` [PATCH v2 15/15] rerere: convert to use the_hash_algo

[PATCH] Typo `dashes ?` -> `dashes?`
 2018-10-14 19:44 UTC 

[PATCH v4 00/23] Kill the_index part 4
 2018-10-14 12:33 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 17/23] userdiff.c: remove implicit dependency on the_index

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-14 12:28 UTC  (3+ messages)
` [PATCH v8 0/7] "

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-14 12:21 UTC  (2+ messages)

Does git load index file into memory?
 2018-10-14  9:59 UTC  (2+ messages)

[RFC PATCH v2 0/7] Improve path collision conflict resolutions
 2018-10-14  2:05 UTC  (8+ messages)
` [RFC PATCH v2 1/7] Add testcases for consistency in file collision conflict handling
` [RFC PATCH v2 2/7] t6036, t6042: testcases for rename collision of already conflicting files
` [RFC PATCH v2 3/7] merge-recursive: new function for better colliding conflict resolutions
` [RFC PATCH v2 4/7] merge-recursive: fix rename/add conflict handling
` [RFC PATCH v2 5/7] merge-recursive: improve handling for rename/rename(2to1) conflicts
` [RFC PATCH v2 6/7] merge-recursive: use handle_file_collision for add/add conflicts
` [RFC PATCH v2 7/7] merge-recursive: improve rename/rename(1to2)/add[/add] handling

bug when combined with etckeeper
 2018-10-13 12:36 UTC  (3+ messages)

issue: strange `git diff --numstat` behavior
 2018-10-13  8:13 UTC  (2+ messages)

How do smart git helpers transport objects?
 2018-10-13  8:08 UTC 

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-10-13  8:05 UTC  (6+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 4/7] revision.c: begin refactoring --topo-order logic

Bug: manpage for `git ls-files` uses <file> instead of <pathspec>
 2018-10-13  8:03 UTC  (2+ messages)

[PATCH 0/1] Limit client version advertisements
 2018-10-13  7:58 UTC  (16+ messages)
` [PATCH 1/1] protocol: limit max protocol version per service
` [PATCH v2 0/1] Advertise multiple supported proto versions
  ` [PATCH v2 1/1] protocol: advertise multiple supported versions

[PATCH] gc: remove redundant check for gc_auto_threshold
 2018-10-13  7:56 UTC  (5+ messages)

git issue with builds on Travis-CI
 2018-10-13  5:21 UTC 

What's cooking in git.git (Oct 2018, #02; Sat, 13)
 2018-10-13  1:03 UTC  (4+ messages)

[RFC PATCH 0/2] add fuzzing targets for use with LLVM libFuzzer
 2018-10-13  0:59 UTC  (7+ messages)
` [RFC PATCH 1/2] fuzz: Add basic fuzz testing target
` [PATCH v2 0/2] add fuzzing targets for use with OSS-Fuzz
  ` [PATCH v2 1/2] fuzz: Add basic fuzz testing target
  ` [PATCH v2 2/2] fuzz: Add fuzz testing for packfile indices

Git wire protocol v2 fails fetching shallow changes with `pack has XXX unresolved deltas` on large repos with lots of tags Inbox x
 2018-10-13  0:43 UTC  (2+ messages)

[RFC PATCH 00/19] Bring more repository handles into our code base
 2018-10-13  0:30 UTC  (3+ messages)

[PATCH 17/19] submodule: use submodule repos for object lookup
 2018-10-13  0:20 UTC  (3+ messages)

[PATCH 05/19] object: parse_object to honor its repository argument
 2018-10-13  0:00 UTC  (3+ messages)

[PATCH] range-diff: allow to diff files regardless submodule
 2018-10-12 23:17 UTC  (5+ messages)

[PATCH] submodule helper: convert relative URL to absolute URL if needed
 2018-10-12 22:27 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).