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

[PATCH 0/3] po/README: document miscellaneous topics mentioned by l10n coordinator
 2021-03-11 13:13 UTC  (5+ messages)
` [PATCH 1/3] po/README: document PO helper
` [PATCH 2/3] po/README: document "core translation"
` [PATCH 3/3] po/README: document l10n conventions

What's cooking in git.git (Mar 2021, #03; Wed, 10)
 2021-03-11 13:01 UTC  (8+ messages)

[PATCH] test-lib: guard against being run as 'prove t*.sh'
 2021-03-11 12:42 UTC 

[PATCH v5 00/39] SHA-256, part 3/3
 2021-03-11 10:29 UTC  (27+ 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

[RFC PATCH] merge-recursive: create new files with O_EXCL
 2021-03-11  9:54 UTC  (3+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-11  8:06 UTC  (17+ 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] [GSOC] commit: provides multiple common signatures
 2021-03-11  7:16 UTC 

GSoC'21@git project application
 2021-03-11  4:06 UTC  (2+ messages)

[PATCH v8 00/37] config-based hooks
 2021-03-11  2:10 UTC  (38+ 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 20/37] merge: use config-based hooks for post-merge hook
` [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 v8 23/37] read-cache: convert post-index-change hook to use config
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v8 25/37] git-p4: use 'git hook' to run hooks
` [PATCH v8 26/37] hooks: convert 'post-checkout' hook to hook library
` [PATCH v8 27/37] hook: convert 'post-rewrite' hook to config
` [PATCH v8 28/37] transport: convert pre-push hook to use config
` [PATCH v8 29/37] reference-transaction: look for hooks in config
` [PATCH v8 30/37] receive-pack: convert 'update' hook to hook.h
` [PATCH v8 31/37] proc-receive: acquire hook list from hook.h
` [PATCH v8 32/37] post-update: use hook.h library
` [PATCH v8 33/37] receive-pack: convert receive hooks to hook.h
` [PATCH v8 34/37] bugreport: use hook_exists instead of find_hook
` [PATCH v8 35/37] git-send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH v8 36/37] run-command: stop thinking about hooks
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[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] 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 00/20] Sparse Index: Design, Format, Tests
 2021-03-11  0:07 UTC  (49+ messages)
` [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

[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

[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  (17+ 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 6/7] test-lib: make --verbose output valid 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  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [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  (4+ messages)
` [PATCH 00/30] tree-walk: mostly "mode" to "enum object_type"

slow object packing during push
 2021-03-09 21:14 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).