git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-15 10:14:45 to 2018-10-16 23:36:14 UTC [more...]

[PATCH 00/19] Bring more repository handles into our code base
 2018-10-16 23:35 UTC  (8+ messages)
` [PATCH 01/19] sha1_file: allow read_object to read objects in arbitrary repositories
` [PATCH 02/19] packfile: allow has_packed_and_bad to handle "
` [PATCH 03/19] object-store: allow read_object_file_extended to read from "
` [PATCH 04/19] object-store: prepare read_object_file to deal with "
` [PATCH 05/19] object-store: prepare has_{sha1, object}_file[_with_flags] to handle "
` [PATCH 06/19] object: parse_object to honor its repository argument
` [PATCH 07/19] commit: allow parse_commit* to handle arbitrary repositories

What's cooking in git.git (Oct 2018, #03; Wed, 17)
 2018-10-16 23:28 UTC 

[PATCH v3] branch: introduce --show-current display option
 2018-10-16 23:26 UTC  (6+ messages)
` [PATCH v4] "

problem with not being able to enforce git content filters
 2018-10-16 23:26 UTC  (4+ messages)

[PATCH 17/19] submodule: use submodule repos for object lookup
 2018-10-16 23:16 UTC  (5+ messages)

What's cooking in git.git (Oct 2018, #02; Sat, 13)
 2018-10-16 23:11 UTC  (6+ messages)

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

[PATCH v2 00/13] Base SHA-256 implementation
 2018-10-16 22:45 UTC  (27+ messages)
` [PATCH v2 01/13] sha1-file: rename algorithm to "sha1"
` [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 09/13] commit-graph: convert to using the_hash_algo
` [PATCH v2 10/13] Add a base implementation of SHA-256 support
` [PATCH v2 12/13] hash: add an SHA-256 implementation using OpenSSL
` [PATCH v2 13/13] commit-graph: specify OID version for SHA-256

On overriding make variables from the environment
 2018-10-16 22:40 UTC  (4+ messages)

[PATCH v3 0/7] Use generation numbers for --topo-order
 2018-10-16 22:36 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] prio-queue: add 'peek' operation
  ` [PATCH v4 2/7] test-reach: add run_three_modes method
  ` [PATCH v4 3/7] test-reach: add rev-list tests
  ` [PATCH v4 4/7] revision.c: begin refactoring --topo-order logic
  ` [PATCH v4 5/7] commit/revisions: bookkeeping before refactoring
  ` [PATCH v4 6/7] revision.c: generation-based topo-order algorithm
  ` [PATCH v4 7/7] t6012: make rev-list tests more interesting

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

[PATCH] upload-pack: clear flags before each v2 request
 2018-10-16 21:58 UTC 

[RFC] revision: Add --sticky-default option
 2018-10-16 21:24 UTC 

[PATCH] submodule helper: convert relative URL to absolute URL if needed
 2018-10-16 21:05 UTC  (6+ messages)

[PATCH 0/3] Fix gc segfault
 2018-10-16 21:02 UTC  (4+ messages)
` [PATCH 1/3] Fix typo 'detla' -> 'delta'
` [PATCH 2/3] pack-objects (mingw): demonstrate a segmentation fault with large deltas
` [PATCH 3/3] pack-objects (mingw): initialize `packing_data` mutex in the correct spot

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-10-16 20:53 UTC  (42+ 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 05/13] ci/lib.sh: add support for Azure Pipelines
  ` [PATCH v2 06/13] Add a build definition for Azure DevOps
  ` [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 12/13] README: add a build badge (status of the Azure Pipelines build)
  ` [PATCH v2 13/13] travis: fix skipping tagged releases

[PATCH 0/4] More merge cleanups
 2018-10-16 20:19 UTC  (9+ messages)
` [PATCH 2/4] merge-recursive: increase marker length with depth of recursion
` [PATCH v2 0/2] More merge cleanups
  ` [PATCH v2 1/2] merge-recursive: improve auto-merging messages with path collisions
  ` [PATCH v2 2/2] merge-recursive: avoid showing conflicts with merge branch before HEAD

[PATCH v10 00/21] Convert "git stash" to C builtin
 2018-10-16 19:59 UTC  (12+ messages)
  ` [PATCH v10 08/21] stash: convert apply to builtin
  ` [PATCH v10 18/21] stash: convert save "
  ` [PATCH v10 19/21] stash: convert `stash--helper.c` into `stash.c`

receive.denyCurrentBranch=updateInstead updates working tree even when receive.denyNonFastForwards rejects push
 2018-10-16 18:54 UTC 

[PATCH 0/9] Resending sb/submodule-recursive-fetch-gets-the-tip
 2018-10-16 18:13 UTC  (10+ messages)
` [PATCH 1/9] sha1-array: provide oid_array_filter
` [PATCH 2/9] submodule.c: fix indentation
` [PATCH 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH 4/9] submodule.c: move global changed_submodule_names into fetch submodule struct
` [PATCH 5/9] submodule.c: do not copy around submodule list
` [PATCH 6/9] repository: repo_submodule_init to take a submodule struct
` [PATCH 7/9] submodule: fetch in submodules git directory instead of in worktree
` [PATCH 8/9] fetch: retry fetching submodules if needed objects were not fetched
` [PATCH 9/9] builtin/fetch: check for submodule updates for non branch fetches

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-16 17:13 UTC  (7+ messages)

[PATCH] branch: trivial style fix
 2018-10-16 15:33 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/3] Allow choosing the SSL backend cURL uses (plus related patches)
 2018-10-16 15:28 UTC  (12+ 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

Ignored files being silently overwritten when switching branches
 2018-10-16 15:05 UTC  (6+ messages)
  ` [PATCH] optionally disable overwriting of ignored files

[Question] builtin/branch.c
 2018-10-16 14:54 UTC  (6+ messages)
  ` [PATCH] builtin/branch.c: remove useless branch_get
      ` [PATCH v2] "

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-10-16 15:00 UTC  (5+ messages)
` [PATCH v12 0/8] "

[PATCH 0/3] Provide a useful default user ident on Windows
 2018-10-16 13:06 UTC  (12+ 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-16 13:03 UTC  (7+ messages)
` [PATCH 0/4] Bloom filter experiment

[PATCH 1/1] subtree: add build targets 'man' and 'html'
 2018-10-16  8:00 UTC  (7+ messages)
        ` [PATCH 1/1] subtree: make install targets depend on build targets

[PATCH 0/3] send-email: Also pick up cc addresses from -by trailers
 2018-10-16  7:57 UTC  (12+ messages)
` [PATCH 3/3] send-email: also "
` [PATCH v2 0/3] send-email: Also "
  ` [PATCH v2 1/3] Documentation/git-send-email.txt: style fixes
  ` [PATCH v2 2/3] send-email: only consider lines containing @ or <> for automatic Cc'ing
  ` [PATCH v2 3/3] send-email: also pick up cc addresses from -by trailers

[RFC PATCH 0/2] add fuzzing targets for use with LLVM libFuzzer
 2018-10-16  6:18 UTC  (3+ messages)
` [PATCH v2 0/2] add fuzzing targets for use with OSS-Fuzz

[PATCHv2 0/3] git-p4: improved unshelving - small fixes
 2018-10-16  4:27 UTC  (5+ 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

[PATCH v3] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-16  2:13 UTC  (4+ messages)

Git Test Coverage Report (Monday, Oct 15)
 2018-10-15 19:43 UTC  (2+ messages)

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-15 17:33 UTC  (4+ messages)
` [PATCH v8 0/7] "

[PATCH] Typo `dashes ?` -> `dashes?`
 2018-10-15 17:20 UTC  (2+ messages)

[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: "

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

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

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

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

[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


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