Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v3 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings, (continued)
- [PATCH 0/9] refs: ref storage format migrations,
Patrick Steinhardt
- [PATCH 1/9] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH 2/9] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH 3/9] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH 4/9] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH 6/9] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH 7/9] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH 8/9] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH 9/9] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH 0/9] refs: ref storage format migrations, Junio C Hamano
- [PATCH v2 0/9] refs: ref storage format migrations, Patrick Steinhardt
- [PATCH v3 00/12] refs: ref storage format migrations, Patrick Steinhardt
- [PATCH v3 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v3 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v3 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v3 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v3 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v3 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v3 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v3 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v3 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v3 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v3 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH v3 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH v3 00/12] refs: ref storage format migrations, Junio C Hamano
- [PATCH v4 00/12] refs: ref storage migrations, Patrick Steinhardt
- [PATCH v4 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v4 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v4 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v4 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v4 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v4 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v4 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v4 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v4 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v4 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH v4 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- [PATCH v5 00/12] refs: ref storage migrations, Patrick Steinhardt
- [PATCH v5 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v5 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v5 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v5 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v5 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v5 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v5 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v5 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v5 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v5 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v5 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH v5 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH v5 00/12] refs: ref storage migrations, Jeff King
- Re: [PATCH v5 00/12] refs: ref storage migrations, Junio C Hamano
- [PATCH v2] doc: imply that interactive.singleKey is disabled by default,
Dragan Simic
- [PATCH] blame: do not mention obvious default configuration values,
Junio C Hamano
- Cloning does not work on available download bandwidth changes,
Paweł Bogusławski
- [PATCH] push: don't fetch commit object when checking existence,
Tom Hughes
- [PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge', Taylor Blau
- [PATCH] doc: note that interactive.singleKey is disabled by default,
Dragan Simic
- Unable to shallow fetch repository when using a object database populated by shallow fetches., Zopolis4
- [PATCH] alias: document caveats and add trace of prepared command,
Ian Wienand
- [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends,
Junio C Hamano
- [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object, Junio C Hamano
- [PATCH 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable, Junio C Hamano
- [PATCH 01/12] send-email: drop FakeTerm hack, Junio C Hamano
- [PATCH 04/12] ci: avoid bare "gcc" for osx-gcc job, Junio C Hamano
- [PATCH 05/12] ci: stop installing "gcc-13" for osx-gcc, Junio C Hamano
- [PATCH 06/12] hook: plug a new memory leak, Junio C Hamano
- [PATCH 07/12] init: use the correct path of the templates directory again, Junio C Hamano
- [PATCH 08/12] Revert "core.hooksPath: add some protection while cloning", Junio C Hamano
- [PATCH 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Junio C Hamano
- [PATCH 10/12] clone: drop the protections where hooks aren't run, Junio C Hamano
- [PATCH 11/12] Revert "Add a helper function to compare file contents", Junio C Hamano
- [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories", Junio C Hamano
- [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39', Junio C Hamano
- [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40', Junio C Hamano
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends, Johannes Schindelin
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends, Joey Hess
- [PATCH] dir: fix treat_leading_path() to return false on non-directories, Ivan Tse via GitGitGadget
- [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD,
tboegi
- git-shell vs "detected dubious ownership in repository",
Harald Dunkel
- How to disable safe directories?,
Jeffrey Walton
- git init BUG when gitconfig has includeIf,
Heghedus Razvan
- [PATCH] add-patch: response to unknown command,
Rubén Justo
- What's cooking in git.git (May 2024, #08; Mon, 20),
Junio C Hamano
- [PATCH] http: display the response body on POST failure,
Boris Mbarga via GitGitGadget
- [PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC,
John Paul Adrian Glaubitz
- git-daemon doesn't work as expected in v2.45.1 and friends,
Ondrej Pohorelsky
- chainlint test failing on Linux sparc64,
John Paul Adrian Glaubitz
- [PATCH 0/5] use the pager in 'add -p',
Rubén Justo
- [PATCH 1/5] add-patch: test for 'p' command, Rubén Justo
- [PATCH 2/5] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH 3/5] pager: introduce wait_for_pager, Rubén Justo
- [PATCH 4/5] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH 5/5] add-patch: render hunks through the pager, Rubén Justo
- [PATCH v2 0/5] use the pager in 'add -p', Rubén Justo
- [PATCH v2 1/5] add-patch: test for 'p' command, Rubén Justo
- [PATCH v2 2/5] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH v2 3/5] pager: introduce wait_for_pager, Rubén Justo
- [PATCH v2 4/5] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH v2 5/5] add-patch: render hunks through the pager, Rubén Justo
- [PATCH v3 0/6] use the pager in 'add -p', Rubén Justo
- [PATCH v3 1/6] add-patch: test for 'p' command, Rubén Justo
- [PATCH v3 2/6] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH v3 3/6] pager: introduce wait_for_pager, Rubén Justo
- [PATCH v3 4/6] pager: introduce setup_custom_pager, Rubén Justo
- [PATCH v3 5/6] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH v3 6/6] add-patch: introduce the command '|', Rubén Justo
- Re: [PATCH v3 0/6] use the pager in 'add -p', Junio C Hamano
- Re: [PATCH v3 0/6] use the pager in 'add -p', Dragan Simic
- [PATCH v4 0/6] use the pager in 'add -p', Rubén Justo
- Re: [PATCH v3 0/6] use the pager in 'add -p', Jeff King
- bug: Segfault with git diff, jake roggenbuck
- [no subject], 何玉顺
- Replaying merges,
Johannes Schindelin
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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]