Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
What's cooking in git.git (May 2024, #07; Fri, 17),
Junio C Hamano
[PATCH 0/8] Various fixes for v2.45.1 and friends,
Johannes Schindelin via GitGitGadget
- [PATCH 1/8] hook: plug a new memory leak, Johannes Schindelin via GitGitGadget
- [PATCH 2/8] init: use the correct path of the templates directory again, Johannes Schindelin via GitGitGadget
- [PATCH 3/8] Revert "core.hooksPath: add some protection while cloning", Johannes Schindelin via GitGitGadget
- [PATCH 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Johannes Schindelin via GitGitGadget
- [PATCH 5/8] hook(clone protections): add escape hatch, Johannes Schindelin via GitGitGadget
- [PATCH 6/8] hooks(clone protections): special-case current Git LFS hooks, Johannes Schindelin via GitGitGadget
- [PATCH 7/8] hooks(clone protections): simplify templates hooks validation, Johannes Schindelin via GitGitGadget
- [PATCH 8/8] Revert "Add a helper function to compare file contents", Johannes Schindelin via GitGitGadget
- Re: [PATCH 0/8] Various fixes for v2.45.1 and friends, Junio C Hamano
- [PATCH v2 0/8] Various fixes for v2.45.1 and friends, Johannes Schindelin via GitGitGadget
- [PATCH v2 1/8] hook: plug a new memory leak, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/8] init: use the correct path of the templates directory again, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/8] Revert "core.hooksPath: add some protection while cloning", Johannes Schindelin via GitGitGadget
- [PATCH v2 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/8] hook(clone protections): add escape hatch, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/8] hooks(clone protections): special-case current Git LFS hooks, Johannes Schindelin via GitGitGadget
- [PATCH v2 7/8] hooks(clone protections): simplify templates hooks validation, Johannes Schindelin via GitGitGadget
- [PATCH v2 8/8] Revert "Add a helper function to compare file contents", Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 0/8] Various fixes for v2.45.1 and friends, Junio C Hamano
- [PATCH v3 0/6] Various fixes for v2.45.1 and friends, Johannes Schindelin via GitGitGadget
[PATCH v2] Switch grep from non-portable BRE to portable ERE,
Marcel Telka
[PATCH] diff: document what --name-only shows,
Junio C Hamano
[PATCH] Switch grep from non-portable BRE to portable ERE,
Marcel Telka
[PATCH] t/t9001-send-email.sh: sed - remove the i flag for s, Marcel Telka
Three t4150 tests does not work as expected,
Marcel Telka
[PATCH] t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon, Marcel Telka
[PATCH] t/t1700-split-index.sh: mv -v is not portable, Marcel Telka
[PATCH] scalar: make enlistment delete to work on all POSIX platforms,
Marcel Telka
[PATCH] t/t9902-completion.sh: backslashes in echo,
Marcel Telka
Issue with git log and reference repositories using --dissociate and --filter=blob:none,
Matt Cree
[PATCH] t/t4202-log.sh: fix misspelled variable, Marcel Telka
[PATCH] t/t0600-reffiles-backend.sh: rm -v is not portable, Marcel Telka
[PATCH v2 00/16] refs: drop all references to `the_repository`,
Patrick Steinhardt
- [PATCH v2 01/16] refs: adjust names for `init` and `init_db` callbacks, Patrick Steinhardt
- [PATCH v2 02/16] refs: rename `init_db` callback to avoid confusion, Patrick Steinhardt
- [PATCH v2 03/16] refs: implement releasing ref storages, Patrick Steinhardt
- [PATCH v2 04/16] refs: track ref stores via strmap, Patrick Steinhardt
- [PATCH v2 05/16] refs: pass repo when retrieving submodule ref store, Patrick Steinhardt
- [PATCH v2 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository, Patrick Steinhardt
- [PATCH v2 07/16] refs: retrieve worktree ref stores via associated repository, Patrick Steinhardt
- [PATCH v2 08/16] refs: convert iteration over replace refs to accept ref store, Patrick Steinhardt
- [PATCH v2 09/16] refs: pass ref store when detecting dangling symrefs, Patrick Steinhardt
- [PATCH v2 10/16] refs: move object peeling into "object.c", Patrick Steinhardt
- [PATCH v2 11/16] refs: pass repo when peeling objects, Patrick Steinhardt
- [PATCH v2 12/16] refs: drop `git_default_branch_name()`, Patrick Steinhardt
- [PATCH v2 13/16] refs: remove `dwim_log()`, Patrick Steinhardt
- [PATCH v2 14/16] refs/files: use correct repository, Patrick Steinhardt
- [PATCH v2 15/16] refs/files: remove references to `the_hash_algo`, Patrick Steinhardt
- [PATCH v2 16/16] refs/packed: remove references to `the_hash_algo`, Patrick Steinhardt
Re: [PATCH v2] merge: avoid write merge state when unable to write index, Kyle Zhao
Re: git log --name-only improvement: show old file name in rename,
Nathan Faulkner
[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?,
Junio C Hamano
bug: `git fetch origin main:main` fails when main is HEAD, Azat
Cloning a clone with (relative) submodules, Sterling, Brett A. (JSC-EG411)[Odyssey Space Research L.L.C.]
Embedding Git Command Line,
Kevin Gale
[PATCH 00/16] refs: drop all references to `the_repository`,
Patrick Steinhardt
- [PATCH 01/16] refs: adjust names for `init` and `init_db` callbacks, Patrick Steinhardt
- [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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]