Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 17:55:57 to 2023-10-23 19:02:16 UTC [more...]

[PATCH v2 0/3] rebase refactoring
 2023-10-23 19:02 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] rebase: simplify code related to imply_merge()
  ` [PATCH v3 2/3] rebase: handle --strategy via imply_merge() as well
  ` [PATCH v3 3/3] rebase: move parse_opt_keep_empty() down

[RFC PATCH 0/5] Introduce -t, --table for status/add commands
 2023-10-23 19:01 UTC  (23+ messages)
` [RFC PATCH 1/5] status: introduce -t, --table flag
` [RFC PATCH 2/5] status: handle long paths with "
` [RFC PATCH 3/5] status: add advice arg for "
` [RFC PATCH 4/5] add: add -t, --table flag for visual dry runs
` [RFC PATCH 5/5] add: set unique color for -t, --table arrows

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-10-23 18:58 UTC  (11+ messages)
` [PATCH v4 1/7] bulk-checkin: extract abstract `bulk_checkin_source`
` [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`

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

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-10-23 18:51 UTC  (28+ messages)
              ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
                              ` [PATCH 0/3] some send-email --compose fixes
                                ` [PATCH 1/3] doc/send-email: mention handling of "reply-to" with --compose
                                ` [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
                                ` [PATCH 3/3] send-email: handle to/cc/bcc from --compose message

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

[PATCH v3 3/5] config: report config parse errors using cb
 2023-10-23 18:41 UTC  (2+ messages)

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

[RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-23 17:52 UTC  (4+ messages)

[PATCH] doc/git-bisect: clarify `git bisect run` syntax
 2023-10-23 17:46 UTC  (7+ messages)

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2023-10-23 17:40 UTC  (7+ 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/11] t: reduce direct disk access to data structures
 2023-10-23 16:42 UTC  (28+ 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 v3] builtin/branch.c: adjust error messages to coding guidelines
 2023-10-23 16:06 UTC  (3+ 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  (3+ messages)

[Outreachy] Move existing tests to a unit testing framework
 2023-10-23 13:41 UTC  (6+ 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  (11+ messages)
` [PATCH] commit: detect commits that exist in commit-graph but not in the ODB

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

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

[PATCH] decorate: add color.decorate.symbols config option
 2023-10-23  0:20 UTC  (19+ 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 1/7] config: restructure color.decorate documentation
` [PATCH 2/7] log: use designated inits for decoration_colors
` [PATCH 3/7] log: add color.decorate.symbol config option
` [PATCH 4/7] refs: separate decoration type from default filter
` [PATCH 5/7] log: add color.decorate.ref option for other refs
` [PATCH 6/7] refs: exempt pseudoref patterns from prefixing
` [PATCH 7/7] log: show pseudorefs in decorations

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  (10+ messages)
` [PATCH v2] builtin/branch.c: "

Is there any interest in localizing term delimiters in git messages?
 2023-10-21  9:30 UTC  (11+ 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

Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
 2023-10-20 21:06 UTC  (3+ messages)

[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 

[PATCH] grep: die gracefully when outside repository
 2023-10-20 18:06 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v2 0/3] rev-list: add support for commits in `--missing`
 2023-10-20 17:45 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] rev-list: add commit object support in `--missing` option

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-20 17:27 UTC  (9+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
` [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)

Thanks and One Suggestion
 2023-10-20 17:01 UTC  (2+ messages)

Thanks and One Suggestion
 2023-10-20 16:08 UTC 

[PATCH 0/20] bounds-checks for chunk-based files
 2023-10-20 10:31 UTC  (6+ messages)
` [PATCH 0/8] chunk-format: introduce `pair_chunk_expect()` convenience API
  ` [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`

[PATCH v4 2/4] trailer: find the end of the log message
 2023-10-20  0:36 UTC  (3+ messages)

[PATCH v3 00/15] Introduce new `git replay` command
 2023-10-19 19:49 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 11/15] replay: use standard revision ranges
  ` [PATCH v5 00/14] Introduce new `git replay` command
    ` [PATCH v5 11/14] replay: use standard revision ranges

[PATCH v8 0/3] Add unit test framework and project plan
 2023-10-19 19:19 UTC  (3+ messages)
` [PATCH 0/3] CMake unit test fixups

Bug: git diagnose crashes with Segmentation fault outside of git repository
 2023-10-19 18:16 UTC  (6+ messages)
` [PATCH] diagnose: require repository

[PATCH] doc: update list archive reference to use lore.kernel.org
 2023-10-19 18:01 UTC  (3+ messages)

[PATCH] git-p4 shouldn't attempt to store symlinks in LFS
 2023-10-19 17:59 UTC  (3+ messages)
` [PATCH v2] "


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