Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v2 5/7] update-ref: add support for symref-create, (continued)
- [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
- GSoC 2024 [RFC PATCH],
Aishwarya Narayanan
- Disabling sparse checkout cone config not appearing to have effect on git 2.43, Declan Snyder
- GSoC 2024 [PATCH],
Aishwarya Narayanan
- [PATCH 0/9] reftable: optimize table and block iterators,
Patrick Steinhardt
- [PATCH 1/9] reftable/block: rename `block_reader_start()`, Patrick Steinhardt
- [PATCH 2/9] reftable/block: merge `block_iter_seek()` and `block_reader_seek()`, Patrick Steinhardt
- [PATCH 3/9] reftable/block: better grouping of functions, Patrick Steinhardt
- [PATCH 4/9] reftable/block: introduce `block_reader_release()`, Patrick Steinhardt
- [PATCH 5/9] reftable/block: move ownership of block reader into `struct table_iter`, Patrick Steinhardt
- [PATCH 6/9] reftable/reader: iterate to next block in place, Patrick Steinhardt
- [PATCH 7/9] reftable/block: reuse uncompressed blocks, Patrick Steinhardt
- [PATCH 8/9] reftable/block: open-code call to `uncompress2()`, Patrick Steinhardt
- [PATCH 9/9] reftable/block: reuse `zstream` state on inflation, Patrick Steinhardt
- Re: [PATCH 0/9] reftable: optimize table and block iterators, Karthik Nayak
- [PATCH v2 00/10] reftable: optimize table and block iterators, Patrick Steinhardt
- [PATCH v2 01/10] reftable/block: rename `block_reader_start()`, Patrick Steinhardt
- [PATCH v2 02/10] reftable/block: merge `block_iter_seek()` and `block_reader_seek()`, Patrick Steinhardt
- [PATCH v2 03/10] reftable/block: better grouping of functions, Patrick Steinhardt
- [PATCH v2 04/10] reftable/block: introduce `block_reader_release()`, Patrick Steinhardt
- [PATCH v2 05/10] reftable/block: move ownership of block reader into `struct table_iter`, Patrick Steinhardt
- [PATCH v2 06/10] reftable/reader: iterate to next block in place, Patrick Steinhardt
- [PATCH v2 07/10] reftable/block: reuse uncompressed blocks, Patrick Steinhardt
- [PATCH v2 10/10] reftable/block: avoid copying block iterators on seek, Patrick Steinhardt
- [PATCH v2 08/10] reftable/block: open-code call to `uncompress2()`, Patrick Steinhardt
- [PATCH v2 09/10] reftable/block: reuse `zstream` state on inflation, Patrick Steinhardt
- Re: [PATCH v2 00/10] reftable: optimize table and block iterators, Justin Tobler
- Re: [PATCH v2 00/10] reftable: optimize table and block iterators, Karthik Nayak
- Bug: `git check-ignore -v` changes the exit code., Michael G Schwern
- What's cooking in git.git (Mar 2024, #08; Tue, 26),
Junio C Hamano
- [PATCH] send-email: add newline for improved readability,
Dragan Simic
- [PATCH v3 0/3] Assorted improvements salvaged from an earlier series,
Dragan Simic
- [PATCH 0/2] improve interactive-patch,
Rubén Justo
- [PATCH 0/3] switch to tombstone-free khashl table,
Eric Wong
- [PATCH v2] SubmittingPatches: release-notes entry experiment,
Junio C Hamano
- [PATCH 00/11] midx: split MIDX writing routines into midx-write.c, cleanup,
Taylor Blau
- [PATCH 03/11] midx: move `midx_repack` (and related functions) to midx-write.c, Taylor Blau
- [PATCH 02/11] midx: extern a pair of shared functions, Taylor Blau
- [PATCH 04/11] midx: move `expire_midx_packs` to midx-write.c, Taylor Blau
- [PATCH 05/11] midx: move `write_midx_file_only` to midx-write.c, Taylor Blau
- [PATCH 01/11] midx-write: initial commit, Taylor Blau
- [PATCH 08/11] midx-write.c: avoid directly managed temporary strbuf, Taylor Blau
- [PATCH 07/11] midx: move `write_midx_internal` (and related functions) to midx-write.c, Taylor Blau
- [PATCH 09/11] midx-write.c: factor out common want_included_pack() routine, Taylor Blau
- [PATCH 11/11] midx-write.c: use `--stdin-packs` when repacking, Taylor Blau
- [PATCH 06/11] midx: move `write_midx_file` to midx-write.c, Taylor Blau
- [PATCH 10/11] midx-write.c: check count of packs to repack after grouping, Taylor Blau
- Re: [PATCH 00/11] midx: split MIDX writing routines into midx-write.c, cleanup, Jeff King
- [PATCH v2 0/4] midx: split MIDX writing routines into midx-write.c, cleanup, Taylor Blau
- [GSoC] Microproject help,
vk
- [PATCH 0/4] Doc new guidelines,
Jean-Noël Avila via GitGitGadget
- [PATCH] pretty: find pretty formats case-insensitively,
Brian Lyles
- segfault with git rebase --abort,
Wolfgang Rohdewald
- [PATCH v2 0/3] Assorted improvements salvaged from an earlier series,
Dragan Simic
- 'git bisect run' not fully automatic when a merge base must be tested,
Philippe Blain
- [PATCH] midx: use strvec_pushf() for pack-objects base name,
René Scharfe
- [PATCH] t/README: mention test files are make targets,
Philippe Blain via GitGitGadget
- [PATCH 1/2] factor out strbuf_expand_bad_format(),
René Scharfe
- [PATCH 00/13] Support for arbitrary schemes in credentials,
brian m. carlson
- [PATCH 12/13] strvec: implement swapping two strvecs, brian m. carlson
- [PATCH 09/13] credential: enable state capability, brian m. carlson
- [PATCH 11/13] t5563: refactor for multi-stage authentication, brian m. carlson
- [PATCH 08/13] credential: add an argument to keep state, brian m. carlson
- [PATCH 10/13] docs: set a limit on credential line length, brian m. carlson
- [PATCH 13/13] credential: add support for multistage credential rounds, brian m. carlson
- [PATCH 05/13] credential: gate new fields on capability, brian m. carlson
- [PATCH 07/13] http: add support for authtype and credential, brian m. carlson
- [PATCH 06/13] docs: indicate new credential protocol fields, brian m. carlson
- [PATCH 02/13] remote-curl: reset headers on new request, brian m. carlson
- [PATCH 03/13] http: use new headers for each object request, brian m. carlson
- [PATCH 04/13] credential: add a field for pre-encoded credentials, brian m. carlson
- [PATCH 01/13] credential: add an authtype field, brian m. carlson
- Re: [PATCH 00/13] Support for arbitrary schemes in credentials, Junio C Hamano
- Re: [PATCH 00/13] Support for arbitrary schemes in credentials, M Hickford
- Re: [PATCH 00/13] Support for arbitrary schemes in credentials, M Hickford
- Re: [PATCH 00/13] Support for arbitrary schemes in credentials, Calvin Wan
- Re: [PATCH 00/13] Support for arbitrary schemes in credentials, M Hickford
- [PATCH v2 00/16] Support for arbitrary schemes in credentials, brian m. carlson
- [PATCH v2 02/16] remote-curl: reset headers on new request, brian m. carlson
- [PATCH v2 03/16] http: use new headers for each object request, brian m. carlson
- [PATCH v2 04/16] credential: add a field for pre-encoded credentials, brian m. carlson
- [PATCH v2 01/16] credential: add an authtype field, brian m. carlson
- [PATCH v2 06/16] credential: add a field called "ephemeral", brian m. carlson
- [PATCH v2 07/16] docs: indicate new credential protocol fields, brian m. carlson
- [PATCH v2 05/16] credential: gate new fields on capability, brian m. carlson
- [PATCH v2 11/16] docs: set a limit on credential line length, brian m. carlson
- [PATCH v2 09/16] credential: add an argument to keep state, brian m. carlson
- [PATCH v2 10/16] credential: enable state capability, brian m. carlson
- [PATCH v2 12/16] t5563: refactor for multi-stage authentication, brian m. carlson
- [PATCH v2 14/16] t: add credential tests for authtype, brian m. carlson
- [PATCH v2 13/16] credential: add support for multistage credential rounds, brian m. carlson
- [PATCH v2 08/16] http: add support for authtype and credential, brian m. carlson
- [PATCH v2 15/16] credential-cache: implement authtype capability, brian m. carlson
- [PATCH v2 16/16] credential: add method for querying capabilities, brian m. carlson
- [PATCH 0/2] improve bugreports,
Rubén Justo
- Inconsistent/buggy behaviour of "git config --add",
Tim Landscheidt
- [GSoC][PROPOSAL v1] Implement consistency check for refs,
shejialuo
- [PATCH] RFC: add MAINTAINERS file,
Linus Arver via GitGitGadget
- What's cooking in git.git (Mar 2024, #07; Fri, 22),
Junio C Hamano
- Allow git bisect to auto-skip,
Olliver Schinagl
- [PATCH] editorconfig: add Makefiles to "text files",
Max Gautier
- Worktree shares a common remote with main checkout,
Bill Wallace
[PATCH 0/7] reftable: improvements for the `binsearch()` mechanism,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]