git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-23 20:30:02 to 2023-10-26 13:45:23 UTC [more...]

[PATCH v4 00/15] Introduce new `git replay` command
 2023-10-26 13:44 UTC  (3+ messages)
` [PATCH v5 00/14] "

[PATCH] merge: --ff-one-only to apply FF if commit is one
 2023-10-26 13:40 UTC  (5+ messages)

[PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
 2023-10-26 13:11 UTC  (28+ messages)
              ` [PATCH 0/3] some send-email --compose fixes
                ` [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
                      ` [PATCH] send-email: move validation code below process_address_list
                            ` [PATCH v2] "

Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
 2023-10-26 13:07 UTC  (10+ messages)

[PATCH v2 0/3] rev-list: add support for commits in `--missing`
 2023-10-26 12:37 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
  ` [PATCH v4 0/3] rev-list: add support for commits in `--missing`
    ` [PATCH v4 1/3] revision: rename bit to `do_not_die_on_missing_objects`
    ` [PATCH v4 2/3] rev-list: move `show_commit()` to the bottom
    ` [PATCH v4 3/3] rev-list: add commit object support in `--missing` option
    ` [PATCH v5 0/3] rev-list: add support for commits in `--missing`
      ` [PATCH v5 1/3] revision: rename bit to `do_not_die_on_missing_objects`
      ` [PATCH v5 2/3] rev-list: move `show_commit()` to the bottom
      ` [PATCH v5 3/3] rev-list: add commit object support in `--missing` option

git grep --no-index fails when given an absolute path
 2023-10-26 12:28 UTC  (2+ messages)

git diagnose with invalid CLI argument does not report error
 2023-10-26 11:10 UTC  (2+ messages)

[PATCH 00/12] show-ref: introduce mode to check for ref existence
 2023-10-26  9:57 UTC  (40+ messages)
` [PATCH 01/12] builtin/show-ref: convert pattern to a local variable
` [PATCH 02/12] builtin/show-ref: split up different subcommands
` [PATCH 03/12] builtin/show-ref: fix leaking string buffer
` [PATCH 04/12] builtin/show-ref: fix dead code when passing patterns
` [PATCH 05/12] builtin/show-ref: refactor `--exclude-existing` options
` [PATCH 06/12] builtin/show-ref: stop using global variable to count matches
` [PATCH 07/12] builtin/show-ref: stop using global vars for `show_one()`
` [PATCH 08/12] builtin/show-ref: refactor options for patterns subcommand
` [PATCH 09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands
` [PATCH 10/12] builtin/show-ref: explicitly spell out different modes in synopsis
` [PATCH 11/12] builtin/show-ref: add new mode to check for reference existence
` [PATCH 12/12] t: use git-show-ref(1) to check for ref existence
` [PATCH v2 00/12] show-ref: introduce mode "
  ` [PATCH v2 01/12] builtin/show-ref: convert pattern to a local variable
  ` [PATCH v2 02/12] builtin/show-ref: split up different subcommands
  ` [PATCH v2 03/12] builtin/show-ref: fix leaking string buffer
  ` [PATCH v2 04/12] builtin/show-ref: fix dead code when passing patterns
  ` [PATCH v2 05/12] builtin/show-ref: refactor `--exclude-existing` options
  ` [PATCH v2 06/12] builtin/show-ref: stop using global variable to count matches
  ` [PATCH v2 07/12] builtin/show-ref: stop using global vars for `show_one()`
  ` [PATCH v2 08/12] builtin/show-ref: refactor options for patterns subcommand
  ` [PATCH v2 09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands
  ` [PATCH v2 10/12] builtin/show-ref: explicitly spell out different modes in synopsis
  ` [PATCH v2 11/12] builtin/show-ref: add new mode to check for reference existence
  ` [PATCH v2 12/12] t: use git-show-ref(1) to check for ref existence

[PATCH 0/5] ci: add GitLab CI definition
 2023-10-26  9:07 UTC  (10+ messages)
` [PATCH 1/5] ci: reorder definitions for grouping functions
` [PATCH 2/5] ci: make grouping setup more generic
` [PATCH 3/5] ci: group installation of Docker dependencies
` [PATCH 4/5] ci: split out logic to set up failed test artifacts
` [PATCH 5/5] ci: add support for GitLab CI

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-10-26  8:16 UTC  (22+ messages)
` [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
` [PATCH v5 0/5] merge-ort: implement support for packing objects together
  ` [PATCH v5 1/5] bulk-checkin: extract abstract `bulk_checkin_source`
  ` [PATCH v5 2/5] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
  ` [PATCH v5 3/5] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
  ` [PATCH v5 4/5] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
  ` [PATCH v5 5/5] builtin/merge-tree.c: implement support for `--write-pack`

git bugreport with invalid CLI argument does not report error
 2023-10-26  4:06 UTC  (8+ messages)
    ` [PATCH v2] bugreport: reject positional arguments

Why sometimes branch merging is associated with this commit: Merge remote-tracking branch 'remotes/p4/HEAD'
 2023-10-26  3:23 UTC  (2+ messages)

Cloning new bare repository using ssh does not respect bare repository --initial-branch
 2023-10-25 22:24 UTC  (2+ messages)

git diagnose in non git directory results in core dump
 2023-10-25 21:01 UTC  (2+ messages)

Repository cloned using SSH does not respect bare repository initial branch
 2023-10-25 20:36 UTC 

[PATCH v3 0/5] config-parse: create config parsing library
 2023-10-25 19:37 UTC  (3+ messages)

[RFC][Outreachy] Seeking Git Community Feedback on My Application
 2023-10-25 12:45 UTC  (3+ messages)

[PATCH] merge: ignore whitespace changes when detecting renames
 2023-10-25 12:14 UTC 

[RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-25 10:29 UTC  (10+ messages)
` [PATCH v3] "

[RFC PATCH 0/2] pretty: add %I formatting for patch-id
 2023-10-25  8:44 UTC  (2+ messages)

[PATCH 1/2] t5574: test porcelain output of atomic fetch
 2023-10-25  8:21 UTC  (8+ messages)
` [PATCH 2/2] fetch: no redundant error message for "

[Outreachy] Move existing tests to a unit testing framework
 2023-10-25  8:18 UTC  (7+ messages)

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2023-10-25  8:05 UTC  (8+ messages)
` [PATCH v1 3/4] config: factor out global config file retrieval
    ` [PATCH v1 3/4] config: factor out global config file retrievalync-mailbox>

[OUTREACHY] Final Application For Git Internshhip
 2023-10-25  8:03 UTC  (2+ messages)

[PATCH] SubmittingPatches: call gitk's command "Copy commit reference"
 2023-10-24 22:26 UTC  (2+ messages)

[PATCH 0/1] Object ID support for git merge-file
 2023-10-24 21:23 UTC  (4+ messages)
` [PATCH 1/1] merge-file: add an option to process object IDs

using oldest date when squashing commits
 2023-10-24 21:19 UTC  (8+ messages)

bugreport
 2023-10-24 20:40 UTC 

[PATCH v2 0/2] commit-graph: detect commits missing in ODB
 2023-10-24 19:10 UTC  (3+ messages)
` [PATCH v2 2/2] commit: detect commits that exist in commit-graph but not in the ODB

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-10-24 14:05 UTC  (14+ messages)
` [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
` [PATCH v2 0/9] t: reduce direct disk access to data structures
  ` [PATCH v2 1/9] t: allow skipping expected object ID in `ref-store update-ref`
  ` [PATCH v2 2/9] t: convert tests to not write references via the filesystem
  ` [PATCH v2 3/9] t: convert tests to not access symrefs "
  ` [PATCH v2 4/9] t: convert tests to not access reflog "
  ` [PATCH v2 5/9] t1450: convert tests to remove worktrees via git-worktree(1)
  ` [PATCH v2 6/9] t4207: delete replace references via git-update-ref(1)
  ` [PATCH v2 7/9] t7300: assert exact states of repo
  ` [PATCH v2 8/9] t7900: assert the absence of refs via git-for-each-ref(1)
  ` [PATCH v2 9/9] t: mark several tests that assume the files backend with REFFILES

ls-remote bug
 2023-10-24 10:55 UTC 

[RFC PATCH 0/5] Introduce -t, --table for status/add commands
 2023-10-24  2:21 UTC  (27+ messages)

[PATCH] doc/git-bisect: clarify `git bisect run` syntax
 2023-10-24  0:12 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/6] log: decorate pseudorefs and other refs
 2023-10-24  0:08 UTC  (10+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] config: restructure color.decorate documentation
  ` [PATCH v3 2/7] log: use designated inits for decoration_colors
  ` [PATCH v3 3/7] log: add color.decorate.symbol config variable
  ` [PATCH v3 4/7] log: add color.decorate.ref "
  ` [PATCH v3 5/7] refs: add pseudorefs array and iteration functions
  ` [PATCH v3 6/7] refs: exempt pseudorefs from pattern prefixing
  ` [PATCH v3 7/7] log: add color.decorate.pseudoref config variable

[PATCH] decorate: add color.decorate.symbols config option
 2023-10-23 22:15 UTC  (6+ messages)
` [PATCH 0/7] log: decorate pseudorefs and other refs


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