Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v4 1/5] setup: add an escape hatch for "no more default hash algorithm" change, (continued)
- Bug in git log -S,
Sam Clymer
- [PATCH] compat/regex: fix argument order to calloc(3),
Junio C Hamano
- [PATCH v2] documentation: git-update-index: add --show-index-version to synopsis, Dov Murik
- [PATCH] fetch-pack: Remove unused struct 'loose_object_iter',
Dr. David Alan Gilbert
- What's cooking in git.git (May 2024, #05; Sat, 11),
Junio C Hamano
- git shortlog --committer=name is documented, alas not implemented,
Gerald Pfeifer
- [ANNOUNCE] tig-2.5.10, Thomas Koutcher
- [PATCH] doc: git-update-index: add --show-index-version to synopsis,
Dov Murik
- [PATCH] trace2: intercept all common signals,
Emily Shaffer
- [PATCH 00/21] builtin/config: remove global state,
Patrick Steinhardt
- [PATCH 01/21] builtin/config: stop printing full usage on misuse, Patrick Steinhardt
- [PATCH 02/21] builtin/config: move legacy mode into its own function, Patrick Steinhardt
- [PATCH 03/21] builtin/config: move subcommand options into `cmd_config()`, Patrick Steinhardt
- [PATCH 04/21] builtin/config: move legacy options into `cmd_config()`, Patrick Steinhardt
- [PATCH 05/21] builtin/config: move actions into `cmd_config_actions()`, Patrick Steinhardt
- [PATCH 06/21] builtin/config: check for writeability after source is set up, Patrick Steinhardt
- [PATCH 07/21] config: make the config source const, Patrick Steinhardt
- [PATCH 08/21] builtin/config: refactor functions to have common exit paths, Patrick Steinhardt
- [PATCH 09/21] builtin/config: move location options into local variables, Patrick Steinhardt
- [PATCH 10/21] builtin/config: move display options into local variables, Patrick Steinhardt
- [PATCH 11/21] builtin/config: move type options into display options, Patrick Steinhardt
- [PATCH 12/21] builtin/config: move default value into display options, Patrick Steinhardt
- [PATCH 13/21] builtin/config: move `respect_includes_opt` into location options, Patrick Steinhardt
- [PATCH 14/21] builtin/config: convert `do_not_match` to a local variable, Patrick Steinhardt
- [PATCH 15/21] builtin/config: convert `value_pattern` to a local variable, Patrick Steinhardt
- [PATCH 16/21] builtin/config: convert `regexp` to a local variable, Patrick Steinhardt
- [PATCH 17/21] builtin/config: convert `key_regexp` to a local variable, Patrick Steinhardt
- [PATCH 18/21] builtin/config: convert `key` to a local variable, Patrick Steinhardt
- [PATCH 19/21] builtin/config: track "fixed value" option via flags only, Patrick Steinhardt
- [PATCH 20/21] builtin/config: convert flags to a local variable, Patrick Steinhardt
- [PATCH 21/21] builtin/config: pass data between callbacks via local variables, Patrick Steinhardt
- Re: [PATCH 00/21] builtin/config: remove global state, Junio C Hamano
- Re: [PATCH 00/21] builtin/config: remove global state, Kyle Lippincott
- [PATCH v2 00/21] builtin/config: remove global state, Patrick Steinhardt
- [PATCH v2 01/21] builtin/config: stop printing full usage on misuse, Patrick Steinhardt
- [PATCH v2 02/21] builtin/config: move legacy mode into its own function, Patrick Steinhardt
- [PATCH v2 03/21] builtin/config: move subcommand options into `cmd_config()`, Patrick Steinhardt
- [PATCH v2 04/21] builtin/config: move legacy options into `cmd_config()`, Patrick Steinhardt
- [PATCH v2 05/21] builtin/config: move actions into `cmd_config_actions()`, Patrick Steinhardt
- [PATCH v2 06/21] builtin/config: check for writeability after source is set up, Patrick Steinhardt
- [PATCH v2 07/21] config: make the config source const, Patrick Steinhardt
- [PATCH v2 08/21] builtin/config: refactor functions to have common exit paths, Patrick Steinhardt
- [PATCH v2 09/21] builtin/config: move location options into local variables, Patrick Steinhardt
- [PATCH v2 10/21] builtin/config: move display options into local variables, Patrick Steinhardt
- [PATCH v2 11/21] builtin/config: move type options into display options, Patrick Steinhardt
- [PATCH v2 12/21] builtin/config: move default value into display options, Patrick Steinhardt
- [PATCH v2 13/21] builtin/config: move `respect_includes_opt` into location options, Patrick Steinhardt
- [PATCH v2 14/21] builtin/config: convert `do_not_match` to a local variable, Patrick Steinhardt
- [PATCH v2 15/21] builtin/config: convert `value_pattern` to a local variable, Patrick Steinhardt
- [PATCH v2 16/21] builtin/config: convert `regexp` to a local variable, Patrick Steinhardt
- [PATCH v2 17/21] builtin/config: convert `key_regexp` to a local variable, Patrick Steinhardt
- [PATCH v2 18/21] builtin/config: convert `key` to a local variable, Patrick Steinhardt
- [PATCH v2 19/21] builtin/config: track "fixed value" option via flags only, Patrick Steinhardt
- [PATCH v2 20/21] builtin/config: convert flags to a local variable, Patrick Steinhardt
- [PATCH v2 21/21] builtin/config: pass data between callbacks via local variables, Patrick Steinhardt
- Re: [PATCH v2 00/21] builtin/config: remove global state, Kyle Lippincott
- Re: [PATCH v2 00/21] builtin/config: remove global state, Junio C Hamano
- [PATCH v3 00/21] builtin/config: remove global state, Patrick Steinhardt
- [PATCH v3 01/21] builtin/config: stop printing full usage on misuse, Patrick Steinhardt
- [PATCH v3 02/21] builtin/config: move legacy mode into its own function, Patrick Steinhardt
- [PATCH v3 03/21] builtin/config: move subcommand options into `cmd_config()`, Patrick Steinhardt
- [PATCH v3 04/21] builtin/config: move legacy options into `cmd_config()`, Patrick Steinhardt
- [PATCH v3 05/21] builtin/config: move actions into `cmd_config_actions()`, Patrick Steinhardt
- [PATCH v3 06/21] builtin/config: check for writeability after source is set up, Patrick Steinhardt
- [PATCH v3 07/21] config: make the config source const, Patrick Steinhardt
- [PATCH v3 08/21] builtin/config: refactor functions to have common exit paths, Patrick Steinhardt
- [PATCH v3 09/21] builtin/config: move location options into local variables, Patrick Steinhardt
- [PATCH v3 10/21] builtin/config: move display options into local variables, Patrick Steinhardt
- [PATCH v3 11/21] builtin/config: move type options into display options, Patrick Steinhardt
- [PATCH v3 12/21] builtin/config: move default value into display options, Patrick Steinhardt
- [PATCH v3 13/21] builtin/config: move `respect_includes_opt` into location options, Patrick Steinhardt
- [PATCH v3 14/21] builtin/config: convert `do_not_match` to a local variable, Patrick Steinhardt
- [PATCH v3 15/21] builtin/config: convert `value_pattern` to a local variable, Patrick Steinhardt
- [PATCH v3 16/21] builtin/config: convert `regexp` to a local variable, Patrick Steinhardt
- [PATCH v3 17/21] builtin/config: convert `key_regexp` to a local variable, Patrick Steinhardt
- [PATCH v3 18/21] builtin/config: convert `key` to a local variable, Patrick Steinhardt
- [PATCH v3 19/21] builtin/config: track "fixed value" option via flags only, Patrick Steinhardt
- [PATCH v3 20/21] builtin/config: convert flags to a local variable, Patrick Steinhardt
- [PATCH v3 21/21] builtin/config: pass data between callbacks via local variables, Patrick Steinhardt
- [PATCH] osxkeychain: lock for exclusive execution,
Koji Nakamaru via GitGitGadget
- [PATCH v2 0/2] osxkeychain: lock for exclusive execution, Koji Nakamaru via GitGitGadget
- <Possible follow-ups>
- Re: [PATCH] osxkeychain: lock for exclusive execution, Koji Nakamaru
Error: failed to store: -25299,
ryenus
What's cooking in git.git (May 2024, #04; Thu, 9),
Junio C Hamano
git-cherry-pick(1) -- path,
Alejandro Colomar
git-gui: Visualize * History does nothing on macOS,
Ilya Kulakov
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin,
Taylor Blau
[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit,
Junio C Hamano
[BUG REPORT] fsmonitor and core.untrackedCache combination causes inaccurate git status,
Joni Lameter
[PATCH 0/3] un-breaking osx-gcc ci job,
Jeff King
[PATCH] ci: update coverity runs_on_pool reference,
Jeff King
[PATCH v2 1/1] macOS: ls-files path fails if path of workdir is NFD,
tboegi
$PWD expanding to incorrect value Podman run command,
dev
A problem when I use git merge, 宋珂菲
[PATCH] gitlab-ci: fix installing dependencies for fuzz smoke tests,
Patrick Steinhardt
bug: git config --global --unset doesn't unset configs in corner case,
Mike Hommey
[BUG] fetch error when arbitrary branch changes a submodule url, Martin Veilleux
i18n of git man pages,
Helge Kreutzmann
[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs,
Toon Claes
[PATCH 00/13] reftable: prepare for re-seekable iterators,
Patrick Steinhardt
- [PATCH 01/13] reftable/block: use `size_t` to track restart point index, Patrick Steinhardt
- [PATCH 02/13] reftable/reader: avoid copying index iterator, Patrick Steinhardt
- [PATCH 03/13] reftable/reader: unify indexed and linear seeking, Patrick Steinhardt
- [PATCH 04/13] reftable/reader: separate concerns of table iter and reftable reader, Patrick Steinhardt
- [PATCH 05/13] reftable/reader: inline `reader_seek_internal()`, Patrick Steinhardt
- [PATCH 06/13] reftable/reader: set up the reader when initializing table iterator, Patrick Steinhardt
- [PATCH 07/13] reftable/merged: split up initialization and seeking of records, Patrick Steinhardt
- [PATCH 08/13] reftable/merged: simplify indices for subiterators, Patrick Steinhardt
- [PATCH 09/13] reftable/generic: move seeking of records into the iterator, Patrick Steinhardt
- [PATCH 10/13] reftable/generic: adapt interface to allow reuse of iterators, Patrick Steinhardt
- [PATCH 11/13] reftable/reader: adapt interface to allow reuse of iterators, Patrick Steinhardt
- [PATCH 12/13] reftable/stack: provide convenience functions to create iterators, Patrick Steinhardt
- [PATCH 13/13] reftable/merged: adapt interface to allow reuse of iterators, Patrick Steinhardt
- Re: [PATCH 00/13] reftable: prepare for re-seekable iterators, Junio C Hamano
- [PATCH v2 00/13] reftable: prepare for re-seekable iterators, Patrick Steinhardt
- [PATCH v2 01/13] reftable/block: use `size_t` to track restart point index, Patrick Steinhardt
- [PATCH v2 02/13] reftable/reader: avoid copying index iterator, Patrick Steinhardt
- [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking, Patrick Steinhardt
- [PATCH v2 04/13] reftable/reader: separate concerns of table iter and reftable reader, Patrick Steinhardt
- [PATCH v2 05/13] reftable/reader: inline `reader_seek_internal()`, Patrick Steinhardt
- [PATCH v2 06/13] reftable/reader: set up the reader when initializing table iterator, Patrick Steinhardt
- [PATCH v2 07/13] reftable/merged: split up initialization and seeking of records, Patrick Steinhardt
- [PATCH v2 08/13] reftable/merged: simplify indices for subiterators, Patrick Steinhardt
- [PATCH v2 09/13] reftable/generic: move seeking of records into the iterator, Patrick Steinhardt
- [PATCH v2 10/13] reftable/generic: adapt interface to allow reuse of iterators, Patrick Steinhardt
- [PATCH v2 11/13] reftable/reader: adapt interface to allow reuse of iterators, Patrick Steinhardt
- [PATCH v2 12/13] reftable/stack: provide convenience functions to create iterators, Patrick Steinhardt
- [PATCH v2 13/13] reftable/merged: adapt interface to allow reuse of iterators, Patrick Steinhardt
- Re: [PATCH v2 00/13] reftable: prepare for re-seekable iterators, Justin Tobler
- Re: [PATCH v2 00/13] reftable: prepare for re-seekable iterators, Karthik Nayak
[GSoC] Welcoming our 2024 contributors and thanking our applicants,
Kaartic Sivaraam
[PATCH] Documentation/git-merge-tree.txt: document -X,
Victoria Dye via GitGitGadget
[PATCH v1 1/2] t0050: ls-files path fails if path of workdir is NFD,
tboegi
[PATCH v1 2/2] strbuf_getcwd() needs precompse_strbuf_if_needed(),
tboegi
[RFC PATCH] docs: document upcoming breaking changes,
Patrick Steinhardt
- Re: [RFC PATCH] docs: document upcoming breaking changes, Johannes Schindelin
- Re: [RFC PATCH] docs: document upcoming breaking changes, Junio C Hamano
- Re: [RFC PATCH] docs: document upcoming breaking changes, Phillip Wood
- Re: [RFC PATCH] docs: document upcoming breaking changes, Justin Tobler
- [RFC PATCH v2] docs: document upcoming breaking changes, Patrick Steinhardt
- [PATCH v3] docs: document upcoming breaking changes, Patrick Steinhardt
- [PATCH v4 0/4] docs: document upcoming breaking changes, Patrick Steinhardt
- [PATCH v5 0/4] docs: document upcoming breaking changes, Patrick Steinhardt
- [PATCH v6 0/4] docs: document upcoming breaking changes, Patrick Steinhardt
- [PATCH v7 0/4] docs: document upcoming breaking changes, Patrick Steinhardt
What's cooking in git.git (May 2024, #03; Mon, 6), Junio C Hamano
Feature request: secondary index by path fragment,
Robin H. Johnson
[PATCH] Documentation: Mention that refspecs are explained elsewhere,
Øystein Walle
Hello, Ebrahim Javaheri
[PATCH] ci: fix Python dependency on Ubuntu 24.04,
Patrick Steinhardt
[ANNOUNCE] Git Cola v4.7, David Aguilar
[PATCH] Bug fix: ensure P4 "err" is displayed when exception is raised.,
Fahad Alrashed via GitGitGadget
What's cooking in git.git (May 2024, #02; Fri, 3),
Junio C Hamano
- Re: What's cooking in git.git (May 2024, #02; Fri, 3), Dragan Simic
- ds/scalar-reconfigure-all-fix, was Re: What's cooking in git.git (May 2024, #02; Fri, 3), Johannes Schindelin
- Re: What's cooking in git.git (May 2024, #02; Fri, 3), Patrick Steinhardt
[Bug Report] git config includeIf not traversing symlink subdirectories,
Simon Thurston
Rossi.monique, monique rossi
[PATCH] attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf(),
Taylor Blau
Re: [PATCH v4 13/14] builtin/config: introduce "edit" subcommand, eycetee2022
Spelling mistake in git-gui in french,
Léonard Michelet
[PATCH] Win32: Fix building with NO_UNIX_SOCKETS,
Mike Hommey
[PATCH 0/5] refs: remove functions without ref store,
Patrick Steinhardt
Combined diff format: Show all filenames by default?,
Kang-Che Sung
[bug report] `git log` with several `-L` might produce error, Evgeni Chasnovski
Chunk header @@@ counts wrong?,
Johan Walles
[PATCH 00/11] reftable: expose write options as config,
Patrick Steinhardt
- [PATCH 01/11] reftable: consistently refer to `reftable_write_options` as `opts`, Patrick Steinhardt
- [PATCH 02/11] reftable: consistently pass write opts as value, Patrick Steinhardt
- [PATCH 03/11] reftable/writer: drop static variable used to initialize strbuf, Patrick Steinhardt
- [PATCH 04/11] reftable/writer: improve error when passed an invalid block size, Patrick Steinhardt
- [PATCH 05/11] reftable/dump: support dumping a table's block structure, Patrick Steinhardt
- [PATCH 06/11] refs/reftable: allow configuring block size, Patrick Steinhardt
- [PATCH 07/11] reftable: use `uint16_t` to track restart interval, Patrick Steinhardt
- [PATCH 08/11] refs/reftable: allow configuring restart interval, Patrick Steinhardt
- [PATCH 09/11] refs/reftable: allow disabling writing the object index, Patrick Steinhardt
- [PATCH 10/11] reftable: make the compaction factor configurable, Patrick Steinhardt
- [PATCH 11/11] refs/reftable: allow configuring geometric factor, Patrick Steinhardt
- Re: [PATCH 00/11] reftable: expose write options as config, Patrick Steinhardt
- Re: [PATCH 00/11] reftable: expose write options as config, Justin Tobler
- Re: [PATCH 00/11] reftable: expose write options as config, Karthik Nayak
- [PATCH v2 00/11] reftable: expose write options as config, Patrick Steinhardt
- [PATCH v2 01/11] reftable: consistently refer to `reftable_write_options` as `opts`, Patrick Steinhardt
- [PATCH v2 02/11] reftable: consistently pass write opts as value, Patrick Steinhardt
- [PATCH v2 03/11] reftable/writer: drop static variable used to initialize strbuf, Patrick Steinhardt
- [PATCH v2 04/11] reftable/writer: improve error when passed an invalid block size, Patrick Steinhardt
- [PATCH v2 05/11] reftable/dump: support dumping a table's block structure, Patrick Steinhardt
- [PATCH v2 06/11] refs/reftable: allow configuring block size, Patrick Steinhardt
- [PATCH v2 07/11] reftable: use `uint16_t` to track restart interval, Patrick Steinhardt
- [PATCH v2 08/11] refs/reftable: allow configuring restart interval, Patrick Steinhardt
- [PATCH v2 09/11] refs/reftable: allow disabling writing the object index, Patrick Steinhardt
- [PATCH v2 10/11] reftable: make the compaction factor configurable, Patrick Steinhardt
- [PATCH v2 11/11] refs/reftable: allow configuring geometric factor, Patrick Steinhardt
- Re: [PATCH v2 00/11] reftable: expose write options as config, Karthik Nayak
- [PATCH v3 00/11] reftable: expose write options as config, Patrick Steinhardt
- [PATCH v3 01/11] reftable: consistently refer to `reftable_write_options` as `opts`, Patrick Steinhardt
- [PATCH v3 02/11] reftable: pass opts as constant pointer, Patrick Steinhardt
- [PATCH v3 03/11] reftable/writer: drop static variable used to initialize strbuf, Patrick Steinhardt
- [PATCH v3 04/11] reftable/writer: improve error when passed an invalid block size, Patrick Steinhardt
- [PATCH v3 05/11] reftable/dump: support dumping a table's block structure, Patrick Steinhardt
- [PATCH v3 06/11] refs/reftable: allow configuring block size, Patrick Steinhardt
- [PATCH v3 07/11] reftable: use `uint16_t` to track restart interval, Patrick Steinhardt
- [PATCH v3 08/11] refs/reftable: allow configuring restart interval, Patrick Steinhardt
- [PATCH v3 09/11] refs/reftable: allow disabling writing the object index, Patrick Steinhardt
- [PATCH v3 10/11] reftable: make the compaction factor configurable, Patrick Steinhardt
- [PATCH v3 11/11] refs/reftable: allow configuring geometric factor, Patrick Steinhardt
- Re: [PATCH v3 00/11] reftable: expose write options as config, Karthik Nayak
- Re: [PATCH v3 00/11] reftable: expose write options as config, Justin Tobler
What's cooking in git.git (May 2024, #01; Wed, 1), Junio C Hamano
[PATCH] rev-parse: document how --is-* options work outside a repository,
Junio C Hamano
[ANNOUNCE] Git Rev News edition 110, Christian Couder
[PATCH] diff-lib: stop calling diff_setup_done() in do_diff_cache(), René Scharfe
Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42,
Dhruva Krishnamurthy
[PATCH] completion: zsh: stop leaking local cache variable,
D. Ben Knoble via GitGitGadget
[PATCH] scalar: avoid segfault in reconfigure --all,
Derrick Stolee via GitGitGadget
[bug report] commit signature validation, James Nord
[PATCH] refs: return conflict error when checking packed refs,
Ivan Tse via GitGitGadget
[BUG] 'ls-files path' fails if absolute path of workdir contains NFD (macOS),
Jun T
[PATCH 0/2] Add GitLab CI to check for whitespace errors,
Justin Tobler
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]