git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-14 02:40:56 to 2018-10-16 09:10:24 UTC [more...]

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

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-10-16  8:51 UTC  (34+ 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

[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

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

[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

[PATCH v3] branch: introduce --show-current display option
 2018-10-16  5:59 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] submodule helper: convert relative URL to absolute URL if needed
 2018-10-16  5:15 UTC  (4+ messages)

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

[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 v2 00/13] Base SHA-256 implementation
 2018-10-16  4:01 UTC  (22+ 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/3] Provide a useful default user ident on Windows
 2018-10-16  3:59 UTC  (8+ 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

[PATCH v10 00/21] Convert "git stash" to C builtin
 2018-10-16  3:41 UTC  (28+ 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 0/4] More merge cleanups
 2018-10-16  2:16 UTC  (9+ messages)
` [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 v3] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-16  2:13 UTC  (5+ messages)

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

[PATCH] branch: trivial style fix
 2018-10-15 19:35 UTC  (3+ messages)

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

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

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

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

[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

[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

[PATCH] zlib.c: use size_t for size
 2018-10-15  5:54 UTC  (12+ 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  (4+ messages)
` [PATCH v12 0/8] "

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

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)


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