git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-21 18:49:24 to 2021-03-24 01:18:40 UTC [more...]

[PATCH v2] git-send-email: Respect core.hooksPath setting
 2021-03-24  1:17 UTC  (5+ messages)
` [PATCH v3] "

--no-edit not respected after conflict
 2021-03-24  0:59 UTC  (5+ messages)

[PATCH v3 07/20] test-read-cache: print cache entries with --table
 2021-03-24  0:52 UTC  (7+ messages)
` [RFC/PATCH 2/5] ls-files: make "mode" in show_ce() loop a variable
` [RFC/PATCH 3/5] ls-files: add and use a new --sparse option

[PATCH v6 00/13] Rewrite the remaining merge strategies from shell to C
 2021-03-23 23:58 UTC  (15+ messages)
` [PATCH v7 00/15] "
  ` [PATCH v7 03/15] t6060: add tests for removed files
  ` [PATCH v7 07/15] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v7 08/15] merge-one-file: rewrite in C
  ` [PATCH v7 09/15] merge-resolve: "
  ` [PATCH v7 11/15] merge-octopus: "

Pass or not to pass config environment down
 2021-03-23 22:35 UTC  (5+ messages)

[PATCH v4] rebase: remove the rebase.useBuiltin setting
 2021-03-23 20:52 UTC  (4+ messages)
` [PATCH] rebase: remove transitory rebase.useBuiltin setting & env

[PATCH] init: don't reset core.filemode on git-new-workdirs
 2021-03-23 20:50 UTC  (12+ messages)

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-03-23 20:47 UTC  (7+ messages)
` [PATCH v3 2/7] t3705: add tests for `git add` in sparse checkouts
` [PATCH v3 7/7] rm: honor sparse checkout patterns

[PATCH v2 00/20] Sparse Index: Design, Format, Tests
 2021-03-23 20:42 UTC  (29+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/20] sparse-index: design doc and format update
  ` [PATCH v4 00/20] Sparse Index: Design, Format, Tests
    ` [PATCH v4 01/20] sparse-index: design doc and format update
    ` [PATCH v4 02/20] t/perf: add performance test for sparse operations
    ` [PATCH v4 03/20] t1092: clean up script quoting
    ` [PATCH v4 04/20] sparse-index: add guard to ensure full index
    ` [PATCH v4 05/20] sparse-index: implement ensure_full_index()
    ` [PATCH v4 06/20] t1092: compare sparse-checkout to sparse-index
    ` [PATCH v4 07/20] test-read-cache: print cache entries with --table
    ` [PATCH v4 08/20] test-tool: don't force full index
    ` [PATCH v4 09/20] unpack-trees: ensure "
    ` [PATCH v4 10/20] sparse-checkout: hold pattern list in index
    ` [PATCH v4 11/20] sparse-index: convert from full to sparse
    ` [PATCH v4 12/20] submodule: sparse-index should not collapse links
    ` [PATCH v4 13/20] unpack-trees: allow sparse directories
    ` [PATCH v4 14/20] sparse-index: check index conversion happens
    ` [PATCH v4 15/20] sparse-index: create extension for compatibility
    ` [PATCH v4 16/20] sparse-checkout: toggle sparse index from builtin
    ` [PATCH v4 17/20] sparse-checkout: disable sparse-index
    ` [PATCH v4 18/20] cache-tree: integrate with sparse directory entries
    ` [PATCH v4 19/20] sparse-index: loose integration with cache_tree_verify()
    ` [PATCH v4 20/20] p2000: add sparse-index repos

[PATCH v4 00/15] reftable library
 2021-03-23 20:14 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 13/15] Reftable support for git-core

Query on managing the order of commits in git merge
 2021-03-23 19:04 UTC  (2+ messages)

Bug Report: Multi-line trailers containing empty lines break parsing
 2021-03-23 17:39 UTC  (7+ messages)

[PATCH v5 0/9] Parallel Checkout (part I)
 2021-03-23 17:34 UTC  (12+ messages)
` [PATCH v6 0/9] Parallel Checkout (part 1)
  ` [PATCH v6 1/9] convert: make convert_attrs() and convert structs public
  ` [PATCH v6 2/9] convert: add [async_]convert_to_working_tree_ca() variants
  ` [PATCH v6 3/9] convert: add get_stream_filter_ca() variant
  ` [PATCH v6 4/9] convert: add classification for conv_attrs struct
  ` [PATCH v6 5/9] entry: extract a header file for entry.c functions
  ` [PATCH v6 6/9] entry: make fstat_output() and read_blob_entry() public
  ` [PATCH v6 7/9] entry: extract update_ce_after_write() from write_entry()
  ` [PATCH v6 8/9] entry: move conv_attrs lookup up to checkout_entry()
  ` [PATCH v6 9/9] entry: add checkout_entry_ca() taking preloaded conv_attrs

[PATCH v12] [GSOC] commit: add --trailer option
 2021-03-23 17:12 UTC  (15+ messages)
` [PATCH v13] "
  ` [PATCH v14] "

[PATCH v4 00/29] tree-walk: mostly replace "mode" with "enum object_type"
 2021-03-23 16:47 UTC  (15+ messages)
` [PATCH 0/2] diff --no-index: fix test blind spots
  ` [PATCH 1/2] diff --no-index tests: add test for --exit-code
  ` [PATCH v2 0/2] diff --no-index: fix test blind spots
    ` [PATCH v2 1/2] diff --no-index tests: add test for --exit-code
    ` [PATCH v2 2/2] diff --no-index tests: test mode normalization
    ` [PATCH v3 0/2] diff --no-index: fix test blind spots
      ` [PATCH v3 1/2] diff --no-index tests: add test for --exit-code
      ` [PATCH v3 2/2] diff --no-index tests: test mode normalization

[MacOS 10.11]uninstall git client
 2021-03-23 16:32 UTC  (2+ messages)

[PATCH] [GSOC]trailer: change $ARG to environment variable
 2021-03-23 14:53 UTC 

[PATCH 00/27] Sparse Index: API protections
 2021-03-23 13:26 UTC  (10+ messages)
` [PATCH 15/27] sparse-checkout: ensure full index
` [PATCH 17/27] diff-lib: "
` [PATCH 20/27] merge-ort: "

[PATCH v8] format-patch: allow a non-integral version numbers
 2021-03-23 11:12 UTC  (7+ messages)
` [PATCH v9] "
  ` [PATCH v10] "

[PATCH 0/2] [GSOC] interpret-trailer: easy parse trailer value
 2021-03-23  5:04 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

Regarding Git Hooks
 2021-03-23  4:49 UTC 

[PATCH v2] gitweb: redacted e-mail addresses feature
 2021-03-23  4:27 UTC  (16+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

What's cooking in git.git (Mar 2021, #07; Mon, 22)
 2021-03-23  3:47 UTC 

[PATCH] pack-objects: fix comment of reused_chunk.difference
 2021-03-23  3:20 UTC 

[PATCH v1] git-send-email: Respect core.hooksPath setting
 2021-03-22 21:13 UTC  (3+ messages)

[PATCH v2 5/4] Makefile/coccicheck: use --include-headers-for-types
 2021-03-22 19:09 UTC  (10+ messages)
` [PATCH v4 0/4] Makefile/coccicheck: fix bugs and speed it up
  ` [PATCH v4 1/4] Makefile/coccicheck: add comment heading for all SPATCH flags
  ` [PATCH v4 2/4] Makefile/coccicheck: speed up and fix bug with duplicate hunks
  ` [PATCH v4 3/4] Makefile/coccicheck: allow for setting xargs concurrency
  ` [PATCH v4 4/4] Makefile/coccicheck: set SPATCH_BATCH_SIZE to 8

What's cooking in git.git (Mar 2021, #06; Sat, 20)
 2021-03-22 18:41 UTC  (4+ messages)

Distinguishing FF vs non-FF updates in the reflog?
 2021-03-22 18:36 UTC  (15+ messages)

[PATCH v2] remote-curl: fall back to basic auth if Negotiate fails
 2021-03-22 16:08 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH/RFC] test-lib: make --verbose work under prove
 2021-03-22 13:46 UTC  (5+ messages)
` [RFC/PATCH 7/7] test-lib: generate JUnit output via TAP

[PATCH] pack-bitmap: avoid traversal of objects referenced by uninteresting tag
 2021-03-22 12:19 UTC  (4+ messages)
` [PATCH v2] "

Are there any publicly known funders (companies or otherwise) of git development?
 2021-03-22 11:54 UTC  (3+ messages)

[PATCH 2/3] rebase: add a config option to default to --reschedule-failed-exec
 2021-03-22 11:48 UTC  (5+ messages)
` [PATCH 0/3] rebase: don't override --no-reschedule-failed-exec with config
  ` [PATCH 1/3] rebase tests: camel-case rebase.rescheduleFailedExec consistently
  ` [PATCH 2/3] rebase tests: use test_unconfig after test_config
  ` [PATCH 3/3] rebase: don't override --no-reschedule-failed-exec with config

[PATCH v6 00/12] Simple IPC Mechanism
 2021-03-22 10:29 UTC  (14+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [PATCH v7 02/12] pkt-line: do not issue flush packets in write_packetized_*()
  ` [PATCH v7 03/12] pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option
  ` [PATCH v7 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
  ` [PATCH v7 05/12] simple-ipc: design documentation for new IPC mechanism
  ` [PATCH v7 06/12] simple-ipc: add win32 implementation
  ` [PATCH v7 07/12] unix-socket: eliminate static unix_stream_socket() helper function
  ` [PATCH v7 08/12] unix-socket: add backlog size option to unix_stream_listen()
  ` [PATCH v7 09/12] unix-socket: disallow chdir() when creating unix domain sockets
  ` [PATCH v7 10/12] unix-stream-server: create unix domain socket under lock
  ` [PATCH v7 11/12] simple-ipc: add Unix domain socket implementation
  ` [PATCH v7 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool

Blob hash of binary files in patches generated by git format patch show in full form instead of short form
 2021-03-22 10:06 UTC  (4+ messages)

[RFC] git-rebase-rewind, nested rebases, remembering stgit
 2021-03-22  9:33 UTC  (3+ messages)

git diff --text does not work during rebase for binary files
 2021-03-22  8:45 UTC  (3+ messages)

How to disable git verification of ssl proxy?
 2021-03-22  3:06 UTC 

[PATCH v2 0/9] Fix all leaks in t0001
 2021-03-21 21:40 UTC  (3+ messages)
` [PATCH v3 "

Bug report: 'filtering content' delayed progress message does not respect --quiet
 2021-03-21 20:53 UTC 


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