Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 17/24] ewah: implement `ewah_bitmap_popcount()`, (continued)
- [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
- [PATCH v2 11/23] pack-bitmap-write.c: write pseudo-merge table, Taylor Blau
- [PATCH v2 12/23] pack-bitmap: extract `read_bitmap()` function, Taylor Blau
- [PATCH v2 13/23] pseudo-merge: scaffolding for reads, Taylor Blau
- [PATCH v2 14/23] pack-bitmap.c: read pseudo-merge extension, Taylor Blau
- [PATCH v2 15/23] pseudo-merge: implement support for reading pseudo-merge commits, Taylor Blau
- [PATCH v2 16/23] ewah: implement `ewah_bitmap_popcount()`, Taylor Blau
- [PATCH v2 17/23] pack-bitmap: implement test helpers for pseudo-merge, Taylor Blau
- [PATCH v2 18/23] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`, Taylor Blau
- [PATCH v2 19/23] pack-bitmap.c: use pseudo-merges during traversal, Taylor Blau
- [PATCH v2 20/23] pack-bitmap: extra trace2 information, Taylor Blau
- [PATCH v2 21/23] ewah: `bitmap_equals_ewah()`, Taylor Blau
- [PATCH v2 22/23] pseudo-merge: implement support for finding existing merges, Taylor Blau
- [PATCH v2 23/23] t/perf: implement performace tests for pseudo-merge bitmaps, Taylor Blau
- Re: [PATCH v2 00/23] pack-bitmap: pseudo-merge reachability bitmaps, Junio C Hamano
- [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps, Taylor Blau
- [PATCH v3 01/30] object.h: add flags allocated by pack-bitmap.h, Taylor Blau
- [PATCH v3 07/30] Documentation/gitpacking.txt: initial commit, Taylor Blau
- [PATCH v3 08/30] Documentation/gitpacking.txt: describe pseudo-merge bitmaps, Taylor Blau
- [PATCH v3 09/30] Documentation/technical: describe pseudo-merge bitmaps format, Taylor Blau
- [PATCH v3 10/30] ewah: implement `ewah_bitmap_is_subset()`, Taylor Blau
- [PATCH v3 11/30] pack-bitmap: move some initialization to `bitmap_writer_init()`, Taylor Blau
- [PATCH v3 12/30] pseudo-merge.ch: initial commit, Taylor Blau
- [PATCH v3 13/30] pack-bitmap-write: support storing pseudo-merge commits, Taylor Blau
- [PATCH v3 14/30] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`, Taylor Blau
- [PATCH v3 15/30] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public, Taylor Blau
- [PATCH v3 16/30] config: introduce git_config_float(), Taylor Blau
- [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits, Taylor Blau
- [PATCH v3 18/30] pack-bitmap-write.c: write pseudo-merge table, Taylor Blau
- [PATCH v3 19/30] pack-bitmap: extract `read_bitmap()` function, Taylor Blau
- [PATCH v3 20/30] pseudo-merge: scaffolding for reads, Taylor Blau
- [PATCH v3 21/30] pack-bitmap.c: read pseudo-merge extension, Taylor Blau
- [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits, Taylor Blau
- [PATCH v3 23/30] ewah: implement `ewah_bitmap_popcount()`, Taylor Blau
- [PATCH v3 24/30] pack-bitmap: implement test helpers for pseudo-merge, Taylor Blau
- [PATCH v3 25/30] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`, Taylor Blau
- [PATCH v3 26/30] pack-bitmap.c: use pseudo-merges during traversal, Taylor Blau
- [PATCH v3 27/30] pack-bitmap: extra trace2 information, Taylor Blau
- [PATCH v3 28/30] ewah: `bitmap_equals_ewah()`, Taylor Blau
- [PATCH v3 29/30] pseudo-merge: implement support for finding existing merges, Taylor Blau
- [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps, Taylor Blau
- Re: [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps, Jeff King
- [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps, Taylor Blau
- [PATCH v4 01/24] Documentation/gitpacking.txt: initial commit, Taylor Blau
- [PATCH v4 02/24] Documentation/gitpacking.txt: describe pseudo-merge bitmaps, Taylor Blau
- [PATCH v4 03/24] Documentation/technical: describe pseudo-merge bitmaps format, Taylor Blau
- [PATCH v4 04/24] ewah: implement `ewah_bitmap_is_subset()`, Taylor Blau
- [PATCH v4 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`, Taylor Blau
- [PATCH v4 06/24] pseudo-merge.ch: initial commit, Taylor Blau
- [PATCH v4 07/24] pack-bitmap-write: support storing pseudo-merge commits, Taylor Blau
- [PATCH v4 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`, Taylor Blau
- [PATCH v4 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public, Taylor Blau
- [PATCH v4 10/24] config: introduce `git_config_double()`, Taylor Blau
- [PATCH v4 11/24] pseudo-merge: implement support for selecting pseudo-merge commits, Taylor Blau
- [PATCH v4 12/24] pack-bitmap-write.c: write pseudo-merge table, Taylor Blau
- [PATCH v4 13/24] pack-bitmap: extract `read_bitmap()` function, Taylor Blau
- [PATCH v4 14/24] pseudo-merge: scaffolding for reads, Taylor Blau
- [PATCH v4 15/24] pack-bitmap.c: read pseudo-merge extension, Taylor Blau
- [PATCH v4 16/24] pseudo-merge: implement support for reading pseudo-merge commits, Taylor Blau
- [PATCH v4 17/24] ewah: implement `ewah_bitmap_popcount()`, Taylor Blau
- [PATCH v4 18/24] pack-bitmap: implement test helpers for pseudo-merge, Taylor Blau
- [PATCH v4 19/24] t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`, Taylor Blau
- [PATCH v4 20/24] pack-bitmap.c: use pseudo-merges during traversal, Taylor Blau
- [PATCH v4 21/24] pack-bitmap: extra trace2 information, Taylor Blau
- [PATCH v4 22/24] ewah: `bitmap_equals_ewah()`, Taylor Blau
- [PATCH v4 23/24] pseudo-merge: implement support for finding existing merges, Taylor Blau
- [PATCH v4 24/24] t/perf: implement performance tests for pseudo-merge bitmaps, Taylor Blau
- Re: [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps, Jeff King
- [PATCH 0/3] Assorted improvements salvaged from an earlier series,
Dragan Simic
- [PATCH] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions,
Sanchit Jindal via GitGitGadget
- [PATCH] contrib: drop hg-to-git script,
Jeff King
- [PATCH] doc/gitremote-helpers: fix more missing single-quotes,
Jeff King
- Feature request: highlight local worktree in `worktree list`,
Matt Hickford
- git push error,
jjb8256
- [GSoC][RFC][Proposal] Move existing tests to a unit testing framework,
Ghanshyam Thakkar
- [PATCH] git-prompt: GIT_PS1_SHOWCONFLICTSTATE variable fix,
Michiel W. Beijen
- Fwd: [GSOC] Microproject: Use `test_path_is_*` functions in test scripts,
Sanchit Jindal
- [GSoC][PATCH] userdiff: add funcname regex and wordregex for typescript language,
Utsav Parmar
- [PATCH] userdiff: add builtin driver for typescript language, Utsav Parmar
[GSoC] To the contributors: Note about limit of project selection, Kaartic Sivaraam
[RFC][GSoC] Proposal: Move reftable and other tests to the unit testing framework,
Chandra Pratap
What's cooking in git.git (Mar 2024, #05; Tue, 19),
Junio C Hamano
[PATCH 0/1] quote: quote space,
Han Young
[PATCH v3 0/4] Fix a bug in configuration parsing, and improve tests and documentation,
Dragan Simic
[PATCH 0/5] New config option for git-grep to include untracked files,
Dragan Simic
[PATCH 0/2] fix certain cases of add and commit with untracked path not erroring out,
Ghanshyam Thakkar
[RFC PATCH 0/5] maintenance: use packaged systemd units,
Max Gautier
[no subject],
Max Gautier
[PATCH 0/2] git-compat-util: move convert_slashes from compat/mingw.h and rename it,
Mohit Marathe via GitGitGadget
[PATCH 00/15] refs: introduce `--auto` to pack refs as needed,
Patrick Steinhardt
- [PATCH 01/15] reftable/stack: fix error handling in `reftable_stack_init_addition()`, Patrick Steinhardt
- [PATCH 02/15] reftable/error: discern locked/outdated errors, Patrick Steinhardt
- [PATCH 03/15] reftable/stack: use error codes when locking fails during compaction, Patrick Steinhardt
- [PATCH 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks, Patrick Steinhardt
- [PATCH 05/15] refs/reftable: print errors on compaction failure, Patrick Steinhardt
- [PATCH 06/15] t/helper: drop pack-refs wrapper, Patrick Steinhardt
- [PATCH 07/15] refs: move `struct pack_refs_opts` to where it's used, Patrick Steinhardt
- [PATCH 08/15] refs: remove `PACK_REFS_ALL` flag, Patrick Steinhardt
- [PATCH 09/15] refs/reftable: expose auto compaction via new flag, Patrick Steinhardt
- [PATCH 10/15] builtin/pack-refs: release allocated memory, Patrick Steinhardt
- [PATCH 11/15] builtin/pack-refs: introduce new "--auto" flag, Patrick Steinhardt
- [PATCH 12/15] builtin/gc: move `struct maintenance_run_opts`, Patrick Steinhardt
- [PATCH 13/15] t6500: extract objects with "17" prefix, Patrick Steinhardt
- [PATCH 14/15] builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs, Patrick Steinhardt
- [PATCH 15/15] builtin/gc: pack refs when using `git maintenance run --auto`, Patrick Steinhardt
- Re: [PATCH 00/15] refs: introduce `--auto` to pack refs as needed, Karthik Nayak
- [PATCH v2 00/15] refs: introduce `--auto` to pack refs as needed, Patrick Steinhardt
- [PATCH v2 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks, Patrick Steinhardt
- [PATCH v2 01/15] reftable/stack: fix error handling in `reftable_stack_init_addition()`, Patrick Steinhardt
- [PATCH v2 02/15] reftable/error: discern locked/outdated errors, Patrick Steinhardt
- [PATCH v2 06/15] t/helper: drop pack-refs wrapper, Patrick Steinhardt
- [PATCH v2 11/15] builtin/pack-refs: introduce new "--auto" flag, Patrick Steinhardt
- [PATCH v2 10/15] builtin/pack-refs: release allocated memory, Patrick Steinhardt
- [PATCH v2 07/15] refs: move `struct pack_refs_opts` to where it's used, Patrick Steinhardt
- [PATCH v2 09/15] refs/reftable: expose auto compaction via new flag, Patrick Steinhardt
- [PATCH v2 13/15] t6500: extract objects with "17" prefix, Patrick Steinhardt
- [PATCH v2 15/15] builtin/gc: pack refs when using `git maintenance run --auto`, Patrick Steinhardt
- [PATCH v2 12/15] builtin/gc: move `struct maintenance_run_opts`, Patrick Steinhardt
- [PATCH v2 14/15] builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs, Patrick Steinhardt
- Re: [PATCH v2 00/15] refs: introduce `--auto` to pack refs as needed, Karthik Nayak
- [PATCH v2 05/15] refs/reftable: print errors on compaction failure, Patrick Steinhardt
- [PATCH v2 03/15] reftable/stack: use error codes when locking fails during compaction, Patrick Steinhardt
- [PATCH v2 08/15] refs: remove `PACK_REFS_ALL` flag, Patrick Steinhardt
- <Possible follow-ups>
- [PATCH 00/15] refs: introduce `--auto` to pack refs as needed, Han-Wen Nienhuys
Subject: Resetting git account from system completely,
Shubhu Rana
[PATCH 0/2] utf8: change return type of some helpers from int to size_t,
Mohit Marathe via GitGitGadget
[PATCH v2 0/5] Fix a bug in configuration parsing, and improve tests and documentation,
Dragan Simic
[GSoC] microproject: builtin patterns for userdiff,
Utsav Parmar
[PATCH 1/2] t-prio-queue: shorten array index message,
René Scharfe
https://www.econachi.at/, Muhammed Anas kodankadan (anas)
Failures in GitHub Actions linux-leaks and linux-asan-ubsan,
Philippe Blain
[GSoC][PROPOSAL v1] Refactor git-bisect(1) to make its state self-contained,
Aryan Gupta
[PATCH 0/2] Doc fixes,
Jean-Noël Avila via GitGitGadget
[PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup),
Linus Arver via GitGitGadget
- [PATCH 1/6] trailer: teach iterator about non-trailer lines, Linus Arver via GitGitGadget
- [PATCH 2/6] sequencer: use the trailer iterator, Linus Arver via GitGitGadget
- [PATCH 3/6] interpret-trailers: access trailer_info with new helpers, Linus Arver via GitGitGadget
- [PATCH 4/6] trailer: make parse_trailers() return trailer_info pointer, Linus Arver via GitGitGadget
- [PATCH 5/6] trailer: make trailer_info struct private, Linus Arver via GitGitGadget
- [PATCH 6/6] trailer: retire trailer_info_get() from API, Linus Arver via GitGitGadget
- Re: [PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup), Junio C Hamano
- Re: [PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup), Junio C Hamano
- [PATCH v2 0/8] Make trailer_info struct private (plus sequencer cleanup), Linus Arver via GitGitGadget
- [PATCH v2 1/8] Makefile: sort UNIT_TEST_PROGRAMS, Linus Arver via GitGitGadget
- [PATCH v2 2/8] trailer: add unit tests for trailer iterator, Linus Arver via GitGitGadget
- [PATCH v2 3/8] trailer: teach iterator about non-trailer lines, Linus Arver via GitGitGadget
- [PATCH v2 4/8] sequencer: use the trailer iterator, Linus Arver via GitGitGadget
- [PATCH v2 5/8] interpret-trailers: access trailer_info with new helpers, Linus Arver via GitGitGadget
- [PATCH v2 7/8] trailer: make trailer_info struct private, Linus Arver via GitGitGadget
- [PATCH v2 6/8] trailer: make parse_trailers() return trailer_info pointer, Linus Arver via GitGitGadget
- [PATCH v2 8/8] trailer: retire trailer_info_get() from API, Linus Arver via GitGitGadget
- Re: [PATCH v2 0/8] Make trailer_info struct private (plus sequencer cleanup), Junio C Hamano
- [PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup), Linus Arver via GitGitGadget
- [PATCH v3 01/10] Makefile: sort UNIT_TEST_PROGRAMS, Linus Arver via GitGitGadget
- [PATCH v3 02/10] trailer: add unit tests for trailer iterator, Linus Arver via GitGitGadget
- [PATCH v3 03/10] trailer: teach iterator about non-trailer lines, Linus Arver via GitGitGadget
- [PATCH v3 04/10] sequencer: use the trailer iterator, Linus Arver via GitGitGadget
- [PATCH v3 05/10] interpret-trailers: access trailer_info with new helpers, Linus Arver via GitGitGadget
- [PATCH v3 06/10] trailer: make parse_trailers() return trailer_info pointer, Linus Arver via GitGitGadget
- [PATCH v3 07/10] trailer: make trailer_info struct private, Linus Arver via GitGitGadget
- [PATCH v3 08/10] trailer: retire trailer_info_get() from API, Linus Arver via GitGitGadget
- [PATCH v3 10/10] trailer unit tests: inspect iterator contents, Linus Arver via GitGitGadget
- [PATCH v3 09/10] trailer: document parse_trailers() usage, Linus Arver via GitGitGadget
- Re: [PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup), Christian Couder
- [PATCH v4 00/10] Make trailer_info struct private (plus sequencer cleanup), Linus Arver via GitGitGadget
- [PATCH v4 01/10] Makefile: sort UNIT_TEST_PROGRAMS, Linus Arver via GitGitGadget
- [PATCH v4 02/10] trailer: add unit tests for trailer iterator, Linus Arver via GitGitGadget
- [PATCH v4 03/10] trailer: teach iterator about non-trailer lines, Linus Arver via GitGitGadget
- [PATCH v4 04/10] sequencer: use the trailer iterator, Linus Arver via GitGitGadget
- [PATCH v4 05/10] interpret-trailers: access trailer_info with new helpers, Linus Arver via GitGitGadget
- [PATCH v4 06/10] trailer: make parse_trailers() return trailer_info pointer, Linus Arver via GitGitGadget
- [PATCH v4 07/10] trailer: make trailer_info struct private, Linus Arver via GitGitGadget
- [PATCH v4 08/10] trailer: retire trailer_info_get() from API, Linus Arver via GitGitGadget
- [PATCH v4 09/10] trailer: document parse_trailers() usage, Linus Arver via GitGitGadget
- [PATCH v4 10/10] trailer unit tests: inspect iterator contents, Linus Arver via GitGitGadget
- Re: [PATCH v4 00/10] Make trailer_info struct private (plus sequencer cleanup), Junio C Hamano
[PATCH 1/2] docs: clarify file options in git-config `--edit`,
Brian Lyles
[PATCH] docs: correct trailer `key_value_separator` description,
Brian Lyles
What's cooking in git.git (Mar 2024, #04; Fri, 15),
Junio C Hamano
[Idea] Only allow commits when no undeletable file has been deleted,
leon
[PATCH 0/4] Fix a bug in configuration parsing, and improve tests and documentation,
Dragan Simic
Re: [PATCH 2/5] refs: make `is_pseudoref_syntax()` stricter,
eugenio gigante
Expanded worktree tooling?,
Thomas Lowry
[PATCH 0/5] Unify trailer formatting functions,
Linus Arver via GitGitGadget
[PATCH] t5300: fix test_with_bad_commit(),
John Cai via GitGitGadget
Name for initial branch is ignored when repository is cloned with SSH,
Yasuhiro Kimura
[PATCH] config.txt: perform some minor reformatting,
Dragan Simic
Re: GSoC with Git - Tyler Baxter, Kaartic Sivaraam
Git is not recognizing some merge conflicts and just accepting incoming master version,
Kai
[PATCH] t0006: add more tests with a negative TZ offset, Beat Bolli
[PATCH] fuzz: add fuzzer for config parsing,
Brian Tracy via GitGitGadget
[PATCH] checkout: plug some leaks in git-restore,
Rubén Justo
[GSoC] Discuss: Implement support for reftables in ‘dumb’ HTTP transport,
Aryan Gupta
Sparse worktree always contains root files,
Jeppe Øland
[PATCH 0/2] status --untracked=no,
Junio C Hamano
Graphical glitches in GUI client,
Nathan Yinger
Re: [PATCH v6 2/2] patch-id: replace `atoi()` with `strtoi_with_tail()`,
Mohit Marathe
log.date 'iso-strict' does not comply with ISO 8601-1:2020-12,
Osipov, Michael (IN IT IN)
bisect does not respect 'log.date',
Osipov, Michael (IN IT IN)
[PATCH 0/1] log: make the --oneline option work with -L,
James Liu
Proposal and Validation of Git Compile,
Bhargav Vishnu
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]