git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-09 15:04:05 to 2021-03-11 02:12:07 UTC [more...]

[PATCH v8 00/37] config-based hooks
 2021-03-11  2:10 UTC  (22+ messages)
` [PATCH v8 01/37] doc: propose hooks managed by the config
` [PATCH v8 02/37] hook: scaffolding for git-hook subcommand
` [PATCH v8 03/37] hook: add list command
` [PATCH v8 04/37] hook: include hookdir hook in list
` [PATCH v8 05/37] hook: teach hook.runHookDir
` [PATCH v8 06/37] hook: implement hookcmd.<name>.skip
` [PATCH v8 07/37] parse-options: parse into strvec
` [PATCH v8 08/37] hook: add 'run' subcommand
` [PATCH v8 09/37] hook: introduce hook_exists()
` [PATCH v8 10/37] hook: support passing stdin to hooks
` [PATCH v8 11/37] run-command: allow stdin for run_processes_parallel
` [PATCH v8 12/37] hook: allow parallel hook execution
` [PATCH v8 13/37] hook: allow specifying working directory for hooks
` [PATCH v8 14/37] run-command: add stdin callback for parallelization
` [PATCH v8 15/37] hook: provide stdin by string_list or callback
` [PATCH v8 16/37] run-command: allow capturing of collated output
` [PATCH v8 17/37] hooks: allow callers to capture output
` [PATCH v8 18/37] commit: use config-based hooks
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 21/37] gc: use hook library for pre-auto-gc hook
` [PATCH v8 22/37] rebase: teach pre-rebase to use hook.h

[PATCH v10 0/3] mergetool: add hideResolved configuration (was automerge)
 2021-03-11  1:57 UTC  (8+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/3] mergetool: add hideResolved configuration
    ` [PATCH] mergetool: do not enable hideResolved by default

[PATCH v5 00/39] SHA-256, part 3/3
 2021-03-11  1:55 UTC  (24+ messages)
` [PATCH v6 "
    ` [PATCH 0/3] sha256 fixes for filter-branch
      ` [PATCH 1/3] t7003: test ref rewriting explicitly
      ` [PATCH 2/3] filter-branch: drop multiple-ancestor warning
      ` [PATCH 3/3] filter-branch: drop $_x40 glob
        ` [PATCH 0/4] bisect + tests: remove old $_x05, $_x35 and $_x40 variables
        ` [PATCH 1/4] git-bisect: remove unused SHA-1 $x40 shell variable
        ` [PATCH 2/4] test-lib: remove unused $_x40 and $_z40 variables
        ` [PATCH 3/4] shortlog tests: rewrite to get rid of --abbrev=35 hardcoding
        ` [PATCH 4/4] tests: get rid of $_x05 from the test suite

[PATCH] fetch-pack: do not mix --pack_header and packfile uri
 2021-03-11  1:41 UTC  (11+ messages)

[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
 2021-03-11  0:38 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] diffcore-rename: enable filtering possible rename sources
  ` [PATCH v2 4/8] merge-ort: introduce wrappers for alternate tree traversal
  ` [PATCH v2 7/8] merge-ort: skip rename detection entirely if possible
  ` [PATCH v3 0/8] Optimization batch 9: avoid detecting irrelevant renames
    ` [PATCH v3 1/8] diffcore-rename: enable filtering possible rename sources
    ` [PATCH v3 2/8] merge-ort: precompute subset of sources for which we need rename detection
    ` [PATCH v3 3/8] merge-ort: add data structures for an alternate tree traversal
    ` [PATCH v3 4/8] merge-ort: introduce wrappers for "
    ` [PATCH v3 5/8] merge-ort: precompute whether directory rename detection is needed
    ` [PATCH v3 6/8] merge-ort: use relevant_sources to filter possible rename sources
    ` [PATCH v3 7/8] merge-ort: skip rename detection entirely if possible
    ` [PATCH v3 8/8] diffcore-rename: avoid doing basename comparisons for irrelevant sources

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-11  0:31 UTC  (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] sequencer: export and rename subject_length()
` [PATCH v4 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v4 3/6] commit: add a reword suboption to --fixup
` [PATCH v4 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v4 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v4 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

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

bug: conflicting core.bare setting causes segfault during bare clone
 2021-03-10 23:33 UTC  (4+ messages)
` [PATCH v2] builtin/init-db: handle bare clones when core.bare set to false

[RFC PATCH] merge-recursive: create new files with O_EXCL
 2021-03-10 23:01 UTC  (2+ messages)

[PATCH v3 00/17] use config-based hooks (config-based hooks part II)
 2021-03-10 22:36 UTC  (7+ messages)
` [PATCH v3 01/17] commit: use config-based hooks

[PATCH 0/7] rev-parse: implement object type filter
 2021-03-10 22:19 UTC  (4+ messages)

Can git change?
 2021-03-10 21:39 UTC  (9+ messages)
        ` RES: "

[PATCH 0/5] clean-ups to geometric repacking
 2021-03-10 21:00 UTC  (3+ messages)
` [PATCH 4/5] builtin/repack.c: be more conservative with unsigned overflows

[PATCH] http: store credential when PKI auth is used
 2021-03-10 20:01 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.31.0-rc2
 2021-03-10 19:59 UTC 

[PATCH v7 00/17] propose config-based hooks (part I)
 2021-03-10 19:30 UTC  (4+ messages)
` [PATCH v7 01/17] doc: propose hooks managed by the config

GSoC'21@git project application
 2021-03-10 19:04 UTC 

[PATCH] Update 'make fuzz-all' docs to reflect modern clang
 2021-03-10 18:52 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] Makefile: update "

[PATCH v7 14/17] run-command: add stdin callback for parallelization
 2021-03-10 18:24 UTC  (3+ messages)

git credential cache timeout questions
 2021-03-10 15:41 UTC  (3+ messages)

git branch: filtering by formatted ref when using --format and --list flags
 2021-03-10 13:36 UTC 

[PATCH v5 00/21] Offer to run CI/PR builds in Azure Pipelines
 2021-03-10 12:40 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 16/21] mingw: try to work around issues with the test cleanup

Core translation should be documented on po/README
 2021-03-10 11:32 UTC  (2+ messages)

[PATCH/RFC] test-lib: make --verbose work under prove
 2021-03-10  7:42 UTC  (22+ messages)
` [PATCH 0/6 + 1] test-lib: make --verbose output valid TAP
` [PATCH 1/7] test-lib: remove test_external
` [PATCH 2/7] test-lib: add say_color_tap helper to emit TAP format
` [PATCH 3/7] test-lib: color "ok" TAP directives green under --verbose (or -x)
` [PATCH 4/7] test-lib: add tee with TAP support to test-tool
` [PATCH 5/7] test-lib: indent and format GIT_TEST_TEE_OUTPUT_FILE code
` [PATCH 6/7] test-lib: make --verbose output valid TAP
` [RFC/PATCH 7/7] test-lib: generate JUnit output via TAP

What's cooking in git.git (Mar 2021, #02; Mon, 8)
 2021-03-10  3:44 UTC  (3+ messages)

[PATCH v4 00/12] Simple IPC Mechanism
 2021-03-10  0:18 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [PATCH v5 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
  ` [PATCH v5 08/12] unix-socket: add backlog size option to unix_stream_listen()
  ` [PATCH v5 09/12] unix-socket: disallow chdir() when creating unix domain sockets
  ` [PATCH v5 10/12] unix-stream-server: create unix domain socket under lock
  ` [PATCH v5 11/12] simple-ipc: add Unix domain socket implementation

[PATCH v3 00/10] Optimization batch 8: use file basenames even more
 2021-03-09 21:52 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v2 0/6] Move the read_tree() function to its only user
 2021-03-09 21:48 UTC  (36+ messages)
` [PATCH 00/30] tree-walk: mostly "mode" to "enum object_type"
` [PATCH 03/30] cache.h: add a comment to object_type()
` [PATCH 05/30] tree-walk.c: migrate to using new "object_type" field when possible
` [PATCH 06/30] cache.h: have base_name_compare() take "is tree?", not "mode"
` [PATCH 09/30] tree.h users: format argument lists in archive.c
` [PATCH 12/30] tree-walk.h users: migrate "p->mode &&" pattern
` [PATCH 13/30] tree-walk.h users: refactor chained "mode" if/else into switch
` [PATCH 15/30] merge-tree tests: test for the mode comparison in same_entry()
` [PATCH 16/30] merge-ort: correct reference to test in 62fdec17a11
` [PATCH 21/30] tree-walk.h API users: use "tmp" for mode in shift_tree_by()
` [PATCH 22/30] tree-walk.h API: Add get_tree_entry_type()
` [PATCH 23/30] tree-walk.h API: add a get_tree_entry_path() function
` [PATCH 24/30] tree-walk.h API: document and format tree_entry_extract()
` [PATCH 26/30] tree-walk.h API: add a tree_entry_extract_all() function
` [PATCH 28/30] tree-walk.h API users: rename "struct name_entry"'s "mode" to "raw_mode"
` [PATCH 29/30] tree.h API users: rename read_tree_fn_t's "
` [PATCH 30/30] tree-walk.h API: move canon_mode() back out of decode_tree_entry()

slow object packing during push
 2021-03-09 21:14 UTC  (2+ messages)

[ANNOUNCE] Git v2.31.0-rc2
 2021-03-09 20:53 UTC  (3+ messages)

[RFC][PATCH 0/2] rm: changes in the '.gitmodules' are staged after using '--cached'
 2021-03-09 20:47 UTC  (8+ messages)
` [PATCH v2 0/1] rm: stage submodule removal from '.gitmodules'
  ` [PATCH v2 1/1] rm: stage submodule removal from '.gitmodules' when using '--cached'

[ANNOUNCE] Git for Windows 2.30.2
 2021-03-09 18:23 UTC 

[ANNOUNCE] Git v2.30.2 and below for CVE-2021-21300
 2021-03-09 18:03 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).