Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v2 11/12] t0610: fix non-portable variable assignment, (continued)
- [PATCH v3 00/13] t: exercise Git/JGit reftable compatibility, Patrick Steinhardt
- [PATCH v3 01/13] ci: rename "runs_on_pool" to "distro", Patrick Steinhardt
- [PATCH v3 02/13] ci: expose distro name in dockerized GitHub jobs, Patrick Steinhardt
- [PATCH v3 03/13] ci: skip sudo when we are already root, Patrick Steinhardt
- [PATCH v3 04/13] ci: drop duplicate package installation for "linux-gcc-default", Patrick Steinhardt
- [PATCH v3 05/13] ci: convert "install-dependencies.sh" to use "/bin/sh", Patrick Steinhardt
- [PATCH v3 06/13] ci: merge custom PATH directories, Patrick Steinhardt
- [PATCH v3 07/13] ci: fix setup of custom path for GitLab CI, Patrick Steinhardt
- [PATCH v3 08/13] ci: merge scripts which install dependencies, Patrick Steinhardt
- [PATCH v3 09/13] ci: make Perforce binaries executable for all users, Patrick Steinhardt
- [PATCH v3 10/13] ci: install JGit dependency, Patrick Steinhardt
- [PATCH v3 11/13] t06xx: always execute backend-specific tests, Patrick Steinhardt
- [PATCH v3 12/13] t0610: fix non-portable variable assignment, Patrick Steinhardt
- [PATCH v3 13/13] t0612: add tests to exercise Git/JGit reftable compatibility, Patrick Steinhardt
- [PATCH v4 00/13] t: exercise Git/JGit reftable compatibility, Patrick Steinhardt
- [PATCH v4 01/13] ci: rename "runs_on_pool" to "distro", Patrick Steinhardt
- [PATCH v4 02/13] ci: expose distro name in dockerized GitHub jobs, Patrick Steinhardt
- [PATCH v4 03/13] ci: skip sudo when we are already root, Patrick Steinhardt
- [PATCH v4 04/13] ci: drop duplicate package installation for "linux-gcc-default", Patrick Steinhardt
- [PATCH v4 05/13] ci: convert "install-dependencies.sh" to use "/bin/sh", Patrick Steinhardt
- [PATCH v4 06/13] ci: merge custom PATH directories, Patrick Steinhardt
- [PATCH v4 07/13] ci: fix setup of custom path for GitLab CI, Patrick Steinhardt
- [PATCH v4 08/13] ci: merge scripts which install dependencies, Patrick Steinhardt
- [PATCH v4 09/13] ci: make Perforce binaries executable for all users, Patrick Steinhardt
- [PATCH v4 10/13] ci: install JGit dependency, Patrick Steinhardt
- [PATCH v4 11/13] t06xx: always execute backend-specific tests, Patrick Steinhardt
- [PATCH v4 12/13] t0610: fix non-portable variable assignment, Patrick Steinhardt
- [PATCH v4 13/13] t0612: add tests to exercise Git/JGit reftable compatibility, Patrick Steinhardt
- Re: [PATCH v4 00/13] t: exercise Git/JGit reftable compatibility, Justin Tobler
- Git log --decorate show prefetch objects,
Alexandre Badez
- Git Server,
Simon Phai
- [PATCH] sequencer: honor signoff opt in run_git_commit,
David Bimmler via GitGitGadget
- What's cooking in git.git (Apr 2024, #02; Wed, 3),
Junio C Hamano
- [PATCH] Win32: detect unix socket support at runtime, Matthias Aßhauer via GitGitGadget
- git-merge: --no-commit is not respected on a fresh repository,
Jasmin Oster
- reftable & jgit compatibility,
Han-Wen Nienhuys
- Subject: [PATCH 3/9] refs/reftable: skip duplicate name checks,
Han-Wen Nienhuys
- [RFC][PATCH] t-prio-queue: simplify using compound literals,
René Scharfe
- [BUG] "git range-diff" does not know X^! is a valid range,
Junio C Hamano
- [PATCH 0/9] reftable: optimize write performance,
Patrick Steinhardt
- [PATCH 1/9] refs/reftable: fix D/F conflict error message on ref copy, Patrick Steinhardt
- [PATCH 2/9] refs/reftable: perform explicit D/F check when writing symrefs, Patrick Steinhardt
- [PATCH 3/9] refs/reftable: skip duplicate name checks, Patrick Steinhardt
- [PATCH 4/9] refs/reftable: don't recompute committer ident, Patrick Steinhardt
- [PATCH 5/9] reftable/writer: refactorings for `writer_add_record()`, Patrick Steinhardt
- [PATCH 6/9] reftable/writer: refactorings for `writer_flush_nonempty_block()`, Patrick Steinhardt
- [PATCH 8/9] reftable/block: reuse compressed array, Patrick Steinhardt
- [PATCH 9/9] reftable/writer: reset `last_key` instead of releasing it, Patrick Steinhardt
- [PATCH 7/9] reftable/block: reuse zstream when writing log blocks, Patrick Steinhardt
- [PATCH v2 00/11] reftable: optimize write performance, Patrick Steinhardt
- [PATCH v2 01/11] refs/reftable: fix D/F conflict error message on ref copy, Patrick Steinhardt
- [PATCH v2 02/11] refs/reftable: perform explicit D/F check when writing symrefs, Patrick Steinhardt
- [PATCH v2 03/11] refs/reftable: skip duplicate name checks, Patrick Steinhardt
- [PATCH v2 04/11] reftable: remove name checks, Patrick Steinhardt
- [PATCH v2 05/11] refs/reftable: don't recompute committer ident, Patrick Steinhardt
- [PATCH v2 06/11] reftable/writer: refactorings for `writer_add_record()`, Patrick Steinhardt
- [PATCH v2 07/11] reftable/writer: refactorings for `writer_flush_nonempty_block()`, Patrick Steinhardt
- [PATCH v2 08/11] reftable/writer: unify releasing memory, Patrick Steinhardt
- [PATCH v2 09/11] reftable/writer: reset `last_key` instead of releasing it, Patrick Steinhardt
- [PATCH v2 10/11] reftable/block: reuse zstream when writing log blocks, Patrick Steinhardt
- [PATCH v2 11/11] reftable/block: reuse compressed array, Patrick Steinhardt
- Re: [PATCH v2 00/11] reftable: optimize write performance, Han-Wen Nienhuys
- [PATCH v3 00/11] reftable: optimize write performance, Patrick Steinhardt
- [PATCH v3 01/11] refs/reftable: fix D/F conflict error message on ref copy, Patrick Steinhardt
- [PATCH v3 02/11] refs/reftable: perform explicit D/F check when writing symrefs, Patrick Steinhardt
- [PATCH v3 03/11] refs/reftable: skip duplicate name checks, Patrick Steinhardt
- [PATCH v3 04/11] reftable: remove name checks, Patrick Steinhardt
- [PATCH v3 05/11] refs/reftable: don't recompute committer ident, Patrick Steinhardt
- [PATCH v3 06/11] reftable/writer: refactorings for `writer_add_record()`, Patrick Steinhardt
- [PATCH v3 07/11] reftable/writer: refactorings for `writer_flush_nonempty_block()`, Patrick Steinhardt
- [PATCH v3 08/11] reftable/writer: unify releasing memory, Patrick Steinhardt
- [PATCH v3 09/11] reftable/writer: reset `last_key` instead of releasing it, Patrick Steinhardt
- [PATCH v3 10/11] reftable/block: reuse zstream when writing log blocks, Patrick Steinhardt
- [PATCH v3 11/11] reftable/block: reuse compressed array, Patrick Steinhardt
- Re: [PATCH v3 00/11] reftable: optimize write performance, Junio C Hamano
- [PATCH] t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1`,
Taylor Blau
- [PATCH] imap-send: use xsnprintf to format command,
René Scharfe
- [RFD] Libification proposal: separate internal and external interfaces,
Calvin Wan
- [GSoC 2024][v2 Proposal]Move existing tests to a unit testing framework,
Aishwarya Narayanan
- [PATCH] docs: recommend using contrib/contacts/git-contacts,
Linus Arver via GitGitGadget
- Message not available
- [PATCH v2 0/8] docs: recommend using contrib/contacts/git-contacts, Linus Arver via GitGitGadget
- [PATCH v2 1/8] MyFirstContribution: mention contrib/contacts/git-contacts, Linus Arver via GitGitGadget
- [PATCH v2 2/8] SubmittingPatches: make 'git contacts' grep-friendly, Linus Arver via GitGitGadget
- [PATCH v2 3/8] SubmittingPatches: mention GitGitGadget, Linus Arver via GitGitGadget
- [PATCH v2 4/8] SubmittingPatches: quote commands, Linus Arver via GitGitGadget
- [PATCH v2 6/8] SubmittingPatches: dedupe discussion of security patches, Linus Arver via GitGitGadget
- [PATCH v2 5/8] SubmittingPatches: discuss reviewers first, Linus Arver via GitGitGadget
- [PATCH v2 7/8] SubmittingPatches: add heading for format-patch and send-email, Linus Arver via GitGitGadget
- [PATCH v2 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email, Linus Arver via GitGitGadget
- Re: [PATCH v2 0/8] docs: recommend using contrib/contacts/git-contacts, Junio C Hamano
- [PATCH v3 0/8] docs: recommend using contrib/contacts/git-contacts, Linus Arver via GitGitGadget
[PATCH 0/3] Make support for multi-value configuration options more consistent,
Dragan Simic
[gitweb] Category per directory?, Matěj Cepl
Debian packaging for git-credential-libsecret,
M Hickford
[ANNOUNCE] Git Rev News edition 109, Christian Couder
What's cooking in git.git (Apr 2024, #01; Mon, 1),
Junio C Hamano
[PATCH] completion: protect prompt against unset SHOWUPSTREAM in nounset mode, Ville Skyttä
Fwd: "reverse proxy" remote-helper, Guga Figueiredo
[PATCH 0/2] improve documentation around git-update-ref,
Karthik Nayak
[PATCH] completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode,
Ville Skyttä
:/regex syntax picks stash entries over regular commits,
Nude F. Ninja
[PATCH v2] config: fix some small capitalization issues, as spotted,
Dragan Simic
[PATCH] mem-pool: use st_add() in mem_pool_strvfmt(),
René Scharfe
[PATCH v2] bisect: Honor log.date,
Peter Krefting
Draft of Git Rev News edition 109, Christian Couder
[PATCH 0/8] update-ref: add support for update-symref option,
Karthik Nayak
- [PATCH 1/8] files-backend: extract out `create_symref_lock`, Karthik Nayak
- [PATCH 2/8] reftable-backend: extract out `write_symref_with_log`, Karthik Nayak
- [PATCH 3/8] reftable-backend: move `write_symref_with_log` up, Karthik Nayak
- [PATCH 4/8] refs: accept symref in `ref_transaction_add_update`, Karthik Nayak
- [PATCH 5/8] refs/files-backend: add support for symref updates, Karthik Nayak
- [PATCH 6/8] refs/reftable-backend: add support for symref updates, Karthik Nayak
- [PATCH 7/8] refs: add 'update-symref' command to 'update-ref', Karthik Nayak
- [PATCH 8/8] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v2 0/7] update-ref: add symref oriented commands, Karthik Nayak
- [PATCH v2 1/7] refs: accept symref values in `ref_transaction[_add]_update`, Karthik Nayak
- [PATCH v2 2/7] update-ref: add support for symref-verify, Karthik Nayak
- [PATCH v2 3/7] update-ref: add support for symref-delete, Karthik Nayak
- [PATCH v2 4/7] files-backend: extract out `create_symref_lock`, Karthik Nayak
- [PATCH v2 5/7] update-ref: add support for symref-create, Karthik Nayak
- [PATCH v2 7/7] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v2 6/7] update-ref: add support for symref-update, Karthik Nayak
- Re: [PATCH v2 0/7] update-ref: add symref oriented commands, Junio C Hamano
- Re: [PATCH v2 0/7] update-ref: add symref oriented commands, Christian Couder
- Re: [PATCH v2 0/7] update-ref: add symref oriented commands, Patrick Steinhardt
- [PATCH v3 0/8] refs: add symref support to 'git-update-ref', Karthik Nayak
- [PATCH v3 1/8] refs: accept symref values in `ref_transaction[_add]_update`, Karthik Nayak
- [PATCH v3 2/8] update-ref: support parsing ref targets in `parse_next_oid`, Karthik Nayak
- [PATCH v3 3/8] files-backend: extract out `create_symref_lock`, Karthik Nayak
- [PATCH v3 4/8] update-ref: support symrefs in the verify command, Karthik Nayak
- [PATCH v3 5/8] update-ref: support symrefs in the delete command, Karthik Nayak
- [PATCH v3 6/8] update-ref: support symrefs in the create command, Karthik Nayak
- [PATCH v3 7/8] update-ref: support symrefs in the update command, Karthik Nayak
- [PATCH v3 8/8] ref: support symrefs in 'reference-transaction' hook, Karthik Nayak
- Re: [PATCH v3 0/8] refs: add symref support to 'git-update-ref', Jeff King
- Re: [PATCH v3 0/8] refs: add symref support to 'git-update-ref', Junio C Hamano
- [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin', Karthik Nayak
- [PATCH v4 1/7] refs: accept symref values in `ref_transaction[_add]_update`, Karthik Nayak
- [PATCH v4 2/7] files-backend: extract out `create_symref_lock`, Karthik Nayak
- [PATCH v4 3/7] update-ref: add support for 'symref-verify' command, Karthik Nayak
- [PATCH v4 4/7] update-ref: add support for 'symref-delete' command, Karthik Nayak
- [PATCH v4 5/7] update-ref: add support for 'symref-create' command, Karthik Nayak
- [PATCH v4 6/7] update-ref: add support for 'symref-update' command, Karthik Nayak
- [PATCH v4 7/7] ref: support symrefs in 'reference-transaction' hook, Karthik Nayak
- Re: [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin', Karthik Nayak
- [PATCH v5 0/7] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v5 2/7] files-backend: extract out `create_symref_lock()`, Karthik Nayak
- [PATCH v5 1/7] refs: accept symref values in `ref_transaction_update()`, Karthik Nayak
- [PATCH v5 3/7] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v5 4/7] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v5 5/7] refs: use transaction in `refs_create_symref()`, Karthik Nayak
- [PATCH v5 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`, Karthik Nayak
- [PATCH v5 7/7] refs: remove `create_symref` and associated dead code, Karthik Nayak
- Re: [PATCH v5 0/7] refs: add support for transactional symref updates, Junio C Hamano
- [PATCH v6 0/7] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v6 2/7] files-backend: extract out `create_symref_lock()`, Karthik Nayak
- [PATCH v6 1/7] refs: accept symref values in `ref_transaction_update()`, Karthik Nayak
- [PATCH v6 3/7] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v6 4/7] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v6 5/7] refs: use transaction in `refs_create_symref()`, Karthik Nayak
- [PATCH v6 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`, Karthik Nayak
- [PATCH v6 7/7] refs: remove `create_symref` and associated dead code, Karthik Nayak
- Re: [PATCH v6 0/7] refs: add support for transactional symref updates, Junio C Hamano
- Re: [PATCH v6 0/7] refs: add support for transactional symref updates, Patrick Steinhardt
- [PATCH v7 0/8] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v7 1/8] refs: accept symref values in `ref_transaction_update()`, Karthik Nayak
- [PATCH v7 3/8] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v7 2/8] files-backend: extract out `create_symref_lock()`, Karthik Nayak
- [PATCH v7 4/8] refs: move `original_update_refname` to 'refs.c', Karthik Nayak
- [PATCH v7 5/8] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v7 6/8] refs: use transaction in `refs_create_symref()`, Karthik Nayak
- [PATCH v7 7/8] refs: rename `refs_create_symref()` to `refs_update_symref()`, Karthik Nayak
- [PATCH v7 8/8] refs: remove `create_symref` and associated dead code, Karthik Nayak
- Re: [PATCH v7 0/8] refs: add support for transactional symref updates, Junio C Hamano
- [PATCH v8 0/8] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v8 1/8] refs: accept symref values in `ref_transaction_update()`, Karthik Nayak
- [PATCH v8 2/8] files-backend: extract out `create_symref_lock()`, Karthik Nayak
- [PATCH v8 3/8] refs: support symrefs in 'reference-transaction' hook, Karthik Nayak
- [PATCH v8 4/8] refs: move `original_update_refname` to 'refs.c', Karthik Nayak
- [PATCH v8 5/8] refs: add support for transactional symref updates, Karthik Nayak
- [PATCH v8 6/8] refs: use transaction in `refs_create_symref()`, Karthik Nayak
- [PATCH v8 7/8] refs: rename `refs_create_symref()` to `refs_update_symref()`, Karthik Nayak
- [PATCH v8 8/8] refs: remove `create_symref` and associated dead code, Karthik Nayak
- Re: [PATCH v8 0/8] refs: add support for transactional symref updates, phillip . wood123
- Re: [PATCH v8 0/8] refs: add support for transactional symref updates, Junio C Hamano
[ANNOUNCE] tig-2.5.9, Thomas Koutcher
RFC: Move existing tests to a unit testing framework - Seeking Review,
Aishwarya Narayanan
[RFC] bisect: Introduce skip-when to automatically skip commits,
Olliver Schinagl
Bug: `git switch --detach` gives inapplicable advice,
mirth hickford
[PATCH] config: fix some small capitalization issues, as spotted,
Dragan Simic
tests broken with curl-8.7.0,
Jeff King
[PATCH] advice: omit trailing whitespace,
Junio C Hamano
Git Gui Clone: Error Failed to create repository (with hints),
Tobias Boesch
Feature request: a merge strategy that makes any file difference a merge conflict,
Michael Ernst
[PATCH 0/3] add: use advise_if_enabled,
Rubén Justo
[PATCH] do not set GIT_TEST_MAINT_SCHEDULER where it does not matter,
Junio C Hamano
File resolution on Windows in gitk, Germain
What's cooking in git.git (Mar 2024, #09; Thu, 28), Junio C Hamano
base-commit when prerequisite-patch-id is specified,
Konstantin Ryabitsev
GSoC 2024 [PATCH v2] Fix Git command exit code suppression in test script t2104-update-index-skip-worktree.sh,
Aishwarya Narayanan
bug report: spurious "cannot delete branch '%s' used by worktree",
Tamir Duberstein
Better visual separation of hunks in `git add -p`,
Eugenio Bargiacchi
Update message_advice_pull_before_push to mention how to push after rebasing,
zhang kai
GSoC 2024 [RFC PATCH] Fix Git command exit code suppression in test script t2104-update-index-skip-worktree.sh,
Aishwarya Narayanan
Ignore specific changes but not the entire file,
Mohammad Al Zouabi
[GSoC] [PATCH] builtin/gc: Replace run_command with C function refs_pack_refs,
vk
Fwd: [GSOC][Proposal] Move existing tests to a unit testing framework,
Sanchit Jindal
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]