Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: Better visual separation of hunks in `git add -p`, (continued)
- 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
- [PATCH 1/7] reftable/basics: fix return type of `binsearch()` to be `size_t`, Patrick Steinhardt
- [PATCH 2/7] reftable/basics: improve `binsearch()` test, Patrick Steinhardt
- [PATCH 3/7] reftable/refname: refactor binary search over refnames, Patrick Steinhardt
- [PATCH 4/7] reftable/block: refactor binary search over restart points, Patrick Steinhardt
- [PATCH 5/7] reftable/block: fix error handling when searching restart points, Patrick Steinhardt
- [PATCH 6/7] reftable/record: extract function to decode key lengths, Patrick Steinhardt
- [PATCH 7/7] reftable/block: avoid decoding keys when searching restart points, Patrick Steinhardt
- [PATCH v2 0/7] reftable: improvements for the `binsearch()` mechanism, Patrick Steinhardt
- [PATCH v3 0/7] reftable: improvements for the `binsearch()` mechanism, Patrick Steinhardt
- [PATCH v4 0/7] reftable: improvements for the `binsearch()` mechanism, Patrick Steinhardt
[PATCH] rebase: use child_process_clear() to clean,
Jeff King
[RFC][GSoC] Proposal: Refactor git-bisect(1),
eugenio gigante
[PATCH] grep: improve errors for unmatched ( and ),
Ahelenia Ziemiańska
[PATCH 0/6] fast-import: tighten parsing of paths,
Thalia Archibald
[PATCH 2/6] fast-import: directly use strbufs for paths, Thalia Archibald
[PATCH 4/6] fast-import: remove dead strbuf, Thalia Archibald
[PATCH 6/6] fast-import: forbid escaped NUL in paths, Thalia Archibald
[PATCH 5/6] fast-import: document C-style escapes for paths, Thalia Archibald
[PATCH v2 0/8] fast-import: tighten parsing of paths, Thalia Archibald
- [PATCH v2 1/8] fast-import: tighten path unquoting, Thalia Archibald
- [PATCH v2 2/8] fast-import: directly use strbufs for paths, Thalia Archibald
- [PATCH v2 3/8] fast-import: allow unquoted empty path for root, Thalia Archibald
- [PATCH v2 4/8] fast-import: remove dead strbuf, Thalia Archibald
- [PATCH v2 5/8] fast-import: improve documentation for unquoted paths, Thalia Archibald
- [PATCH v2 6/8] fast-import: document C-style escapes for paths, Thalia Archibald
- [PATCH v2 7/8] fast-import: forbid escaped NUL in paths, Thalia Archibald
- [PATCH v2 8/8] fast-import: make comments more precise, Thalia Archibald
- Re: [PATCH v2 0/8] fast-import: tighten parsing of paths, Thalia Archibald
- [PATCH v3 0/8] fast-import: tighten parsing of paths, Thalia Archibald
[PATCH 0/2] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions,
Sanchit Jindal via GitGitGadget
Merge selected files or folders,
Richard Kerry
[PATCH 0/3] t7800: fix quoting of looped test bodies,
Patrick Steinhardt
Feature request: status could list ref names after "HEAD detached",
M Hickford
[PATCH v5 0/4] Fix a bug in configuration parsing, and improve tests and documentation,
Dragan Simic
[PATCH v4 0/4] Fix a bug in configuration parsing, and improve tests and documentation,
Dragan Simic
Git Bug - while working with different remotes and different branch name on local and remote, Akhil Surapuram
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps,
Taylor Blau
- [PATCH 02/24] config: repo_config_get_expiry(), Taylor Blau
- [PATCH 01/24] Documentation/technical: describe pseudo-merge bitmaps format, Taylor Blau
- [PATCH 03/24] ewah: implement `ewah_bitmap_is_subset()`, Taylor Blau
- [PATCH 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`, Taylor Blau
- [PATCH 04/24] pack-bitmap: drop unused `max_bitmaps` parameter, Taylor Blau
- [PATCH 06/24] pseudo-merge.ch: initial commit, Taylor Blau
- [PATCH 07/24] pack-bitmap-write: support storing pseudo-merge commits, Taylor Blau
- [PATCH 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`, Taylor Blau
- [PATCH 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public, Taylor Blau
- [PATCH 10/24] pseudo-merge: implement support for selecting pseudo-merge commits, Taylor Blau
- [PATCH 11/24] pack-bitmap-write.c: select pseudo-merge commits, Taylor Blau
- [PATCH 12/24] pack-bitmap-write.c: write pseudo-merge table, Taylor Blau
- [PATCH 13/24] pack-bitmap: extract `read_bitmap()` function, Taylor Blau
- [PATCH 14/24] pseudo-merge: scaffolding for reads, Taylor Blau
- [PATCH 15/24] pack-bitmap.c: read pseudo-merge extension, Taylor Blau
- [PATCH 16/24] pseudo-merge: implement support for reading pseudo-merge commits, Taylor Blau
- [PATCH 17/24] ewah: implement `ewah_bitmap_popcount()`, Taylor Blau
- [PATCH 18/24] pack-bitmap: implement test helpers for pseudo-merge, Taylor Blau
- [PATCH 19/24] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`, Taylor Blau
- [PATCH 20/24] pack-bitmap.c: use pseudo-merges during traversal, Taylor Blau
- [PATCH 22/24] ewah: `bitmap_equals_ewah()`, Taylor Blau
- [PATCH 21/24] pack-bitmap: extra trace2 information, Taylor Blau
- [PATCH 23/24] pseudo-merge: implement support for finding existing merges, Taylor Blau
- [PATCH 24/24] t/perf: implement performace tests for pseudo-merge bitmaps, Taylor Blau
- Re: [PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps, Junio C Hamano
- [PATCH v2 00/23] pack-bitmap: pseudo-merge reachability bitmaps, Taylor Blau
- [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format, Taylor Blau
- [PATCH v2 02/23] ewah: implement `ewah_bitmap_is_subset()`, Taylor Blau
- [PATCH v2 03/23] pack-bitmap: drop unused `max_bitmaps` parameter, Taylor Blau
- [PATCH v2 04/23] pack-bitmap: move some initialization to `bitmap_writer_init()`, Taylor Blau
- [PATCH v2 05/23] pseudo-merge.ch: initial commit, Taylor Blau
- [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits, Taylor Blau
- [PATCH v2 07/23] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`, Taylor Blau
- [PATCH v2 08/23] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public, Taylor Blau
- [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits, Taylor Blau
- [PATCH v2 10/23] pack-bitmap-write.c: select pseudo-merge commits, Taylor Blau
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]