Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 02/16] refs: rename `init_db` callback to avoid confusion, (continued)
- [PATCH 02/16] refs: rename `init_db` callback to avoid confusion, Patrick Steinhardt
- [PATCH 03/16] refs: implement releasing ref storages, Patrick Steinhardt
- [PATCH 04/16] refs: track ref stores via strmap, Patrick Steinhardt
- [PATCH 05/16] refs: pass repo when retrieving submodule ref store, Patrick Steinhardt
- [PATCH 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository, Patrick Steinhardt
- [PATCH 07/16] refs: retrieve worktree ref stores via associated repository, Patrick Steinhardt
- [PATCH 08/16] refs: convert iteration over replace refs to accept ref store, Patrick Steinhardt
- [PATCH 09/16] refs: pass ref store when detecting dangling symrefs, Patrick Steinhardt
- [PATCH 10/16] refs: move object peeling into "object.c", Patrick Steinhardt
- [PATCH 11/16] refs: pass repo when peeling objects, Patrick Steinhardt
- [PATCH 12/16] refs: drop `git_default_branch_name()`, Patrick Steinhardt
- [PATCH 13/16] refs: remove `dwim_log()`, Patrick Steinhardt
- [PATCH 14/16] refs/files: use correct repository, Patrick Steinhardt
- [PATCH 15/16] refs/files: remove references to `the_hash_algo`, Patrick Steinhardt
- [PATCH 16/16] refs/packed: remove references to `the_hash_algo`, Patrick Steinhardt
- Re: [PATCH 00/16] refs: drop all references to `the_repository`, Karthik Nayak
- [PATCH v2] t/t0211-trace2-perf.sh: fix typo patern -> pattern,
Marcel Telka
- [PATCH] merge: avoid write merge state when unable to write index,
Kyle Zhao via GitGitGadget
- [PATCH] completion: adapt git-config(1) to complete subcommands,
Patrick Steinhardt
- [PATCH] t/t0211-trace2-perf.sh: fix typo patern -> pattern,
Marcel Telka
- EDF, 何玉顺
- [RFC PATCH] trace2: completely compiling out trace2 subsystem, Junio C Hamano
- [PATCH] t0017: clarify dubious test set-up, Junio C Hamano
- Git 2.45.1 - What is the right way to clone with global hooks disabled?,
Brooke Kuhlmann
- t0211-trace2-perf.sh: typo patern -> pattern,
Marcel Telka
- [PATCH] bundle-uri: refresh packed_git if unbundle succeed,
blanet via GitGitGadget
- [PATCH] archive: make --add-virtual-file honor --prefix,
Tom Scogland via GitGitGadget
- [PATCH 0/6] pack-bitmap: various pack-bitmap-write cleanups,
Taylor Blau
- Author signature,
Dimitri Sabadie
- [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS,
brian m. carlson
What's cooking in git.git (May 2024, #06; Tue, 14),
Junio C Hamano
[ANNOUNCE] Git for Windows 2.45.1 (security bug-fix release), Johannes Schindelin
[ANNOUNCE] Git v2.45.1 and friends, Junio C Hamano
[PATCH] gitignore.txt: fix slash-rules example,
Timofey Vasenin via GitGitGadget
git format-patch displays weird chars when filename includes non-ascii chars,
Yongmin
[PATCH 0/6] update-ref: add symref support for --stdin,
Karthik Nayak
- [PATCH 1/6] refs: create and use `ref_update_ref_must_exist()`, Karthik Nayak
- [PATCH 2/6] update-ref: add support for 'symref-verify' command, Karthik Nayak
- [PATCH 3/6] update-ref: add support for 'symref-delete' command, Karthik Nayak
- [PATCH 4/6] update-ref: add support for 'symref-create' command, Karthik Nayak
- [PATCH 5/6] reftable: pick either 'oid' or 'target' for new updates, Karthik Nayak
- [PATCH 6/6] update-ref: add support for 'symref-update' command, Karthik Nayak
- [PATCH v2 0/6] update-ref: add symref support for --stdin, Karthik Nayak
- [PATCH v3 0/6] update-ref: add symref support for --stdin, Karthik Nayak
- [PATCH v3 1/6] refs: create and use `ref_update_expects_existing_old_ref()`, Karthik Nayak
- [PATCH v3 2/6] update-ref: add support for 'symref-verify' command, Karthik Nayak
- [PATCH v3 3/6] update-ref: add support for 'symref-delete' command, Karthik Nayak
- [PATCH v3 5/6] reftable: pick either 'oid' or 'target' for new updates, Karthik Nayak
- [PATCH v3 4/6] update-ref: add support for 'symref-create' command, Karthik Nayak
- [PATCH v3 6/6] update-ref: add support for 'symref-update' command, Karthik Nayak
[PATCH] SubmittingPatches: add section for iterating patches,
Karthik Nayak
git pull --prune --prune-tags yields a usage error In 2.45.0,
David Sanderson
Options to have git log presents commits of a non linear history in a meaningful order,
u34
git client enhancement request,
lbdyck
Checkout to different directory at certain commit without changing index,
Ondra Medek
[PATCH 0/2] Fix use of uninitialized hash algos,
Patrick Steinhardt
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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]