git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-03-25 18:05:32 to 2024-03-27 08:47:20 UTC [more...]

[PATCH 0/8] builtin/config: introduce subcommands
 2024-03-27  8:46 UTC  (16+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 06/13] builtin/config: introduce "list" subcommand
  ` [PATCH v2 07/13] builtin/config: introduce "get" subcommand
` [PATCH v3 00/13] builtin/config: introduce subcommands
  ` [PATCH v3 01/13] builtin/config: move option array around
  ` [PATCH v3 02/13] builtin/config: move "fixed-value" option to correct group
  ` [PATCH v3 03/13] builtin/config: use `OPT_CMDMODE()` to specify modes
  ` [PATCH v3 04/13] builtin/config: pull out function to handle config location
  ` [PATCH v3 05/13] builtin/config: pull out function to handle `--null`
  ` [PATCH v3 06/13] builtin/config: introduce "list" subcommand
  ` [PATCH v3 07/13] builtin/config: introduce "get" subcommand

[PATCH] userdiff: better method/property matching for C#
 2024-03-27  8:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/11] midx: split MIDX writing routines into midx-write.c, cleanup
 2024-03-27  8:39 UTC  (16+ messages)
` [PATCH 01/11] midx-write: initial commit
` [PATCH 08/11] midx-write.c: avoid directly managed temporary strbuf
` [PATCH 09/11] midx-write.c: factor out common want_included_pack() routine
` [PATCH 10/11] midx-write.c: check count of packs to repack after grouping
` [PATCH 11/11] midx-write.c: use `--stdin-packs` when repacking

[PATCH v2 0/16] allow multi-byte core.commentChar
 2024-03-27  8:19 UTC  (10+ messages)
` [PATCH v2 16/16] config: "
              ` [PATCH 17/16] config: add core.commentString

[PATCH 00/13] Support for arbitrary schemes in credentials
 2024-03-27  8:02 UTC  (7+ messages)
` [PATCH 03/13] http: use new headers for each object request
` [PATCH 05/13] credential: gate new fields on capability
` [PATCH 12/13] strvec: implement swapping two strvecs

[PATCH] RFC: add MAINTAINERS file
 2024-03-27  7:17 UTC  (9+ messages)

[PATCH] config.txt: perform some minor reformatting
 2024-03-27  7:03 UTC  (3+ messages)

[PATCH 0/9] reftable: optimize table and block iterators
 2024-03-27  6:37 UTC  (10+ messages)
` [PATCH 1/9] reftable/block: rename `block_reader_start()`
` [PATCH 2/9] reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
` [PATCH 3/9] reftable/block: better grouping of functions
` [PATCH 4/9] reftable/block: introduce `block_reader_release()`
` [PATCH 5/9] reftable/block: move ownership of block reader into `struct table_iter`
` [PATCH 6/9] reftable/reader: iterate to next block in place
` [PATCH 7/9] reftable/block: reuse uncompressed blocks
` [PATCH 8/9] reftable/block: open-code call to `uncompress2()`
` [PATCH 9/9] reftable/block: reuse `zstream` state on inflation

[GSoC] Microproject help
 2024-03-27  6:36 UTC  (9+ messages)

[PATCH v2 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
 2024-03-27  6:30 UTC  (27+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] MyFirstObjectWalk: use additional arg in config_fn_t
  ` [PATCH v3 4/5] MyFirstObjectWalk: fix description for counting omitted objects
  ` [PATCH v4 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
  ` [PATCH v4 1/5] MyFirstObjectWalk: use additional arg in config_fn_t
  ` [PATCH v4 2/5] MyFirstObjectWalk: fix misspelled "builtins/"
  ` [PATCH v4 3/5] MyFirstObjectWalk: fix filtered object walk
  ` [PATCH v4 4/5] MyFirstObjectWalk: fix description for counting omitted objects
  ` [PATCH v4 5/5] MyFirstObjectWalk: add stderr to pipe processing

[PATCH v2] config: add --comment option to add a comment
 2024-03-27  1:23 UTC  (9+ messages)
` [PATCH v3] "
    ` [PATCH 3/1] config: allow tweaking whitespace between value and comment

[GSoC][PROPOSAL v1] Refactor git-bisect(1) to make its state self-contained
 2024-03-27  0:23 UTC  (5+ messages)

Bug: `git check-ignore -v` changes the exit code
 2024-03-26 22:07 UTC 

[PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup)
 2024-03-26 22:00 UTC  (2+ messages)

[PATCH 0/5] Unify trailer formatting functions
 2024-03-26 21:57 UTC  (2+ messages)

[PATCH 0/2] fuzz: build fuzzers by default on Linux
 2024-03-26 21:51 UTC  (2+ messages)

[PATCH 0/1] quote: quote space
 2024-03-26 21:41 UTC  (4+ messages)

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-03-26 21:33 UTC  (3+ messages)
` [PATCH v3 0/7] "

What's cooking in git.git (Mar 2024, #08; Tue, 26)
 2024-03-26 21:02 UTC  (5+ messages)

[PATCH 0/4] Doc new guidelines
 2024-03-26 20:59 UTC  (9+ messages)
` [PATCH 3/4] doc: git-init: apply new documentation formatting guidelines
` [PATCH 4/4] doc: git-clone: apply new documentation guidelines

[PATCH 0/2] improve interactive-patch
 2024-03-26 20:26 UTC  (20+ messages)
` [PATCH 1/2] add-patch: introduce 'p' in interactive-patch
` [PATCH 2/2] add-patch: do not print hunks repeatedly
` [PATCH v2 0/2] improve interactive-patch
  ` [PATCH v2 1/2] add-patch: introduce 'p' in interactive-patch
  ` [PATCH v2 2/2] add-patch: do not print hunks repeatedly

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-26 18:28 UTC  (11+ messages)
` [PATCH v5 0/7] cherry-pick: add `--empty` for more robust redundant commit handling
` [PATCH v5 1/7] docs: address inaccurate `--empty` default with `--exec`
` [PATCH v5 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
` [PATCH v5 3/7] rebase: update `--empty=ask` to `--empty=stop`
` [PATCH v5 4/7] sequencer: handle unborn branch with `--allow-empty`
` [PATCH v5 5/7] sequencer: do not require `allow_empty` for redundant commit options
` [PATCH v5 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility
` [PATCH v5 7/7] cherry-pick: add `--empty` for more robust redundant commit handling

[PATCH 0/3] switch to tombstone-free khashl table
 2024-03-26 17:48 UTC  (7+ messages)
` [PATCH 1/3] list-objects-filter: use kh_size API
` [PATCH 2/3] treewide: switch to khashl for memory savings
` [PATCH 3/3] khashl: fix ensemble lookups on empty table
` [REJECT 4/3] switch to khashl ensemble

[PATCH v2] SubmittingPatches: release-notes entry experiment
 2024-03-26 16:28 UTC  (7+ messages)

[GSoC][PROPOSAL v1] Implement consistency check for refs
 2024-03-26 11:52 UTC  (2+ messages)

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-03-26 11:51 UTC  (5+ messages)
` [Outreachy][PATCH v2 "
  ` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

[Outreachy][PATCH] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c
 2024-03-26 11:46 UTC  (2+ messages)

GSoC 2024
 2024-03-26 11:22 UTC  (4+ messages)

[PATCH] send-email: add newline for improved readability
 2024-03-26 10:04 UTC 

[GSoC][RFC][Proposal] Move existing tests to a unit testing framework
 2024-03-26  9:32 UTC  (3+ messages)
` [GSoC][RFC][Proposal v2] "

[PATCH 06/13] docs: indicate new credential protocol fields
 2024-03-25 23:37 UTC  (3+ messages)

Allow setting diff.worddiff=color via gitconfig
 2024-03-25 21:53 UTC  (9+ messages)
` [PATCH 0/2] Support diff.wordDiff config

bisect does not respect 'log.date'
 2024-03-25 21:49 UTC  (5+ messages)

[PATCH v2 0/3] Assorted improvements salvaged from an earlier series
 2024-03-25 21:28 UTC  (11+ messages)
` [PATCH v2 1/3] grep: perform some minor code and comment cleanups
` [PATCH v2 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH v2 3/3] grep docs: describe --no-index "

[PATCH v4 0/7] cherry-pick: add `--empty` for more robust redundant commit handling
 2024-03-25 20:57 UTC  (3+ messages)

[PATCH v3 0/3] Assorted improvements salvaged from an earlier series
 2024-03-25 20:54 UTC  (8+ messages)
` [PATCH v3 1/3] grep: perform some minor code and comment cleanups
` [PATCH v3 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH v3 3/3] grep docs: describe --no-index "

segfault with git rebase --abort
 2024-03-25 20:46 UTC  (4+ messages)

[PATCH] t/README: mention test files are make targets
 2024-03-25 19:01 UTC  (6+ messages)

What's cooking in git.git (Mar 2024, #07; Fri, 22)
 2024-03-25 18:38 UTC  (4+ messages)

[PATCH 00/15] refs: introduce `--auto` to pack refs as needed
 2024-03-25 10:02 UTC  (8+ messages)
` [PATCH 10/15] builtin/pack-refs: release allocated memory
` [PATCH v2 00/15] refs: introduce `--auto` to pack refs as needed
  ` [PATCH v2 03/15] reftable/stack: use error codes when locking fails during compaction
  ` [PATCH v2 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks
  ` [PATCH v2 05/15] refs/reftable: print errors on compaction failure

[PATCH v2] rerere: fix crash during clear
 2024-03-25 19:30 UTC  (2+ messages)

Inconsistent/buggy behaviour of "git config --add"
 2024-03-25 18:56 UTC  (5+ messages)

[PATCH] gitk: add "Hightlight commit name" menu entry
 2024-03-25 18:56 UTC  (5+ messages)

[PATCH] rebase: use child_process_clear() to clean
 2024-03-25 18:44 UTC  (4+ messages)

[PATCH] pretty: find pretty formats case-insensitively
 2024-03-25 18:12 UTC  (5+ messages)
` [PATCH v2 1/2] pretty: update tests to use `test_config`


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