git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-15 16:41:50 to 2024-08-17 10:44:14 UTC [more...]

[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
 2024-08-17 10:44 UTC  (14+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 2/8] pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
` [PATCH 3/8] pack-bitmap: drop redundant args from `bitmap_writer_build()`
` [PATCH 4/8] pack-bitmap: drop redundant args from `bitmap_writer_finish()`
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 6/8] t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
` [PATCH 8/8] pseudo-merge.c: ensure pseudo-merge groups are closed

[PATCH 0/8] git-prompt: support more shells
 2024-08-17 10:07 UTC  (37+ messages)
` [PATCH v2 0/8] git-prompt: support more shells v2
  ` [PATCH v2 1/8] git-prompt: use here-doc instead of here-string
  ` [PATCH v2 3/8] git-prompt: don't use shell arrays
  ` [PATCH v2 4/8] git-prompt: replace [[...]] with standard code
  ` [PATCH v2 5/8] git-prompt: add some missing quotes
  ` [PATCH v2 7/8] git-prompt: ta-da! document usage in other shells
  ` [PATCH v3 0/8] git-prompt: support more shells v3
    ` [PATCH v3 1/8] git-prompt: use here-doc instead of here-string
    ` [PATCH v3 2/8] git-prompt: fix uninitialized variable
    ` [PATCH v3 3/8] git-prompt: don't use shell arrays
    ` [PATCH v3 4/8] git-prompt: replace [[...]] with standard code
    ` [PATCH v3 5/8] git-prompt: add some missing quotes
    ` [PATCH v3 6/8] git-prompt: don't use shell $'...'
    ` [PATCH v3 7/8] git-prompt: ta-da! document usage in other shells
    ` [PATCH v3 8/8] git-prompt: support custom 0-width PS1 markers

git push does not work over https WebDAV
 2024-08-17  8:33 UTC  (4+ messages)

[PATCH 0/15] marking some more unused parameters
 2024-08-17  8:25 UTC  (16+ messages)
` [PATCH 01/15] imap-send: mark unused parameter in ssl_socket_connect() fallback
` [PATCH 02/15] update-ref: mark more unused parameters in parser callbacks
` [PATCH 03/15] refs: mark unused parameters in ref_store fsck callbacks
` [PATCH 04/15] refs: mark unused parameters in do_for_each_reflog_helper()
` [PATCH 05/15] oss-fuzz: mark unused argv/argc argument
` [PATCH 06/15] t/helper: mark more unused argv/argc arguments
` [PATCH 07/15] unit-tests: ignore unused argc/argv
` [PATCH 08/15] reftable: ignore unused argc/argv in test functions
` [PATCH 09/15] reftable: drop obsolete test function declarations
` [PATCH 10/15] reftable: mark unused parameters in virtual functions
` [PATCH 11/15] t-hashmap: mark unused parameters in callback function
` [PATCH 12/15] test-mergesort: mark unused parameters in trivial callback
` [PATCH 13/15] setup: mark unused parameter in config callback
` [PATCH 14/15] daemon: mark unused parameters in non-posix fallbacks
` [PATCH 15/15] scalar: mark unused parameters in dummy function

[PATCH 0/5] dropping some more unused parameters
 2024-08-17  7:33 UTC  (7+ messages)
` [PATCH 1/5] refs: drop some unused parameters from create_symref_lock()
` [PATCH 2/5] pack-bitmap: load writer config from repository parameter
` [PATCH 3/5] pack-bitmap: drop unused parameters from select_pseudo_merges()
` [PATCH 4/5] ref-filter: drop unused parameters from email_atom_option_parser()
` [PATCH 5/5] diff-lib: drop unused index argument from get_stat_data()

[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
 2024-08-17  7:14 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/7] builtin/gc: add a `--detach` flag
  ` [PATCH v2 7/7] run-command: fix detaching when running auto maintenance
` [PATCH v3 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
  ` [PATCH v3 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
  ` [PATCH v3 2/7] builtin/gc: refactor to read config into structure
  ` [PATCH v3 3/7] builtin/gc: fix leaking config values
  ` [PATCH v3 4/7] builtin/gc: stop processing log file on signal
  ` [PATCH v3 5/7] builtin/gc: add a `--detach` flag
  ` [PATCH v3 6/7] builtin/maintenance: "
  ` [PATCH v3 7/7] run-command: fix detaching when running auto maintenance

feature request: set remote/HEAD with fetch
 2024-08-17  5:02 UTC  (4+ messages)

Regression bug with latest SAFE ownership patch
 2024-08-17  3:15 UTC 

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-17  0:15 UTC  (14+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()

[PATCH 0/2] send-email: add --mailmap support
 2024-08-16 23:51 UTC  (8+ messages)
` [PATCH 1/2] check-mailmap: add --no-brackets mode
` [PATCH 2/2] send-email: add support for --mailmap

[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
 2024-08-16 22:48 UTC  (5+ messages)
` [PATCH v2] "

What's cooking in git.git (Aug 2024, #06; Fri, 16)
 2024-08-16 18:42 UTC 

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

[PATCH 0/5] Introduce configs for default repo format
 2024-08-16 17:13 UTC  (23+ messages)
` [PATCH 1/5] t0001: exercise initialization with ref formats more thoroughly
` [PATCH 3/5] setup: merge configuration of repository formats
` [PATCH 4/5] setup: make object format configurable via config
` [PATCH 5/5] setup: make ref storage "
` [PATCH v2 0/5] Introduce configs for default repo format
  ` [PATCH v2 1/5] t0001: exercise initialization with ref formats more thoroughly
  ` [PATCH v2 2/5] t0001: delete repositories when object format tests finish
  ` [PATCH v2 3/5] setup: merge configuration of repository formats
  ` [PATCH v2 4/5] setup: make object format configurable via config
  ` [PATCH v2 5/5] setup: make ref storage "

[RFC] Implement ref content consistency check
 2024-08-16 16:39 UTC  (5+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-16 16:11 UTC  (19+ messages)
` [PATCH v4 0/7] "
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v5 2/9] t: import the clar unit testing framework
  ` [PATCH v5 3/9] t/clar: fix compatibility with NonStop
  ` [PATCH v5 4/9] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v5 5/9] Makefile: make hdr-check depend on generated headers
  ` [PATCH v5 6/9] Makefile: do not use sparse on third-party sources
  ` [PATCH v5 7/9] Makefile: wire up the clar unit testing framework
  ` [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v5 9/9] t/unit-tests: convert ctype "

"git-stash --keep-index" crashes when there are no tracked files
 2024-08-16 10:42 UTC  (3+ messages)
` [PATCH] builtin/stash: fix `--keep-index --include-untracked` with empty HEAD

[PATCH 1/2] remerge-diff: lazily prpare temporary objdir on demand
 2024-08-16  6:19 UTC  (4+ messages)
` [PATCH 2/2] remerge-diff: clean up temporary objdir at a central place

[PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases
 2024-08-15 23:49 UTC 

[PATCH v2 0/3] send-email: teach git send-email mode to translate aliases
 2024-08-15 23:46 UTC  (3+ messages)

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2024-08-15 22:29 UTC  (28+ messages)
` [PATCH 01/13] Documentation: describe incremental MIDX bitmaps
` [PATCH 02/13] pack-revindex: prepare for "
` [PATCH 03/13] pack-bitmap.c: open and store incremental bitmap layers
` [PATCH 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
` [PATCH 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
` [PATCH 06/13] pack-bitmap.c: support bitmap pack-reuse with "
` [PATCH 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
` [PATCH 08/13] pack-bitmap.c: compute disk-usage with "
` [PATCH 09/13] pack-bitmap.c: apply pseudo-merge commits "
` [PATCH 10/13] ewah: implement `struct ewah_or_iterator`
` [PATCH 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
` [PATCH 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
` [PATCH 13/13] midx: implement writing incremental MIDX bitmaps
` [PATCH v2 00/13] midx: incremental multi-pack indexes, part two
  ` [PATCH v2 01/13] Documentation: describe incremental MIDX bitmaps
  ` [PATCH v2 02/13] pack-revindex: prepare for "
  ` [PATCH v2 03/13] pack-bitmap.c: open and store incremental bitmap layers
  ` [PATCH v2 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
  ` [PATCH v2 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
  ` [PATCH v2 06/13] pack-bitmap.c: support bitmap pack-reuse with "
  ` [PATCH v2 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
  ` [PATCH v2 08/13] pack-bitmap.c: compute disk-usage with "
  ` [PATCH v2 09/13] pack-bitmap.c: apply pseudo-merge commits "
  ` [PATCH v2 10/13] ewah: implement `struct ewah_or_iterator`
  ` [PATCH v2 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
  ` [PATCH v2 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
  ` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps

[PATCH 0/2] Add additional trace2 regions for fetch and push
 2024-08-15 20:06 UTC  (5+ messages)
` [PATCH 1/2] fetch: add top-level trace2 regions
` [PATCH 2/2] send-pack: add new tracing regions for push

quiltimport mode detection oddity
 2024-08-15 16:41 UTC  (9+ messages)
        ` [PATCH] apply: canonicalize modes read from patches
            ` [PATCH] t4129: fix racy index when calling chmod after git-add


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