git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-20 18:48:26 to 2023-10-24 14:05:30 UTC [more...]

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-10-24 14:05 UTC  (36+ messages)
` [PATCH 01/11] t: add helpers to test for reference existence
` [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
` [PATCH 04/11] t: convert tests to not write references via the filesystem
` [PATCH 05/11] t: convert tests to not access symrefs "
` [PATCH 06/11] t: convert tests to not access reflog "
` [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 "

[RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-24 14:01 UTC  (6+ messages)

using oldest date when squashing commits
 2023-10-24 14:00 UTC  (5+ messages)

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2023-10-24 13:23 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>
` [PATCH v1 4/4] maintenance: use XDG config if it exists

[PATCH 00/12] show-ref: introduce mode to check for ref existence
 2023-10-24 13:11 UTC  (13+ 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

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

[PATCH v2 0/3] rev-list: add support for commits in `--missing`
 2023-10-24 12:26 UTC  (11+ 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

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

[OUTREACHY] Final Application For Git Internshhip
 2023-10-24  7:47 UTC 

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-10-24  6:34 UTC  (13+ 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`

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

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

[PATCH] decorate: add color.decorate.symbols config option
 2023-10-24  0:08 UTC  (22+ messages)
` [PATCH 0/7] log: decorate pseudorefs and other refs
  ` [PATCH v2 0/6] "
    ` [PATCH v2 1/6] config: restructure color.decorate documentation
    ` [PATCH v2 2/6] log: add color.decorate.symbol config variable
    ` [PATCH v2 3/6] log: add color.decorate.ref "
    ` [PATCH v2 4/6] refs: add pseudorefs array and iteration functions
    ` [PATCH v2 5/6] refs: exempt pseudorefs from pattern prefixing
    ` [PATCH v2 6/6] log: add color.decorate.pseudoref config variable
    ` [PATCH v3 0/7] log: decorate pseudorefs and other refs
      ` [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 1/2] t5574: test porcelain output of atomic fetch
 2023-10-23 23:20 UTC  (6+ messages)
` [PATCH 2/2] fetch: no redundant error message for "

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-23 20:22 UTC  (5+ messages)
` [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)

[PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
 2023-10-23 20:19 UTC  (5+ messages)

[PATCH 0/2] config-parse: create config parsing library
 2023-10-23 20:13 UTC  (9+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 3/5] config: report config parse errors using cb

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-10-23 19:50 UTC  (19+ messages)
  ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
                  ` [PATCH 0/3] some send-email --compose fixes
                    ` [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"

[PATCH v2 0/3] rebase refactoring
 2023-10-23 19:02 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] rebase: handle --strategy via imply_merge() as well

[PATCH] upload-pack: add tracing for fetches
 2023-10-23 18:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 5/5] config-parse: split library out of config.[c|h]
 2023-10-23 18:53 UTC  (2+ messages)

[PATCH v3 4/5] config.c: accept config_parse_options in git_config_from_stdin
 2023-10-23 18:52 UTC  (2+ messages)

[PATCH v3 1/5] config: split out config_parse_options
 2023-10-23 18:46 UTC  (3+ messages)

[PATCH v3 2/5] config: split do_event() into start and flush operations
 2023-10-23 18:05 UTC  (2+ messages)

Outreachy Internship Project Timeline
 2023-10-23 14:47 UTC  (2+ messages)

[RFC][Outreachy] Seeking Git Community Feedback on My Application
 2023-10-23 14:24 UTC  (2+ messages)

[Outreachy] Move existing tests to a unit testing framework
 2023-10-23 13:41 UTC  (5+ messages)

[PATCH v2 0/2] commit-graph: detect commits missing in ODB
 2023-10-23 11:27 UTC  (3+ messages)
` [PATCH v2 1/2] commit-graph: introduce envvar to disable commit existence checks
` [PATCH v2 2/2] commit: detect commits that exist in commit-graph but not in the ODB

malformed commit messages for git version 2.42.0 when "commit.verbose true"
 2023-10-23 10:36 UTC 

[PATCH 0/3] rev-list: add support for commits in `--missing`
 2023-10-23 10:15 UTC  (10+ messages)
` [PATCH] commit: detect commits that exist in commit-graph but not in the ODB

[RFC] Define "precious" attribute and support it in `git clean`
 2023-10-23  7:15 UTC  (7+ messages)

What's cooking in git.git (Oct 2023, #08; Sun, 22)
 2023-10-22 22:17 UTC 

Pulling from a linux box to a Solaris 9 OS
 2023-10-22  9:31 UTC  (4+ messages)

[PATCH v2] merge-ort.c: fix typo 'neeed' to 'needed'
 2023-10-22  2:46 UTC  (2+ messages)
` [PATCH v3] "

[RFC PATCH 0/2] pretty: add %I formatting for patch-id
 2023-10-22  2:28 UTC  (3+ messages)
` [RFC PATCH 1/2] patch-ids: add const modifier to commit
` [RFC PATCH 2/2] pretty: add 'I' placeholder for patch-id

[PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
 2023-10-21 17:26 UTC  (9+ messages)

[Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
 2023-10-21 10:31 UTC  (6+ messages)
` [PATCH v2] builtin/branch.c: "

Is there any interest in localizing term delimiters in git messages?
 2023-10-21  9:30 UTC  (2+ messages)

[RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-21  7:26 UTC  (6+ messages)

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-10-21  4:14 UTC  (4+ messages)
` [PATCH v4 0/4] Preliminary patches before git-std-lib
  ` [PATCH v4 1/4] hex-ll: separate out non-hash-algo functions

[PATCH v2 1/3] bugreport: include +i in outfile suffix as needed
 2023-10-21  0:39 UTC  (4+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] "

[PATCH v4 0/4] Trailer readability cleanups
 2023-10-20 21:29 UTC  (6+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] commit: ignore_non_trailer computes number of bytes to ignore
  ` [PATCH v5 2/3] trailer: find the end of the log message
  ` [PATCH v5 3/3] trailer: use offsets for trailer_start/trailer_end

[PATCH] git-push: more visibility for -q option
 2023-10-20 20:08 UTC  (3+ messages)

Why sometimes branch merging is associated with this commit: Merge remote-tracking branch 'remotes/p4/HEAD'
 2023-10-20 19:46 UTC 


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