Git Distributed Software Revision Control
[Prev Page][Next Page]
- [PATCH v2 3/9] t: convert tests to not access symrefs via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 2/9] t: convert tests to not write references via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 1/9] t: allow skipping expected object ID in `ref-store update-ref`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 0/9] t: reduce direct disk access to data structures
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Marc Branchaud <marcnarc@xxxxxxxxxxx>
- Re: using oldest date when squashing commits
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v1 3/4] config: factor out global config file retrievalync-mailbox>
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- [PATCH 12/12] t: use git-show-ref(1) to check for ref existence
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/12] builtin/show-ref: add new mode to check for reference existence
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/12] builtin/show-ref: explicitly spell out different modes in synopsis
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/12] builtin/show-ref: refactor options for patterns subcommand
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/12] builtin/show-ref: stop using global vars for `show_one()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/12] builtin/show-ref: refactor `--exclude-existing` options
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/12] builtin/show-ref: stop using global variable to count matches
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/12] builtin/show-ref: fix dead code when passing patterns
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/12] builtin/show-ref: fix leaking string buffer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/12] builtin/show-ref: split up different subcommands
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/12] builtin/show-ref: convert pattern to a local variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/12] show-ref: introduce mode to check for ref existence
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
- [PATCH v4 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 2/3] rev-list: move `show_commit()` to the bottom
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 1/3] revision: rename bit to `do_not_die_on_missing_objects`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- ls-remote bug
- From: Lior Zeltzer <liorz@xxxxxxxxxxx>
- Re: using oldest date when squashing commits
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: using oldest date when squashing commits
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [OUTREACHY] Final Application For Git Internshhip
- From: Naomi Ibe <naomi.ibeh69@xxxxxxxxx>
- Re: [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2] doc/git-bisect: clarify `git bisect run` syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 5/7] refs: add pseudorefs array and iteration functions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 0/5] merge-ort: implement support for packing objects together
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] fetch: no redundant error message for atomic fetch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2] doc/git-bisect: clarify `git bisect run` syntax
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH v2] doc/git-bisect: clarify `git bisect run` syntax
- From: Javier Mora <cousteaulecommandant@xxxxxxxxx>
- [PATCH v5 5/5] builtin/merge-tree.c: implement support for `--write-pack`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 4/5] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 3/5] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 2/5] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 1/5] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 0/5] merge-ort: implement support for packing objects together
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 0/7] log: decorate pseudorefs and other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 7/7] log: add color.decorate.pseudoref config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 3/7] log: add color.decorate.symbol config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 6/7] refs: exempt pseudorefs from pattern prefixing
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 5/7] refs: add pseudorefs array and iteration functions
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 4/7] log: add color.decorate.ref config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 0/7] log: decorate pseudorefs and other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 2/7] log: use designated inits for decoration_colors
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v3 1/7] config: restructure color.decorate documentation
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Re: [PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v3 0/5] config-parse: create config parsing library
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/5] config: report config parse errors using cb
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH v2] doc/git-bisect: clarify `git bisect run` syntax
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 0/5] config-parse: create config parsing library
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 3/5] config: report config parse errors using cb
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v2] doc/git-bisect: clarify `git bisect run` syntax
- From: "cousteau via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/3] rebase refactoring
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] upload-pack: add tracing for fetches
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 5/5] config-parse: split library out of config.[c|h]
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH v3 4/5] config.c: accept config_parse_options in git_config_from_stdin
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH 0/3] some send-email --compose fixes
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 1/5] config: split out config_parse_options
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 3/5] config: report config parse errors using cb
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] upload-pack: add tracing for fetches
- From: Robert Coup <robert@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH v3 2/5] config: split do_event() into start and flush operations
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 1/5] config: split out config_parse_options
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v1 3/4] config: factor out global config file retrievalync-mailbox>
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Javier Mora <cousteaulecommandant@xxxxxxxxx>
- [PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken June Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 0/3] rebase refactoring
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH v3] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken June Ibizugbe <isokenjune@xxxxxxxxx>
- Re: Outreachy Internship Project Timeline
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC][Outreachy] Seeking Git Community Feedback on My Application
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 01/11] t: add helpers to test for reference existence
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 01/11] t: add helpers to test for reference existence
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [Outreachy] Move existing tests to a unit testing framework
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 4/4] maintenance: use XDG config if it exists
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH v2 2/2] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 1/2] commit-graph: introduce envvar to disable commit existence checks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 0/2] commit-graph: detect commits missing in ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- malformed commit messages for git version 2.42.0 when "commit.verbose true"
- From: matthieu@talbot.audio
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] fetch: no redundant error message for atomic fetch
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 4/4] maintenance: use XDG config if it exists
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 3/4] config: factor out global config file retrieval
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 0/7] merge-ort: implement support for packing objects together
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] fetch: no redundant error message for atomic fetch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH 2/2] fetch: no redundant error message for atomic fetch
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/7] log: decorate pseudorefs and other refs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- What's cooking in git.git (Oct 2023, #08; Sun, 22)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/7] log: decorate pseudorefs and other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 6/6] log: add color.decorate.pseudoref config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 4/6] refs: add pseudorefs array and iteration functions
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 5/6] refs: exempt pseudorefs from pattern prefixing
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 3/6] log: add color.decorate.ref config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 2/6] log: add color.decorate.symbol config variable
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 1/6] config: restructure color.decorate documentation
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH v2 0/6] log: decorate pseudorefs and other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- Re: [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] doc/git-bisect: clarify `git bisect run` syntax
- From: "cousteau via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Outreachy Internship Project Timeline
- From: Naomi Ibe <naomi.ibeh69@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: Pulling from a linux box to a Solaris 9 OS
- From: Daniel Santos <daniel.dlds@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v3] merge-ort.c: fix typo 'neeed' to 'needed'
- From: "Wangchangxin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [RFC PATCH 2/2] pretty: add 'I' placeholder for patch-id
- From: Michael McClimon <michael@xxxxxxxxxxxx>
- [RFC PATCH 1/2] patch-ids: add const modifier to commit
- From: Michael McClimon <michael@xxxxxxxxxxxx>
- [RFC PATCH 0/2] pretty: add %I formatting for patch-id
- From: Michael McClimon <michael@xxxxxxxxxxxx>
- Re: [PATCH 0/7] log: decorate pseudorefs and other refs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 06/11] t: convert tests to not access reflog via the filesystem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Peter Krefting <peter@xxxxxxxxxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH v4 1/4] hex-ll: separate out non-hash-algo functions
- From: Linus Arver <linusa@xxxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: 王常新 <wchangxin824@xxxxxxxxx>
- Re: [PATCH v3 1/1] bugreport: include +i in outfile suffix as needed
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Marc Branchaud <marcnarc@xxxxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/3] rebase refactoring
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] rebase: handle --strategy via imply_merge() as well
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/3] some send-email --compose fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Marc Branchaud <marcnarc@xxxxxxxxxxx>
- Re: [PATCH v5 2/3] trailer: find the end of the log message
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
- From: Michael Strawbridge <michael.strawbridge@xxxxxxx>
- Re: [PATCH] git-push: more visibility for -q option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] git-push: more visibility for -q option
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 05/11] t: convert tests to not access symrefs via the filesystem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Why sometimes branch merging is associated with this commit: Merge remote-tracking branch 'remotes/p4/HEAD'
- From: Yuri <yuri@xxxxxxxxx>
- [PATCH v5 3/3] trailer: use offsets for trailer_start/trailer_end
- From: "Linus Arver via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 2/3] trailer: find the end of the log message
- From: "Linus Arver via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/3] commit: ignore_non_trailer computes number of bytes to ignore
- From: "Linus Arver via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/3] Trailer readability cleanups
- From: "Linus Arver via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH] git-push: more visibility for -q option
- From: Michal Suchanek <msuchanek@xxxxxxx>
- [RFC PATCH 5/5] add: set unique color for -t, --table arrows
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [RFC PATCH 4/5] add: add -t, --table flag for visual dry runs
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [RFC PATCH 3/5] status: add advice arg for -t, --table flag
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [RFC PATCH 2/5] status: handle long paths with -t, --table flag
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [RFC PATCH 1/5] status: introduce -t, --table flag
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [RFC PATCH 0/5] Introduce -t, --table for status/add commands
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH v2] grep: die gracefully when outside repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3] grep: die gracefully when outside repository
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/3] send-email: handle to/cc/bcc from --compose message
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] grep: die gracefully when outside repository
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: Thanks and One Suggestion
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v4 1/7] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 0/7] merge-ort: implement support for packing objects together
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] grep: die gracefully when outside repository
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- Re: Thanks and One Suggestion
- From: Emily Shaffer <nasamuffin@xxxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Thanks and One Suggestion
- From: Brock Whitaker <brock.e.whitaker@xxxxxxxxx>
- Re: [Outreachy] Move existing tests to a unit testing framework
- From: Achu Luma <ach.lumap@xxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/8] chunk-format: introduce `pair_chunk_expect()` convenience API
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 3/3] send-email: handle to/cc/bcc from --compose message
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 2/3] Revert "send-email: extract email-parsing code into a subroutine"
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/3] doc/send-email: mention handling of "reply-to" with --compose
- From: Jeff King <peff@xxxxxxxx>
- Re: Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
- [PATCH 0/3] some send-email --compose fixes
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 1/3] rebase: simplify code related to imply_merge()
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- [PATCH v3 3/3] rebase: move parse_opt_keep_empty() down
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- [PATCH v3 2/3] rebase: handle --strategy via imply_merge() as well
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- [PATCH v3 0/3] rebase refactoring
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- [RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v4 1/7] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 0/7] merge-ort: implement support for packing objects together
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
- From: Jeff King <peff@xxxxxxxx>
- Re: Pulling from a linux box to a Solaris 9 OS
- From: Jeff King <peff@xxxxxxxx>
- Re: [RFC][Outreachy] Seeking Git Community Feedback on My Application
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: 王常新 <wchangxin824@xxxxxxxxx>
- Re: [PATCH v4 2/4] trailer: find the end of the log message
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Pulling from a linux box to a Solaris 9 OS
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 2/4] trailer: find the end of the log message
- From: Linus Arver <linusa@xxxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Pulling from a linux box to a Solaris 9 OS
- From: Daniel Santos <daniel.dlds@xxxxxxxxx>
- Re: [PATCH v4 0/7] merge-ort: implement support for packing objects together
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 11/14] replay: use standard revision ranges
- From: Linus Arver <linusa@xxxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Torsten Bögershausen <tboegi@xxxxxx>
- [PATCH 7/7] log: show pseudorefs in decorations
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 6/7] refs: exempt pseudoref patterns from prefixing
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 5/7] log: add color.decorate.ref option for other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 4/7] refs: separate decoration type from default filter
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 3/7] log: add color.decorate.symbol config option
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 2/7] log: use designated inits for decoration_colors
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 1/7] config: restructure color.decorate documentation
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- [PATCH 0/7] log: decorate pseudorefs and other refs
- From: Andy Koppe <andy.koppe@xxxxxxxxx>
- Re: [PATCH v4 11/15] replay: use standard revision ranges
- From: Linus Arver <linusa@xxxxxxxxxx>
- Re: [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 0/3] CMake unit test fixups
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] diagnose: require repository
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH] diagnose: require repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Jeff Hostetler <git@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] doc: update list archive reference to use lore.kernel.org
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] git-p4 shouldn't attempt to store symlinks in LFS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 7/7] builtin/merge-tree.c: implement support for `--write-pack`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 6/7] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 3/7] bulk-checkin: refactor deflate routine to accept a `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 2/7] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 1/7] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 0/7] merge-ort: implement support for packing objects together
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2023, #04; Tue, 10)
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Re: [PATCH v5 0/2] attr: add attr.tree config
- From: John Cai <johncai86@xxxxxxxxx>
- Re: [PATCH v3 08/10] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 3/3] fixup! cmake: handle also unit tests
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH 2/3] fixup! artifacts-tar: when including `.dll` files, don't forget the unit-tests
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH 0/3] CMake unit test fixups
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH 1/3] fixup! cmake: also build unit tests
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 2/2] fetch: no redundant error message for atomic fetch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- [PATCH 1/2] t5574: test porcelain output of atomic fetch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH] diagnose: require repository
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- [PATCH v2] merge-ort.c: fix typo 'neeed' to 'needed'
- From: "Wangchangxin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: 王常新 <wchangxin824@xxxxxxxxx>
- [PATCH v3 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v3 2/3] rev-list: move `show_commit()` to the bottom
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v3 1/3] revision: rename bit to `do_not_die_on_missing_objects`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v3 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: pygit2 claims repository does not exist on GIT_DIR_INVALID_OWNERSHIP
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: pygit2 claims repository does not exist on GIT_DIR_INVALID_OWNERSHIP
- From: Konstantin Khomoutov <kostix@xxxxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx>
- pygit2 claims repository does not exist on GIT_DIR_INVALID_OWNERSHIP
- From: Michal Suchánek <msuchanek@xxxxxxx>
- [RFC][Outreachy] Seeking Git Community Feedback on My Application
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- [PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken June Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [Outreachy][PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- [Outreachy][PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
- From: Isoken June Ibizugbe <isokenjune@xxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- [PATCH v2] git-p4 shouldn't attempt to store symlinks in LFS
- From: Matthew McClain <mmcclain@xxxxxxxxxxx>
- Re: [PATCH] doc: update list archive reference to use lore.kernel.org
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [Outreachy] [PATCH v2] t/t7601: use "test_path_is_file"etc. instead of "test -f"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Junio C Hamano <gitster@xxxxxxxxx>
- What's cooking in git.git (Oct 2023, #07; Wed, 18)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] am: align placeholder for --whitespace option with apply
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 08/10] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] git-p4 shouldn't attempt to store symlinks in LFS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] git-p4 shouldn't attempt to store symlinks in LFS
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Include gettext.h in MyFirstContribution tutorial
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v1 4/4] maintenance: use XDG config if it exists
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH v1 3/4] config: factor out global config file retrieval
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH v1 0/4] maintenance: use XDG config if it exists
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH v1 2/4] config: rename global config function
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH v1 1/4] config: format newlines
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/5] doc: fix some typos, grammar and wording issues
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] git-p4 shouldn't attempt to store symlinks in LFS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] git-p4 shouldn't attempt to store symlinks in LFS
- From: Matthew McClain <mmcclain@xxxxxxxxxxx>
- Re: [PATCH] git-gui: add support for filenames starting with tilde
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 17/17] bloom: introduce `deinit_bloom_filters()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 16/17] commit-graph: reuse existing Bloom filters where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 15/17] object.h: fix mis-aligned flag bits table
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 14/17] commit-graph: drop unnecessary `graph_read_bloom_data_context`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 13/17] commit-graph.c: unconditionally load Bloom filters
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 12/17] bloom: prepare to discard incompatible Bloom filters
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 10/17] commit-graph: new filter ver. that fixes murmur3
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 11/17] bloom: annotate filters with hash version
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 09/17] repo-settings: introduce commitgraph.changedPathsVersion
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 08/17] t4216: test changed path filters with high bit paths
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 07/17] t/helper/test-read-graph: implement `bloom-filters` mode
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 06/17] bloom.h: make `load_bloom_filter_from_graph()` public
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 04/17] gitformat-commit-graph: describe version 2 of BDAT
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 02/17] revision.c: consult Bloom filters for root commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 03/17] commit-graph: ensure Bloom filters are read with consistent settings
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 01/17] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v3 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 10/17] commit-graph: new filter ver. that fixes murmur3
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 08/17] t4216: test changed path filters with high bit paths
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 06/10] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 04/10] bulk-checkin: factor out `finalize_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 02/10] bulk-checkin: factor out `prepare_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 01/10] bulk-checkin: factor out `format_object_header_hash()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 09/10] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 00/10] merge-ort: implement support for packing objects together
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 01/11] t: add helpers to test for reference existence
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH v3 08/10] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 07/10] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 10/10] builtin/merge-tree.c: implement support for `--write-pack`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3 03/10] bulk-checkin: factor out `truncate_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 03/11] t: convert tests to use helpers for reference existence
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/11] t: add helpers to test for reference existence
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
- From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx>
- Re: How to combine multiple commit diffs?
- From: ZheNing Hu <adlternative@xxxxxxxxx>
- Re: [PATCH] t/t7601: Modernize test scripts using functions
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: How to combine multiple commit diffs?
- From: ZheNing Hu <adlternative@xxxxxxxxx>
- [Outreachy] [PATCH v2] t/t7601: use "test_path_is_file"etc. instead of "test -f"
- From: Dorcas AnonoLitunya <anonolitunya@xxxxxxxxx>
- Re: Git does not work on my machine!!!
- From: Matthias Aßhauer <mha1993@xxxxxxx>
- [PATCH] git-gui: add support for filenames starting with tilde
- From: "Matthias Aßhauer via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 00/11] t: reduce direct disk access to data structures
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/11] t: mark several tests that assume the files backend with REFFILES
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/11] t7900: assert the absence of refs via git-for-each-ref(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/11] t7300: assert exact states of repo
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/11] t1450: convert tests to remove worktrees via git-worktree(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/11] t: convert tests to not access reflog via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/11] t: convert tests to not access symrefs via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/11] t: convert tests to not write references via the filesystem
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/11] t: convert tests to use helpers for reference existence
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/11] t: add helpers to test for reference existence
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/11] t: reduce direct disk access to data structures
- From: Patrick Steinhardt <ps@xxxxxx>
- [Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
- From: Isoken June Ibizugbe <isokenjune@xxxxxxxxx>
- [PATCH] commit: do not use cryptic "new_index" in end-user facing messages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: Supporting `git add -a <exclude submodules>`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Supporting `git add -a <exclude submodules>`
- From: Joanna Wang <jojwang@xxxxxxxxxx>
- Re: [PATCH v2 1/1] [OUTREACHY] builtin/add.c: clean up die() messages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 1/1] [OUTREACHY] builtin/add.c: clean up die() messages
- From: Naomi Ibe <naomi.ibeh69@xxxxxxxxx>
- [PATCH v2 1/1] [OUTREACHY] add: standardize die() messages output.
- From: Naomi Ibe <naomi.ibeh69@xxxxxxxxx>
- Re: Is there any interest in localizing term delimiters in git messages?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Supporting `git add -a <exclude submodules>`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] upload-pack: add tracing for fetches
- From: "Robert Coup via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Is there any interest in localizing term delimiters in git messages?
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- Re: Supporting `git add -a <exclude submodules>`
- From: Joanna Wang <jojwang@xxxxxxxxxx>
- Re: [PATCH 0/8] t7900: untangle test dependencies
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: none
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/8] t7900: setup and tear down clones
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/8] t7900: untangle test dependencies
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] t7900: setup and tear down clones
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/8] t7900: untangle test dependencies
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] [OUTREACHY] add: standardize die() messages output.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/5] config-parse: create config parsing library
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re:[PATCH] t/t7601: Modernize test scripts using functions
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 7/7] builtin/merge-tree.c: implement support for `--write-pack`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 6/7] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 4/7] bulk-checkin: factor our `finalize_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 3/7] bulk-checkin: factor out `truncate_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 0/7] merge-ort: implement support for packing objects together
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 2/7] bulk-checkin: factor out `prepare_checkpoint()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 1/7] bulk-checkin: factor out `format_object_header_hash()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Git Pathspec bug
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: Jason Hatton <jhatton@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2 1/1] [OUTREACHY] add: standardize die() messages output.
- From: Naomi Ibe <naomi.ibeh69@xxxxxxxxx>
- Re: Method for Calculating Statistics of Developer Contribution to a Specified Branch.
- From: Hongyi Zhao <hongyi.zhao@xxxxxxxxx>
- Re: Git Pathspec bug
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Git Pathspec bug
- From: Moritz Widmann <widmann@xxxxxxxxxxxx>
- Re: [PATCH v3 00/17] bloom: changed-path Bloom filters v2 (& sundries)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 13/17] commit-graph.c: unconditionally load Bloom filters
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 10/17] commit-graph: new filter ver. that fixes murmur3
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 03/17] commit-graph: ensure Bloom filters are read with consistent settings
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 08/17] t4216: test changed path filters with high bit paths
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Proxy Flag for git-clone, push, pull
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Proxy Flag for git-clone, push, pull
- From: Jaydeep Das <jaydeepjd.8914@xxxxxxxxx>
- [PATCH] Include gettext.h in MyFirstContribution tutorial
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] bugreport: include +i in outfile suffix as needed
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Bug: dir.c traversing the filesystem: unindexed directories do not get recursed into when there is a (non-excluding) pathspec
- From: Joanna Wang <jojwang@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 1/1] bugreport: include +i in outfile suffix as needed
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] status: fix branch shown when not only bisecting
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/25] Documentation fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3 1/1] bugreport: include +i in outfile suffix as needed
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v3 0/1] bugreport: include +i in outfile suffix as needed
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: Method for Calculating Statistics of Developer Contribution to a Specified Branch.
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] rev-list: add support for commits in `--missing`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Git does not work on my machine!!!
- From: <jtrites@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [no subject]
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: [PATCH] t/t7601: Modernize test scripts using functions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v8 2.5/3] fixup! unit tests: add TAP unit test framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/3] rev-list: add support for commits in `--missing`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [no subject]
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- [[Outreachy]PATCH v2] t/t7601: Modernize test scripts using functions
- From: Dorcas AnonoLitunya <anonolitunya@xxxxxxxxx>
- [PATCH] t/t7601: Modernize test scripts using functions
- From: Dorcas AnonoLitunya <anonolitunya@xxxxxxxxx>
- Method for Calculating Statistics of Developer Contribution to a Specified Branch.
- From: Hongyi Zhao <hongyi.zhao@xxxxxxxxx>
- [PATCH v8 2.5/3] fixup! unit tests: add TAP unit test framework
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH v2 3/3] rev-list: add commit object support in `--missing` option
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 2/3] rev-list: move `show_commit()` to the bottom
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 1/3] revision: rename bit to `do_not_die_on_missing_objects`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: git log --patch for a particular file
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- git log --patch for a particular file
- From: Victor Porton <porton.victor@xxxxxxxxx>
- Re: [PATCH v8 0/3] Add unit test framework and project plan
- From: phillip.wood123@xxxxxxxxx
- Re: You are marked as spam, and therefore cannot authorize a third party application.
- From: Konstantin Khomoutov <kostix@xxxxxxxx>
- [PATCH 0/2] doc/git-repack: small fixes for geometric repacks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/2] doc/git-repack: don't mention nonexistent "--unpacked" option
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/2] doc/git-repack: fix syntax for `-g` shorthand option
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- You are marked as spam, and therefore cannot authorize a third party application.
- From: Ramesh <ramesh@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/3] bugreport: include +i in outfile suffix as needed
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 21/20] t5319: make corrupted large-offset test more robust
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
- From: Beat Bolli <dev+git@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
- From: "Wangchangxin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Elijah Newren <newren@xxxxxxxxx>
- [PATCH v2 3/3] bugreport: don't create --diagnose zip w/o report
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v2 2/3] bugreport: match diagnostics filename with report
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v2 1/3] bugreport: include +i in outfile suffix as needed
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH v2 0/3] bugreport: include +i in outfile suffix as needed
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH] grep: die gracefully when outside repository
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 21/20] t5319: make corrupted large-offset test more robust
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- Re: [PATCH 0/8] t7900: untangle test dependencies
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH 9/8] t7900: fix register dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 4/8] t7900: factor out inheritance test dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 8/8] t7900: factor out packfile dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 7/8] t7900: fix `print-args` dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 6/8] t7900: fix `pfx` dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 5/8] t7900: factor out common schedule setup
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 3/8] t7900: create commit so that branch is born
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 1/8] t7900: remove register dependency
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 2/8] t7900: setup and tear down clones
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH 0/8] t7900: untangle test dependencies
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- [PATCH] grep: die gracefully when outside repository
- From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx>
- What's cooking in git.git (Oct 2023, #06; Fri, 13)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 21/20] t5319: make corrupted large-offset test more robust
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Bug: git grep --no-index 123 /dev/stdin crashes with SIGABRT
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: Bug: git grep --no-index 123 /dev/stdin crashes with SIGABRT
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Bug: git diagnose crashes with Segmentation fault outside of git repository
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH] diagnose: require repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [Outreachy Applicant]
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Bug: git grep --no-index 123 /dev/stdin crashes with SIGABRT
- From: ks1322 ks1322 <ks1322@xxxxxxxxx>
- Re: [PATCH] diagnose: require repository
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- [PATCH] diagnose: require repository
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Bug: git diagnose crashes with Segmentation fault outside of git repository
- From: ks1322 ks1322 <ks1322@xxxxxxxxx>
- Re: [PATCH] bugreport: add 'seconds' to default outfile name
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- [PATCH] bugreport: add 'seconds' to default outfile name
- From: Jacob Stopak <jacob@xxxxxxxxxxxxxxxx>
- [PATCH 21/20] t5319: make corrupted large-offset test more robust
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/8] midx: read `OIDF` chunk with `pair_chunk_expect()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Regarding the depreciation of ssh+git/git+ssh protocols
- From: David Rogers <predictivestatmech@xxxxxxxxx>
- Re: [PATCH v5 0/2] attr: add attr.tree config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 0/2] attr: add attr.tree config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
- From: Michael Strawbridge <michael.strawbridge@xxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 8/8] midx: read `OOFF` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 7/8] midx: read `OIDL` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 6/8] midx: read `OIDF` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 4/8] commit-graph: read `GDAT` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 3/8] commit-graph: read `CDAT` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 2/8] commit-graph: read `OIDF` chunk with `pair_chunk_expect()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/8] chunk-format: introduce `pair_chunk_expect()` helper
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 0/8] chunk-format: introduce `pair_chunk_expect()` convenience API
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v5 0/2] attr: add attr.tree config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [Outreachy Applicant]
- From: "estherugbiedah@xxxxxxxxx" <estherugbiedah@xxxxxxxxx>
- Re: [PATCH 0/2] [Outreachy][PATCH v2] branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 2/2] branch.c: adjust error messages to coding guidelines
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] branch.c: adjust error messages to coding guidelines
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v5 2/2] attr: add attr.tree for setting the treeish to read attributes from
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/2] attr: add attr.tree config
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/2] attr: read attributes from HEAD when bare repo
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] branch.c: adjust error messages to coding guidelines
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- [PATCH 1/2] branch.c: ammend error messages for die()
- From: "Isoken June Ibizugbe via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/2] branch.c: adjust error messages to coding guidelines
- From: "Isoken June Ibizugbe via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] [Outreachy][PATCH v2] branch.c: adjust error messages to coding guidelines
- From: "Isoken June Ibizugbe via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v4 0/2] attr: add attr.tree config
- From: John Cai <johncai86@xxxxxxxxx>
- Re: Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: -q option for git to suppress informational messages?
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- What's cooking in git.git (Oct 2023, #05; Thu, 12)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/gitformat-pack.txt: fix incorrect MIDX documentation
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH 2/2] Documentation/gitformat-pack.txt: fix incorrect MIDX documentation
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/2] Documentation/gitformat-pack.txt: fix typo
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 0/2] Documentation/gitformat-pack.txt: correct a few issues/typos
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] send-email: add --compose-cover option
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: This list is being migrated to new infrastructure (no action required)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: -q option for git to suppress informational messages?
- From: Emily Shaffer <nasamuffin@xxxxxxxxxx>
- Re: This list is being migrated to new infrastructure (no action required)
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] send-email: add --compose-cover option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- This list is being migrated to new infrastructure (no action required)
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- [PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
- From: Feiyang Xue <hi@xxxxxxxx>
- Re: [PATCH] send-email: add --compose-cover option
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- -q option for git to suppress informational messages?
- From: Michal Suchánek <msuchanek@xxxxxxx>
- git and multiple processes
- From: Federico Kircheis <federico@xxxxxxxxxxx>
- Re: [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/2] t: add a test helper to truncate files
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] mailmap: change primary address for Derrick Stolee
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Bug: Git grep -f reads the filename relative to the repository root
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] mailmap: change primary address for Derrick Stolee
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: How to combine multiple commit diffs?
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [Outreachy]Introduction and Problem while installing Git
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: How to combine multiple commit diffs?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [Outreachy]Introduction and Problem while installing Git
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 2/2] Prevent git from rehashing 4GiB files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 1/2] t: add a test helper to truncate files
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 0/2] Prevent re-reading 4 GiB files on every status
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH] send-email: add --compose-cover option
- From: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
- Bug: Git grep -f reads the filename relative to the repository root
- From: Erik Cervin Edin <erik@xxxxxxxxxxx>
- How to combine multiple commit diffs?
- From: ZheNing Hu <adlternative@xxxxxxxxx>
- [PATCH] send-email: add --compose-cover option
- From: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Sebastian Thiel <sebastian.thiel@xxxxxxxxxx>
- Re: [PATCH 0/3] rev-list: add support for commits in `--missing`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- Re: [RFC] Define "precious" attribute and support it in `git clean`
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- Re: [Outreachy]Introduction and Problem while installing Git
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: [Outreachy]Introduction and Problem while installing Git
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: [Outreachy]Introduction and Problem while installing Git
- From: Benson Muite <benson_muite@xxxxxxxxxxxxx>
- [Outreachy]Introduction and Problem while installing Git
- From: Dorcas Litunya <anonolitunya@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 1/1] branch.c: ammend error messages for die()
- From: Isoken Ibizugbe <isokenjune@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Jeff King <peff@xxxxxxxx>
- Re: why does git set X in LESS env var?
- From: Christoph Anton Mitterer <calestyo@xxxxxxxxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]