git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-03 00:39:40 to 2024-02-06 08:13:29 UTC [more...]

Git in GSoC 2024
 2024-02-06  8:13 UTC  (16+ messages)
            ` [PATCH] Add ideas for "

Migrate away from vger to GitHub or (on-premise) GitLab?
 2024-02-06  8:06 UTC  (22+ messages)

[PATCH v4 0/8] completion: improvements for git-bisect
 2024-02-06  7:40 UTC  (13+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] completion: tests: always use 'master' for default initial branch name
  ` [PATCH v5 2/7] completion: bisect: complete bad, new, old, and help subcommands
  ` [PATCH v5 3/7] completion: bisect: complete custom terms and related options
  ` [PATCH v5 4/7] completion: bisect: complete missing --first-parent and --no-checkout options
  ` [PATCH v5 5/7] completion: new function __git_complete_log_opts
  ` [PATCH v5 6/7] completion: bisect: complete log opts for visualize subcommand
  ` [PATCH v5 7/7] completion: bisect: recognize but do not complete view subcommand

git-gui desktop launcher
 2024-02-06  6:50 UTC  (3+ messages)

[PATCH 0/2] pack-objects: enable multi-pack reuse via feature.experimental
 2024-02-06  7:25 UTC  (11+ messages)
` [PATCH 1/2] t5332-multi-pack-reuse.sh: extract pack-objects helper functions
` [PATCH 2/2] pack-objects: enable multi-pack reuse via `feature.experimental`
` [PATCH v2 0/2] pack-objects: enable multi-pack reuse via feature.experimental
  ` [PATCH v2 1/2] t5332-multi-pack-reuse.sh: extract pack-objects helper functions
  ` [PATCH v2 2/2] pack-objects: enable multi-pack reuse via `feature.experimental`

[PATCH 0/4] Speed up git-notes show
 2024-02-06  7:08 UTC  (8+ messages)
` [PATCH 1/4] notes: print note blob to stdout directly
` [PATCH 2/4] notes: use exisisting function stream_blob_to_fd
` [PATCH 3/4] notes: do not clean up right before calling die()
` [PATCH 4/4] notes: use strbuf_attach to take ownership of the object contents

[PATCH 0/5] reftable: fix writing multi-level indices
 2024-02-06  7:04 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/5] reftable/writer: "
  ` [PATCH v2 5/5] reftable: document reading and writing indices

[PATCH] doc: diff-options: clarify --relative option
 2024-02-06  6:56 UTC 

[PATCH] Always check the return value of `repo_read_object_file()`
 2024-02-06  6:51 UTC  (4+ messages)

[PATCH 0/9] reftable: code style improvements
 2024-02-06  6:35 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/9] reftable: introduce macros to allocate arrays
` [PATCH v3 0/9] reftable: code style improvements
  ` [PATCH v3 1/9] reftable: introduce macros to grow arrays
  ` [PATCH v3 2/9] reftable: introduce macros to allocate arrays
  ` [PATCH v3 3/9] reftable/stack: fix parameter validation when compacting range
  ` [PATCH v3 4/9] reftable/stack: index segments with `size_t`
  ` [PATCH v3 5/9] reftable/stack: use `size_t` to track stack slices during compaction
  ` [PATCH v3 6/9] reftable/stack: use `size_t` to track stack length
  ` [PATCH v3 7/9] reftable/merged: refactor seeking of records
  ` [PATCH v3 8/9] reftable/merged: refactor initialization of iterators
  ` [PATCH v3 9/9] reftable/record: improve semantics when initializing records

[PATCH 0/7] reftable: fixes and optimizations (pt.2)
 2024-02-06  6:03 UTC  (6+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 5/8] reftable/record: store "val1" hashes as static arrays

git bug
 2024-02-06  5:34 UTC  (8+ messages)
` [PATCH] builtin/stash: report failure to write to index
` [PATCH v2] "

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-06  5:33 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] for-each-ref: avoid filtering on empty pattern

[PATCH v2 00/10] Enrich Trailer API
 2024-02-06  5:12 UTC  (49+ messages)
` [PATCH v3 "
  ` [PATCH v3 04/10] sequencer: use the trailer iterator
  ` [PATCH v3 05/10] trailer: make trailer_info struct private
  ` [PATCH v3 06/10] trailer: spread usage of "trailer_block" language
  ` [PATCH v3 08/10] trailer: move arg handling to interpret-trailers.c
  ` [PATCH v3 09/10] trailer: delete obsolete argument handling code from API
  ` [PATCH v4 00/28] Enrich Trailer API
    ` [PATCH v4 01/28] trailer: free trailer_info _after_ all related usage
    ` [PATCH v4 02/28] shortlog: add test for de-duplicating folded trailers
    ` [PATCH v4 03/28] trailer: prepare to expose functions as part of API
    ` [PATCH v4 04/28] trailer: move interpret_trailers() to interpret-trailers.c
    ` [PATCH v4 05/28] trailer: start preparing for formatting unification
    ` [PATCH v4 06/28] trailer_info_get(): reorder parameters
    ` [PATCH v4 07/28] format_trailers(): use strbuf instead of FILE
    ` [PATCH v4 08/28] format_trailer_info(): move "fast path" to caller
    ` [PATCH v4 09/28] format_trailers_from_commit(): indirectly call trailer_info_get()
    ` [PATCH v4 10/28] format_trailer_info(): use trailer_item objects
    ` [PATCH v4 11/28] format_trailer_info(): drop redundant unfold_value()
    ` [PATCH v4 12/28] format_trailer_info(): append newline for non-trailer lines
    ` [PATCH v4 13/28] trailer: begin formatting unification
    ` [PATCH v4 14/28] format_trailer_info(): teach it about opts->trim_empty
    ` [PATCH v4 15/28] format_trailer_info(): avoid double-printing the separator
    ` [PATCH v4 16/28] trailer: finish formatting unification
    ` [PATCH v4 17/28] trailer: teach iterator about non-trailer lines
    ` [PATCH v4 18/28] sequencer: use the trailer iterator
    ` [PATCH v4 19/28] trailer: make trailer_info struct private
    ` [PATCH v4 20/28] trailer: retire trailer_info_get() from API
    ` [PATCH v4 21/28] trailer: spread usage of "trailer_block" language
    ` [PATCH v4 22/28] trailer: prepare to delete "parse_trailers_from_command_line_args()"
    ` [PATCH v4 23/28] trailer: add new helper functions to API
    ` [PATCH v4 24/28] trailer_add_arg_item(): drop new_trailer_item usage
    ` [PATCH v4 25/28] trailer: deprecate "new_trailer_item" struct from API
    ` [PATCH v4 26/28] trailer: unify "--trailer ..." arg handling
    ` [PATCH v4 27/28] trailer_set_*(): put out parameter at the end
    ` [PATCH v4 28/28] trailer: introduce "template" term for readability

[PATCH] t/t3515-cherry-pick-rebase.sh: new testcase demonstrating broken behavior
 2024-02-06  3:54 UTC  (7+ messages)
  ` [PATCH 2/2] sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands

[PATCH] branch: clarify <oldbranch> and <newbranch> terms further
 2024-02-06  3:32 UTC  (5+ messages)

[PATCH] commit.c: ensure strchrnul() doesn't scan beyond range
 2024-02-06  1:41 UTC  (3+ messages)

What's cooking in git.git (Feb 2024, #02; Fri, 2)
 2024-02-05 23:20 UTC  (4+ messages)

[PATCH v2 0/2] add-patch: Support '@' as a synonym for 'HEAD'
 2024-02-05 23:07 UTC  (9+ messages)
` [PATCH v3 0/2] add-patch: "
` [PATCH v3 1/2] add-patch: remove unnecessary NEEDSWORK comment
` [PATCH v3 2/2] add-patch: classify '@' as a synonym for 'HEAD'

[PATCH 0/2] Fix gitlab's token-based authentication w/ kerberos
 2024-02-05 22:52 UTC  (15+ messages)
` [PATCH 1/2] http: only reject basic auth credentials once they have been tried
` [PATCH 2/2] http: prevent redirect from dropping credentials during reauth

[PATCH v3 5/7] refs: add pseudorefs array and iteration functions
 2024-02-05 18:55 UTC  (2+ messages)

[Outreachy][PATCH 1/2] date: refactor 64 bit prereq code into reusable functions
 2024-02-05 17:34 UTC  (3+ messages)
` [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-02-05 16:16 UTC  (10+ messages)
` [RFC PATCH v2 0/6] "
  ` [RFC PATCH v2 1/6] t0080: turn t-basic unit test into a helper
  ` [RFC PATCH v2 2/6] test-tool run-command testsuite: get shell from env
  ` [RFC PATCH v2 3/6] test-tool run-command testsuite: remove hardcoded filter
  ` [RFC PATCH v2 4/6] test-tool run-command testsuite: support unit tests
  ` [RFC PATCH v2 5/6] unit tests: add rule for running with test-tool
  ` [RFC PATCH v2 6/6] t/Makefile: run unit tests alongside shell tests

[PATCH 0/2] refs: introduce reftable backend
 2024-02-05 13:10 UTC  (8+ messages)
` [PATCH v2 "
` [PATCH v3 "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] ci: add jobs to test with the "

[PATCH] t0091: allow test in a repository without tags
 2024-02-05 10:07 UTC  (2+ messages)

single-char options
 2024-02-04 13:47 UTC  (2+ messages)

submodules: multiple alternative relative URL schemes?
 2024-02-04 22:14 UTC 

[PATCH] .github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRs
 2024-02-04 20:17 UTC  (2+ messages)

git-users: email list has become spam-drowned
 2024-02-04 10:26 UTC  (7+ messages)

[PATCH v5 0/2] Replace atoi() with strtoi_with_tail()
 2024-02-04  5:48 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] git-compat-util: add strtoi_with_tail()
  ` [PATCH v6 2/2] patch-id: replace `atoi()` with `strtoi_with_tail`

[PATCH 0/2] some unit-test Makefile polishing
 2024-02-04  4:41 UTC  (6+ messages)
` [PATCH v2 0/3] "

[PATCH 0/2] GitHub Actions update
 2024-02-03 17:18 UTC  (4+ messages)
` [PATCH 1/2] GitHub Actions: update to checkout@v4

[PATCH 0/1] completion: complete dir-type option args to am, format_patch
 2024-02-03 15:13 UTC  (3+ messages)
  ` [PATCH v2 1/1] completion: dir-type optargs for am, format-patch

No one is aloud to make changes to dependency’s beside me- owner of domain and software!
 2024-02-03 13:20 UTC 

What's cooking in git.git (Feb 2024, #01; Fri, 2)
 2024-02-03  5:22 UTC  (2+ 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).