Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 02/11] pack-bitmap.c: avoid unnecessary `offset_to_pack_pos()`, (continued)
- [PATCH 02/11] pack-bitmap.c: avoid unnecessary `offset_to_pack_pos()`, Taylor Blau
- [PATCH 03/11] pack-bitmap.c: delay calling 'offset_to_pack_pos()', Taylor Blau
- [PATCH 04/11] pack-bitmap.c: compare `base_offset` to `delta_obj_offset`, Taylor Blau
- [PATCH 05/11] pack-bitmap.c: extract `find_base_bitmap_pos()`, Taylor Blau
- [PATCH 06/11] pack-bitmap: drop `from_midx` field from `bitmapped_pack`, Taylor Blau
- [PATCH 07/11] write_reused_pack_one(): translate bit positions directly, Taylor Blau
- [PATCH 08/11] t5332: enable OFS_DELTAs via test_pack_objects_reused, Taylor Blau
- [PATCH 09/11] pack-bitmap: enable cross-pack delta reuse, Taylor Blau
- [PATCH 10/11] pack-bitmap.c: record whether the result was filtered, Taylor Blau
- [PATCH 11/11] pack-bitmap: enable reusing deltas with base objects in 'haves' bitmap, Taylor Blau
- Re: [PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible, Junio C Hamano
- Re: [PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible, Jeff King
- nasamuffin unavailable 2024-10-28 - 2024-12-23, Emily Shaffer
- [PATCH] checkout: refer to other-worktree branch, not ref,
Kristoffer Haugsbakk
- [PATCH 0/5] Wire up Windows-based jobs in GitLab CI,
Patrick Steinhardt
- [PATCH 1/3] clang-format: don't enforce the column limit,
Karthik Nayak
- [PATCH 0/3] clang-format: fix rules to make the CI job cleaner,
Karthik Nayak
- [no subject], Unknown
- [PATCH 0/7] Fix typos,
Andrew Kreimer
- [PATCH] mimgw: remove Compiler Warnings,
Sören Krecker
- [PATCH] loose: don't rely on repository global state,
Karthik Nayak
- What's cooking in git.git (Oct 2024, #05; Tue, 8), Junio C Hamano
- warning: unable to unlink '<fulldir>/.git/objects/maintenance.lock': Text file busy, Danny Ben Shitrit
- Verbose Commit Ignore Line Fails via CRLF Line Endings,
Spencer Fretwell
- Re: Verbose Commit Ignore Line Fails via CRLF Line Endings, brian m. carlson
Interest in a Git meetup in Bay Area, California?,
Emily Shaffer
[Outreachy][PATCH] t6050: avoid pipes in git related commands,
chizobajames21
Remote git server dubious ownership,
Alessio De Marchi (GMail)
[PATCH 00/17] pack-objects: add --path-walk option for better deltas,
Derrick Stolee via GitGitGadget
- [PATCH 01/17] path-walk: introduce an object walk by path, Derrick Stolee via GitGitGadget
- [PATCH 02/17] t6601: add helper for testing path-walk API, Derrick Stolee via GitGitGadget
- [PATCH 04/17] path-walk: allow visiting tags, Derrick Stolee via GitGitGadget
- [PATCH 05/17] revision: create mark_trees_uninteresting_dense(), Derrick Stolee via GitGitGadget
- [PATCH 06/17] path-walk: add prune_all_uninteresting option, Derrick Stolee via GitGitGadget
- [PATCH 07/17] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH 09/17] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 12/17] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 13/17] repack: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 14/17] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH 16/17] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH 08/17] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 15/17] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH 03/17] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH 11/17] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH 10/17] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH 17/17] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- [PATCH v2 00/17] pack-objects: add --path-walk option for better deltas, Derrick Stolee via GitGitGadget
- [PATCH v2 01/17] path-walk: introduce an object walk by path, Derrick Stolee via GitGitGadget
- [PATCH v2 02/17] t6601: add helper for testing path-walk API, Derrick Stolee via GitGitGadget
- [PATCH v2 03/17] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH v2 04/17] path-walk: allow visiting tags, Derrick Stolee via GitGitGadget
- [PATCH v2 05/17] revision: create mark_trees_uninteresting_dense(), Derrick Stolee via GitGitGadget
- [PATCH v2 06/17] path-walk: add prune_all_uninteresting option, Derrick Stolee via GitGitGadget
- [PATCH v2 07/17] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH v2 09/17] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v2 08/17] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 10/17] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH v2 11/17] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH v2 12/17] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 13/17] repack: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v2 14/17] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH v2 15/17] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH v2 16/17] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH v2 17/17] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 00/17] pack-objects: add --path-walk option for better deltas, Taylor Blau
[PATCH v2] gitk: fix a typo, Andrew Kreimer
Bug: `git maintenance start` is likely broken in 2.47,
Shubham Kanodia
[ANNOUNCE] Git for Windows 2.47.0, Johannes Schindelin
[PATCH] blame: respect .git-blame-ignore-revs automatically,
Abhijeetsingh Meena via GitGitGadget
[PATCH v2 0/2] blame: respect .git-blame-ignore-revs automatically, Abhijeetsingh Meena via GitGitGadget
[PATCH 0/1] Remove value from positional args in config unset usage,
Josh Heinrichs
[PATCH v3 0/3] Link worktrees with relative paths,
Caleb White via B4 Relay
[PATCH] docs: fix the `maintain-git` links in `technical/platform-support`, Johannes Schindelin via GitGitGadget
[PATCH 0/3] object-name: don't allow @ as a branch name,
Kristoffer Haugsbakk
[PATCH] t7300-clean.sh: use test_path_* helper functions,
Samuel Adekunle Abraham via GitGitGadget
[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o,
Philippe Blain via GitGitGadget
[Question] local paths when USE_THE_REPOSITORY_VARIABLE is not defined,
Kousik Sanagavarapu
What's cooking in git.git (Oct 2024, #04; Sun, 6),
Junio C Hamano
[ANNOUNCE] Git v2.47.0, Junio C Hamano
[no subject], Unknown
[PATCH 0/3] doc: merge-tree: improve the script example,
Kristoffer Haugsbakk
[no subject], Unknown
Boost Your Revenue With Our "Partnership Incentives" without cost., Investor Relations
how to use git with unreachable paths (namespaces, proc)?,
benaryorg
[no subject], Unknown
[BUG?] format-patch: --cover-letter doesn't use --from, Kristoffer Haugsbakk
[GIT PULL] l10n updates for 2.47.0 round 2, Jiang Xin
[Outreachy] Applicant Introduction,
Chizoba ODINAKA
wishlist += command completion for deleted but tracked files, Andreas Lüttgens
[PATCH v2 0/4] Link worktrees with relative paths,
Caleb White
[PATCH 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes,
Usman Akinyemi via GitGitGadget
[PATCH 0/4] Link worktrees with relative paths,
Caleb White
[no subject], Unknown
[PATCH] Fix typo in README, iamkb28 via GitGitGadget
What's cooking in git.git (Oct 2024, #03; Fri, 4), Junio C Hamano
[no subject], Unknown
Re: [ANNOUNCE] Git for Windows 2.47.0-rc1, Johannes Schindelin
Outreachy,
abdulwasiu maryam
v2.47.0-rc1 test failure on cygwin,
Ramsay Jones
[RFC PATCH] promisor-remote: always JIT fetch with --refetch,
Emily Shaffer
Request for adding a "one-shot" rebase strategy where conflicts are only resolved once,
Alireza
the latter half of october, the maintainer goes offline,
Junio C Hamano
[PATCH] archive: fix misleading error message,
René Scharfe
[PATCH] doc: add a note about staggering of maintenance,
Shubham Kanodia via GitGitGadget
Lack of system-level excludesFile,
Sparr
[PATCH (v2.47 regression)] hash.h: set NEEDS_CLONE_HELPER_UNSAFE in fallback mode,
Jeff King
[PATCH 0/5] Fix typos,
Andrew Kreimer
What's cooking in git.git (Oct 2024, #02; Wed, 2), Junio C Hamano
[ANNOUNCE] Git v2.47.0-rc1, Junio C Hamano
[PATCH] line-log: protect inner strbuf from free,
Derrick Stolee via GitGitGadget
[Outreachy] Indication Of Interest To Intern At Git,
Naomi Ibe
[Outreachy] Intern Applicant - Proceeding to My Task,
Ekikereabasi Nkereuwem
[RFC PATCH 00/21] Modernize the build system,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]