git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-16 15:19:47 to 2022-05-19 18:18:30 UTC [more...]

[PATCH v3 0/7] scalar: implement the subcommand "diagnose"
 2022-05-19 18:18 UTC  (19+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/7] archive --add-file-with-contents: allow paths containing colons
  ` [PATCH v4 3/7] scalar: validate the optional enlistment argument
  ` [PATCH v4 4/7] Implement `scalar diagnose`
  ` [PATCH v5 0/7] scalar: implement the subcommand "diagnose"
    ` [PATCH v5 1/7] archive: optionally add "virtual" files
    ` [PATCH v5 2/7] archive --add-file-with-contents: allow paths containing colons
    ` [PATCH v5 5/7] scalar diagnose: include disk space information

[PATCH 0/8] Sparse index: integrate with sparse-checkout
 2022-05-19 17:52 UTC  (27+ messages)
` [PATCH 1/8] sparse-index: create expand_to_pattern_list()
` [PATCH 2/8] sparse-index: introduce partially-sparse indexes
` [PATCH 3/8] cache-tree: implement cache_tree_find_path()
` [PATCH 4/8] sparse-checkout: --no-sparse-index needs a full index
` [PATCH 5/8] sparse-index: partially expand directories
` [PATCH 6/8] sparse-index: complete partial expansion
` [PATCH 7/8] p2000: add test for 'git sparse-checkout [add|set]'
` [PATCH 8/8] sparse-checkout: integrate with sparse index
` [PATCH v2 00/10] Sparse index: integrate with sparse-checkout
  ` [PATCH v2 01/10] t1092: refactor 'sparse-index contents' test
  ` [PATCH v2 02/10] t1092: stress test 'git sparse-checkout set'
  ` [PATCH v2 03/10] sparse-index: create expand_to_pattern_list()
  ` [PATCH v2 04/10] sparse-index: introduce partially-sparse indexes
  ` [PATCH v2 05/10] cache-tree: implement cache_tree_find_path()
  ` [PATCH v2 06/10] sparse-checkout: --no-sparse-index needs a full index
  ` [PATCH v2 07/10] sparse-index: partially expand directories
  ` [PATCH v2 08/10] sparse-index: complete partial expansion
  ` [PATCH v2 09/10] p2000: add test for 'git sparse-checkout [add|set]'
  ` [PATCH v2 10/10] sparse-checkout: integrate with sparse index

[PATCH 0/2] Fix merge restore state
 2022-05-19 17:45 UTC  (5+ messages)
` [PATCH 1/2] merge: remove unused variable
` [PATCH 2/2] merge: make restore_state() do as its name says

What's cooking in git.git (May 2022, #05; Mon, 16)
 2022-05-19 17:29 UTC  (4+ messages)

[PATCH 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-19 17:18 UTC  (25+ messages)
` [PATCH v2 "
` [PATCH v2 1/9] Makefile: sort "po/git.pot" by file location
` [PATCH v2 2/9] Makefile: generate "po/git.pot" from stable LOCALIZED_C
` [PATCH v2 3/9] Makefile: have "make pot" not "reset --hard"
` [PATCH v2 4/9] i18n CI: stop allowing non-ASCII source messages in po/git.pot
` [PATCH v2 5/9] po/git.pot: this is now a generated file
` [PATCH v2 6/9] po/git.pot: don't check in result of "make pot"
` [PATCH v2 7/9] Makefile: add "po-update" rule to update po/XX.po
` [PATCH v2 8/9] Makefile: add "po-init" rule to initialize po/XX.po
` [PATCH v2 9/9] l10n: Document the new l10n workflow

[PATCH] Add pcre2 support for cmake build system
 2022-05-19 16:18 UTC  (3+ messages)

[PATCH 00/17] cruft packs
 2022-05-19 15:50 UTC  (35+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/17] Documentation/technical: add cruft-packs.txt
  ` [PATCH v4 02/17] pack-mtimes: support reading .mtimes files
  ` [PATCH v4 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
  ` [PATCH v4 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v4 05/17] pack-mtimes: support writing pack .mtimes files
  ` [PATCH v4 06/17] t/helper: add 'pack-mtimes' test-tool
  ` [PATCH v4 07/17] builtin/pack-objects.c: return from create_object_entry()
  ` [PATCH v4 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v4 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
  ` [PATCH v4 10/17] reachable: report precise timestamps from objects in cruft packs
  ` [PATCH v4 11/17] builtin/pack-objects.c: --cruft with expiration
  ` [PATCH v4 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v4 13/17] builtin/repack.c: allow configuring cruft pack generation
  ` [PATCH v4 14/17] builtin/repack.c: use named flags for existing_packs
  ` [PATCH v4 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [PATCH v4 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
  ` [PATCH v4 17/17] sha1-file.c: don't freshen cruft packs
  ` [RFC PATCH 0/2] Utility functions for duplicated pack(write) code
    ` [RFC PATCH 1/2] packfile API: add and use a pack_name_to_ext() utility function
    ` [RFC PATCH 2/2] hash API: add and use a hash_short_id_by_algo() function

Question about pre-merge and git merge octopus strategy
 2022-05-19 14:46 UTC  (11+ messages)

Feature Request: add interactive accept only remove or add changes
 2022-05-19 10:49 UTC 

Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL
 2022-05-19  6:58 UTC  (2+ messages)

[PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-05-18 21:53 UTC  (13+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] run-command tests: change if/if/... to if/else if/else
  ` [PATCH v2 2/8] run-command API: use "opts" struct for run_processes_parallel{,_tr2}()
  ` [PATCH v2 3/8] run-command tests: test stdout of run_command_parallel()
  ` [PATCH v2 4/8] run-command.c: add an initializer for "struct parallel_processes"
  ` [PATCH v2 5/8] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH v2 6/8] hook tests: fix redirection logic error in 96e7225b310
  ` [PATCH v2 7/8] hook API: don't redundantly re-set "no_stdin" and "stdout_to_stderr"
  ` [PATCH v2 8/8] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

[PATCH] builtin/receive-pack.c: remove redundant 'if'
 2022-05-18 21:16 UTC  (2+ messages)

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-18 21:05 UTC 

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-18 20:51 UTC  (2+ messages)

[PATCH] templates: clarify SHA1 arg in prepare-commit-msg
 2022-05-18 18:58 UTC  (2+ messages)

[PATCH v2 00/15][GSoC] iterate dirs before or after their contents
 2022-05-18 18:36 UTC  (14+ messages)
` [PATCH v2 04/15] test-dir-iterator: consistently return EXIT_FAILURE or EXIT_SUCCESS
` [PATCH v2 10/15] dir-iterator: refactor dir_iterator_advance()
` [PATCH v2 13/15] dir-iterator: option to iterate dirs in pre-order

[PATCH] getpriority: Only getpriority translation the priority values
 2022-05-18 17:21 UTC  (4+ messages)
      ` Perhaps we want {diff,log,format}.noprefix and friends?

[PATCH 0/2] commit: trivial leak fix, add 2 tests to linux-leaks CI
 2022-05-18 16:30 UTC  (4+ messages)
` [PATCH] commit: fix "author_ident" leak

Bugreport - submodules are fetched twice in some cases
 2022-05-18 15:53 UTC  (15+ messages)
                ` [PATCH] fetch: do not run a redundant fetch from submodule
                  ` [PATCH v2] "

[PATCH] fetch: limit shared symref check only for local branches
 2022-05-18 15:50 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] [RFC] setup.c: make bare repo discovery optional
 2022-05-17 21:51 UTC  (20+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] setup.c: learn discovery.bareRepository=cwd

[PATCH v5 00/28] Builtin FSMonitor Part 3
 2022-05-17 21:14 UTC  (14+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/28] fsm-listen-win32: handle shortnames
  ` [PATCH v6 16/28] fsmonitor--daemon: stub in health thread
  ` [PATCH v6 20/28] fsmonitor: optimize processing of directory events
  ` [PATCH v6 26/28] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd

Corrupt name-rev output
 2022-05-17 16:20 UTC  (7+ messages)

[Discussion] What is Git's Security Boundary?
 2022-05-17 12:55 UTC  (2+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-05-17  8:23 UTC  (17+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function

[PATCH] fetch-pack: make unexpected peek result non-fatal
 2022-05-17  6:20 UTC  (3+ messages)

[PATCH] grep: add --max-count command line option
 2022-05-17  5:53 UTC  (7+ messages)

[PATCH 0/8] Bundle URIs: Prepatory patches
 2022-05-16 20:11 UTC  (9+ messages)
` [PATCH 1/8] connect.c: refactor sending of agent & object-format
` [PATCH 2/8] dir API: add a generalized path_match_flags() function
` [PATCH 3/8] fetch-pack: add a deref_without_lazy_fetch_extended()
` [PATCH 4/8] fetch-pack: move --keep=* option filling to a function
` [PATCH 5/8] http: make http_get_file() external
` [PATCH 6/8] remote: move relative_url()
` [PATCH 7/8] remote: allow relative_url() to return an absolute url
` [PATCH 8/8] bundle.h: make "fd" version of read_bundle_header() public

[PATCH v4 0/3] fix `sudo make install` regression in maint
 2022-05-16 16:25 UTC  (10+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 3/4] t0034: add negative tests and allow git init to mostly work under sudo

Date in git-commit output inconsistent with log.date format
 2022-05-16 16:14 UTC  (2+ messages)

[PATCH v4] builtin/remote.c: teach `-v` to list filters for promisor remotes
 2022-05-16 15:38 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).