git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 12:59:32 to 2024-08-22 13:24:12 UTC [more...]

[PATCH v2 5/5] cgit: add higher-level cgit crate
 2024-08-22 13:24 UTC  (5+ messages)

[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
 2024-08-22 13:15 UTC  (14+ messages)
` [PATCH 1/7] t1000-2000: add GIT_ADVICE=1 for advice tests
` [PATCH 2/7] t3000-4000: add GIT_ADVICE=1 to "
` [PATCH 3/7] t5000: "
` [PATCH 4/7] t6000: "
` [PATCH 5/7] t7000: "
` [PATCH 6/7] t7508/12: set GIT_ADVICE=1 across all tests
` [PATCH 7/7] advice: refuse to output if stderr not TTY

[PATCH 00/10] reftable: fix reload with active iterators
 2024-08-22 12:53 UTC  (9+ messages)
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH 07/10] reftable/reader: introduce refcounting

[PATCH v1 0/4] add ref content check for files backend
 2024-08-22 12:42 UTC  (13+ messages)
` [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro
` [PATCH v1 2/4] ref: add regular ref content check for files backend
` [PATCH v1 3/4] ref: add symbolic "

Wrong error message when cloning from http gitlab (and everything still works anyway)
 2024-08-22 10:40 UTC 

[PATCH] gitk: added external diff file rename detection
 2024-08-22  9:27 UTC 

[PATCH 00/20] Memory leak fixes (pt.5)
 2024-08-22  9:18 UTC  (56+ messages)
` [PATCH 01/20] mailinfo: fix leaking header data
` [PATCH 02/20] convert: fix leaks when resetting attributes
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 04/20] pretty: fix leaking key/value separator buffer
` [PATCH 05/20] builtin/merge-tree: fix leaking `-X` strategy options
` [PATCH 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
` [PATCH 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH 09/20] builtin/repack: fix leaks when computing packs to repack
` [PATCH 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
` [PATCH 11/20] transport: fix leaking OID arrays in git:// transport data
` [PATCH 12/20] builtin/send-pack: fix leaking refspecs
` [PATCH 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH 14/20] builtin/fetch-pack: fix leaking refs
` [PATCH 15/20] remote: fix leaking config strings
` [PATCH 16/20] remote: fix leaks when matching refspecs
` [PATCH 17/20] remote: fix leaking peer ref when expanding refmap
` [PATCH 18/20] builtin/fetch: fix leaking transaction with `--atomic`
` [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH 20/20] transport: fix leaking negotiation tips
` [PATCH v2 00/20] Memory leak fixes (pt.5)
  ` [PATCH v2 01/20] mailinfo: fix leaking header data
  ` [PATCH v2 02/20] convert: fix leaks when resetting attributes
  ` [PATCH v2 03/20] pretty: fix memory leaks when parsing pretty formats
  ` [PATCH v2 04/20] pretty: fix leaking key/value separator buffer
  ` [PATCH v2 05/20] builtin/merge-tree: fix leaking `-X` strategy options
  ` [PATCH v2 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
  ` [PATCH v2 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
  ` [PATCH v2 08/20] midx-write: fix leaking hashfile on error cases
  ` [PATCH v2 09/20] builtin/repack: fix leaks when computing packs to repack
  ` [PATCH v2 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
  ` [PATCH v2 11/20] transport: fix leaking OID arrays in git:// transport data
  ` [PATCH v2 12/20] builtin/send-pack: fix leaking refspecs
  ` [PATCH v2 13/20] sideband: fix leaks when configuring sideband colors
  ` [PATCH v2 14/20] builtin/fetch-pack: fix leaking refs
  ` [PATCH v2 15/20] remote: fix leaking config strings
  ` [PATCH v2 16/20] remote: fix leaks when matching refspecs
  ` [PATCH v2 17/20] remote: fix leaking peer ref when expanding refmap
  ` [PATCH v2 18/20] builtin/fetch: fix leaking transaction with `--atomic`
  ` [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle
  ` [PATCH v2 20/20] transport: fix leaking negotiation tips

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-22  8:28 UTC  (6+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
    ` [External] "

[PATCH] mailinfo: we parse fixed headers
 2024-08-22  8:24 UTC  (2+ messages)

[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
 2024-08-22  8:03 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] reftable/merged: expose functions to initialize iterators
  ` [PATCH v3 02/15] reftable/merged: rename `reftable_new_merged_table()`
  ` [PATCH v3 03/15] reftable/merged: stop using generic tables in the merged table
  ` [PATCH v3 04/15] reftable/stack: open-code reading refs
  ` [PATCH v3 05/15] reftable/iter: drop double-checking logic
  ` [PATCH v3 06/15] reftable/generic: move generic iterator code into iterator interface
  ` [PATCH v3 07/15] reftable/dump: drop unused `compact_stack()`
  ` [PATCH v3 08/15] t/helper: inline `reftable_dump_main()`
  ` [PATCH v3 09/15] t/helper: inline `reftable_reader_print_file()`
  ` [PATCH v3 10/15] t/helper: inline `reftable_stack_print_directory()`
  ` [PATCH v3 11/15] t/helper: inline `reftable_table_print()`
  ` [PATCH v3 12/15] t/helper: inline printing of reftable records
  ` [PATCH v3 13/15] t/helper: use `hash_to_hex_algop()` to print hashes
  ` [PATCH v3 14/15] t/helper: refactor to not use `struct reftable_table`
  ` [PATCH v3 15/15] reftable/generic: drop interface

[PATCH] docs: explain the order of output in the batched mode of git-cat-file(1)
 2024-08-22  7:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fetch: use bundle URIs when having creationToken heuristic
 2024-08-22  7:12 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
 2024-08-22  6:39 UTC  (19+ messages)
` [GSoC][PATCH v2 00/11] "
  ` [PATCH v2 09/11] t-reftable-block: add tests for log blocks
  ` [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
    ` [PATCH v3 01/11] t: move "
    ` [PATCH v3 02/11] t: harmonize t-reftable-block.c with coding guidelines
    ` [PATCH v3 03/11] t-reftable-block: release used block reader
    ` [PATCH v3 04/11] t-reftable-block: use reftable_record_equal() instead of check_str()
    ` [PATCH v3 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
    ` [PATCH v3 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close()
    ` [PATCH v3 07/11] t-reftable-block: use xstrfmt() instead of xstrdup()
    ` [PATCH v3 08/11] t-reftable-block: remove unnecessary variable 'j'
    ` [PATCH v3 09/11] t-reftable-block: add tests for log blocks
    ` [PATCH v3 10/11] t-reftable-block: add tests for obj blocks
    ` [PATCH v3 11/11] t-reftable-block: add tests for index blocks

builtin/config: --name-only doesn't imply --show-names in "git config get"
 2024-08-22  5:57 UTC  (5+ messages)

[PATCH v3 7/7] run-command: fix detaching when running auto maintenance
 2024-08-22  5:41 UTC  (15+ messages)
` [PATCH 0/3] Fixups for git-maintenance(1) tests
  ` [PATCH 2/3] t7900: exercise detaching via trace2 regions
  ` [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash

Representing Debian Metadata in Git
 2024-08-21 23:51 UTC  (4+ messages)

What's cooking in git.git (Aug 2024, #08; Wed, 21)
 2024-08-21 23:21 UTC 

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-21 21:05 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] builtin/stash: test push with new file added and removed
 2024-08-21 19:09 UTC 

[PATCH v2 0/3] send-email: add --mailmap support
 2024-08-21 19:09 UTC  (8+ messages)
` [PATCH v2 1/3] check-mailmap: accept "user@host" contacts

"git stash push" behaves weirdly when files is added in index and removed (and the other way around)
 2024-08-21 19:09 UTC 

[PATCH 0/2] here-doc test bodies
 2024-08-21 17:02 UTC  (7+ messages)
` [PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
  ` [PATCH v2 5/9] chainlint.pl: check line numbers in expected output

[GSoC][PATCH v3] t: migrate t0110-urlmatch-normalization to the new framework
 2024-08-21 16:08 UTC  (5+ messages)
` [GSoC][PATCH v4] "

[PATCH] doc: add --show-names for git config
 2024-08-21 16:02 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
 2024-08-21 16:00 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] rebase --exec: respect --quiet

[PATCH] docs: explain the order of output in cat-file batch operations
 2024-08-21  7:00 UTC  (2+ messages)

feature request: set remote/HEAD with fetch
 2024-08-20 21:38 UTC  (6+ messages)

What's cooking in git.git (Aug 2024, #06; Fri, 16)
 2024-08-20 20:41 UTC  (5+ messages)
` v2.46.1? was "

[PATCH 0/2] Update the win+VS build definition
 2024-08-20 20:38 UTC  (6+ messages)
` [PATCH 1/2] ci: bump microsoft/setup-msbuild from v1 to v2
` [PATCH 2/2] ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-08-20 17:01 UTC  (8+ messages)
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2

[PATCH v3 0/8] git-prompt: support more shells v3
 2024-08-20 15:47 UTC  (4+ messages)
` [PATCH v4 0/8] git-prompt: support more shells v4

What's cooking in git.git (Aug 2024, #07; Mon, 19)
 2024-08-20 15:00 UTC  (3+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-20 14:02 UTC  (24+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 2/9] t: import the clar unit "
  ` [PATCH v5 9/9] t/unit-tests: convert ctype tests to use clar
` [PATCH v6 00/13] Introduce clar testing framework
  ` [PATCH v6 01/13] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v6 02/13] t: import the clar unit testing framework
  ` [PATCH v6 03/13] t/clar: fix compatibility with NonStop
  ` [PATCH v6 04/13] clar: avoid compile error with mingw-w64
  ` [PATCH v6 05/13] clar(win32): avoid compile error due to unused `fs_copy()`
  ` [PATCH v6 06/13] clar: stop including `shellapi.h` unnecessarily
  ` [PATCH v6 07/13] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v6 08/13] Makefile: make hdr-check depend on generated headers
  ` [PATCH v6 09/13] Makefile: do not use sparse on third-party sources
  ` [PATCH v6 10/13] Makefile: wire up the clar unit testing framework
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v6 12/13] t/unit-tests: convert ctype "
  ` [PATCH v6 13/13] clar: add CMake support


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 NNTP newsgroup(s).