git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-20 12:36:15 to 2022-01-24 17:12:07 UTC [more...]

[PATCH] Properly align memory allocations and temporary buffers
 2022-01-24 17:11 UTC  (7+ messages)
` [PATCH v2] mem-pool: Don't assume uintmax_t is aligned enough for all types
  ` [PATCH v3] "

[GIT PULL] l10n updates for 2.35.0 round 2
 2022-01-24 17:10 UTC  (2+ messages)

[PATCH v2 0/2] Generate temporary files using a CSPRNG
 2022-01-24 17:08 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] wrapper: use a CSPRNG to generate random file names

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-24 16:54 UTC  (21+ messages)
` [PATCH 01/12] merge-tree: rename merge_trees() to trivial_merge_trees()
` [PATCH 02/12] merge-tree: move logic for existing merge into new function
` [PATCH 03/12] merge-tree: add option parsing and initial shell for real merge function
` [PATCH 04/12] merge-tree: implement real merges
` [PATCH 05/12] merge-ort: split out a separate display_update_messages() function
` [PATCH 06/12] merge-ort: allow update messages to be written to different file stream
` [PATCH 07/12] merge-tree: support including merge messages in output
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
` [PATCH 09/12] merge-tree: provide a list of which files have conflicts
` [PATCH 10/12] merge-tree: provide easy access to `ls-files -u` style info
` [PATCH 11/12] merge-tree: add a --allow-unrelated-histories flag
` [PATCH 12/12] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH v5 00/16] Reftable coverity fixes
 2022-01-24 15:50 UTC  (29+ messages)
` [PATCH v6 00/15] "
  ` [PATCH v6 01/15] reftable: fix OOB stack write in print functions
  ` [PATCH v6 02/15] reftable: fix resource leak in block.c error path
  ` [PATCH v6 03/15] reftable: fix resource leak blocksource.c
  ` [PATCH v6 04/15] reftable: check reftable_stack_auto_compact() return value
  ` [PATCH v6 05/15] reftable: ignore remove() return value in stack_test.c
  ` [PATCH v6 06/15] reftable: fix resource warning
  ` [PATCH v6 07/15] reftable: all xxx_free() functions accept NULL arguments
  ` [PATCH v6 08/15] reftable: order unittests by complexity
  ` [PATCH v6 09/15] reftable: drop stray printf in readwrite_test
  ` [PATCH v6 10/15] reftable: handle null refnames in reftable_ref_record_equal
  ` [PATCH v6 11/15] reftable: make reftable-record.h function signatures const correct
  ` [PATCH v6 12/15] reftable: implement record equality generically
  ` [PATCH v6 13/15] reftable: remove outdated file reftable.c
  ` [PATCH v6 14/15] reftable: make reftable_record a tagged union
  ` [PATCH v6 15/15] reftable: add print functions to the record types

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-01-24 15:17 UTC  (2+ messages)

[RFC] cat-file: add a --stdin-cmd mode
 2022-01-24 14:29 UTC  (3+ messages)

A puzzle: reset --hard and hard links
 2022-01-24 13:48 UTC  (7+ messages)

[PATCH] sparse-checkout: create leading directory
 2022-01-24 11:17 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/2] builtin add -p: fix hunk splitting
 2022-01-24 11:10 UTC  (11+ messages)
` [PATCH v2 "

[PATCH 0/4] Factorize i18n
 2022-01-24 11:09 UTC  (8+ messages)
` [PATCH 1/4] i18n: factorize more 'incompatible options' messages
` [PATCH 2/4] i18n: factorize "invalid value" messages
` [PATCH 3/4] i18n: remove from i18n strings that do not hold translatable parts
` [PATCH 4/4] i18n: transfer variables into placeholders in command synopsis

[PATCH v2] cache.h: auto-detect if zlib has uncompress2()
 2022-01-24  9:27 UTC  (9+ messages)
` [PATCH v3] "
        ` [PATCH v4] compat: "

Some sub-commands can't be completed by TAB key
 2022-01-24  9:18 UTC  (7+ messages)

[PATCH 0/6] refs: excessive hook execution with packed refs
 2022-01-24  7:13 UTC  (7+ messages)
` [PATCH v2 "

[GSoC] [PATCH 0/1] t0001: replace "test [-d|-f]" with test_path_is_* functions
 2022-01-24  5:56 UTC  (5+ messages)
` [GSoC] [PATCH 1/1] "

Null
 2022-01-24  0:49 UTC 

[RFC] Contributor doc: more on the proposed log message
 2022-01-23 21:32 UTC  (2+ messages)

[Newcomer] Any ideas for microprojects ?
 2022-01-23 21:06 UTC 

[BUG] builtin/checkout.c:1098: should be able to skip past 'refs/heads/'
 2022-01-23 16:38 UTC  (16+ messages)
` [PATCH] checkout: fix BUG() case in 9081a421a6
    ` [PATCH] checkout: avoid BUG() when hitting a broken repository

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-01-23  6:03 UTC 

[PATCH] blame: add --ignore-revs-blob and blame.ignoreRevsBlob
 2022-01-22 10:07 UTC 

[PATCH 0/3] [Non-critical]: sparse index vs split index fixes
 2022-01-22  9:32 UTC  (9+ messages)
` [PATCH 1/3] sparse-index: sparse index is disallowed when split index is active
` [PATCH 3/3] split-index: it really is incompatible with the sparse index

Strange checkout with GIT_WORK_TREE
 2022-01-22  9:06 UTC  (4+ messages)

[PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
 2022-01-22  6:36 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

What's cooking in git.git (Jan 2022, #06; Fri, 21)
 2022-01-22  5:16 UTC 

[Newcomer] Suggestions for microprojects
 2022-01-22  5:01 UTC  (3+ messages)

[PATCH v2 0/2] sparse checkout: custom bash completion updates
 2022-01-22  2:11 UTC  (12+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] sparse-checkout: custom tab completion

[PATCH] clone, submodule: pass partial clone filters to submodules
 2022-01-22  1:49 UTC  (2+ messages)

[PATCH 0/2] Fix some old memory leaks in merge-ort and builtin/merge
 2022-01-22  0:05 UTC  (3+ messages)
` [PATCH 2/2] merge: fix memory leaks in cmd_merge()

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2022-01-21 21:12 UTC  (23+ messages)
` [PATCH v8 0/3] branch: inherit tracking configs
  ` [PATCH v8 2/3] branch: add flags and config to inherit tracking
    ` incorrect 'git (checkout|branch) -h' output with new --track modes (was: [PATCH v8 2/3] branch: add flags and config to inherit tracking)
      ` [PATCH] branch,checkout: fix --track usage strings
          ` [PATCH] parse-options: document automatic PARSE_OPT_LITERAL_ARGHELP
          ` [PATCH] branch,checkout: fix --track documentation

[PATCH v2 0/8] Add a new --remerge-diff capability to show & log
 2022-01-21 19:12 UTC  (17+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 8/9] show, log: include conflict/warning messages in --remerge-diff headers
  ` [PATCH v4 00/10] Add a new --remerge-diff capability to show & log
    ` [PATCH v4 01/10] show, log: provide a --remerge-diff capability
    ` [PATCH v4 02/10] log: clean unneeded objects during `log --remerge-diff`
    ` [PATCH v4 03/10] ll-merge: make callers responsible for showing warnings
    ` [PATCH v4 04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion
    ` [PATCH v4 05/10] merge-ort: mark a few more conflict messages as omittable
    ` [PATCH v4 06/10] merge-ort: format messages slightly different for use in headers
    ` [PATCH v4 07/10] diff: add ability to insert additional headers for paths
    ` [PATCH v4 08/10] show, log: include conflict/warning messages in --remerge-diff headers
    ` [PATCH v4 09/10] merge-ort: mark conflict/warning messages from inner merges as omittable
    ` [PATCH v4 10/10] diff-merges: avoid history simplifications when diffing merges

[PATCH 0/2] cat-file: add a --stdin-cmd mode
 2022-01-21 17:46 UTC  (3+ messages)

[PATCH v6 0/3] fetch: skip unnecessary tasks when using --negotiate-only
 2022-01-21  2:17 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] fetch: use goto cleanup in cmd_fetch()
  ` [PATCH v7 2/3] fetch: skip tasks related to fetching objects
  ` [PATCH v7 3/3] fetch --negotiate-only: do not update submodules
  ` Re* [PATCH v7 0/3] fetch: skip unnecessary tasks when using --negotiate-only

[PATCH v3 1/9] t5326: demonstrate bitmap corruption after permutation
 2022-01-20 22:46 UTC  (5+ messages)

[PATCH v3 3/9] pack-revindex.c: instrument loading on-disk reverse index
 2022-01-20 22:18 UTC  (3+ messages)

[PATCH v3 2/9] midx.c: make changing the preferred pack safe
 2022-01-20 22:13 UTC  (3+ messages)

[PATCH] signature-format.txt: Note SSH and X.509 signature delimiters
 2022-01-20 19:49 UTC  (3+ messages)

[ANNOUNCE] Git v2.35.0-rc2
 2022-01-20 18:44 UTC 

[PATCH v6 3/3] fetch --negotiate-only: do not update submodules
 2022-01-20 17:40 UTC  (2+ messages)

What's cooking in git.git (Jan 2022, #05; Wed, 19)
 2022-01-20 15:14 UTC  (5+ 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).