Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
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
- 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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]