git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-20 22:33:27 to 2022-01-24 20:18:45 UTC [more...]

[PATCH v3 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX
 2022-01-24 19:29 UTC  (2+ messages)

[PATCH v3 8/9] midx: read `RIDX` chunk when present
 2022-01-24 19:27 UTC  (2+ messages)

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

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

[ANNOUNCE] Git v2.35.0
 2022-01-24 19:25 UTC 

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-01-24 19:39 UTC 

[PATCH v3 7/9] t/lib-bitmap.sh: parameterize tests over reverse index source
 2022-01-24 19:15 UTC  (2+ messages)

A note from the maintainer
 2022-01-24 19:25 UTC 

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-01-24 18:56 UTC  (10+ messages)
` [PATCH 1/9] ci: fix code style
` [PATCH 2/9] ci/run-build-and-tests: take a more high-level view
` [PATCH 3/9] ci: make it easier to find failed tests' logs in the GitHub workflow
` [PATCH 4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output
` [PATCH 5/9] tests: refactor --write-junit-xml code
` [PATCH 6/9] test(junit): avoid line feeds in XML attributes
` [PATCH 7/9] ci: optionally mark up output in the GitHub workflow
` [PATCH 8/9] ci: use `--github-workflow-markup` "
` [PATCH 9/9] ci: call `finalize_test_case_output` a little later

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

A puzzle: reset --hard and hard links
 2022-01-24 18:16 UTC  (9+ messages)

[PATCH] clone: support unusual remote ref configurations
 2022-01-24 18:09 UTC 

[PATCH v3 3/9] pack-revindex.c: instrument loading on-disk reverse index
 2022-01-24 17:53 UTC  (2+ messages)

[PATCH v3 1/9] t5326: demonstrate bitmap corruption after permutation
 2022-01-24 17:40 UTC  (6+ messages)

[PATCH] RelNotes: add builder notes
 2022-01-24 17:30 UTC 

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-24 17:30 UTC  (24+ 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] 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] 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)

[PATCH 0/2] builtin add -p: fix hunk splitting
 2022-01-24 11:10 UTC  (8+ 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

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  (15+ 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()

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

[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  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/3] fetch --negotiate-only: do not update submodules
  ` Re* [PATCH v7 0/3] fetch: skip unnecessary tasks when using --negotiate-only


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