summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-06Documentation: add comparison of build systemsPatrick Steinhardt2-0/+225
2024-12-06t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-06t: better support for out-of-tree buildsPatrick Steinhardt7-11/+34
2024-12-06Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2-14/+25
2024-12-06Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2-12/+13
2024-12-06Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt5-15/+18
2024-12-06Makefile: simplify building of templatesPatrick Steinhardt19-37/+37
2024-12-06Makefile: write absolute program path into bin-wrappersPatrick Steinhardt3-7/+7
2024-12-06Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt6-8/+16
2024-12-06Makefile: refactor generators to be PWD-independentPatrick Steinhardt5-34/+68
2024-12-06Makefile: extract script to generate gitweb.jsPatrick Steinhardt2-1/+14
2024-12-06Makefile: extract script to generate gitweb.cgiPatrick Steinhardt4-31/+101
2024-12-06Makefile: extract script to massage Python scriptsPatrick Steinhardt3-10/+33
2024-12-06Makefile: extract script to massage Shell scriptsPatrick Steinhardt4-35/+68
2024-12-06Makefile: use "generate-perl.sh" to massage Perl libraryPatrick Steinhardt4-22/+27
2024-12-06Makefile: extract script to massage Perl scriptsPatrick Steinhardt3-15/+56
2024-12-06Makefile: consistently use PERL_PATHPatrick Steinhardt4-5/+5
2024-12-06Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt5-15/+25
2024-12-06Makefile: generate "git.rc" via GIT-VERSION-GENPatrick Steinhardt5-17/+30
2024-12-06Makefile: propagate Git version via generated headerPatrick Steinhardt6-11/+35
2024-12-06Makefile: refactor GIT-VERSION-GEN to be reusablePatrick Steinhardt6-34/+59
2024-12-06Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt18-119/+119
2024-12-06Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt4-95/+136
2024-12-06The fourteenth batchJunio C Hamano1-0/+6
2024-12-04The thirteenth batchJunio C Hamano1-12/+22
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White2-25/+26
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White5-33/+76
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White4-16/+39
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White7-49/+95
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White2-0/+48
2024-12-02worktree: refactor infer_backlink returnCaleb White1-7/+8
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White5-0/+16
2024-12-02setup: correctly reinitialize repository versionCaleb White2-12/+26
2024-11-26The twelfth batchJunio C Hamano1-0/+21
2024-11-26ref-cache: fix invalid free operation in `free_ref_entry`shejialuo1-1/+2
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt1-3/+29
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt2-0/+75
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt2-0/+13
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt1-8/+5
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt1-7/+4
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt1-63/+59
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt1-7/+19
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt2-0/+8
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt1-58/+126
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt1-59/+76
2024-11-26builtin: pass repository to sub commandsKarthik Nayak17-135/+239
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt2-2/+5
2024-11-26sequencer: comment commit messages properlyKristoffer Haugsbakk2-4/+23
2024-11-26sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk2-4/+19
2024-11-26sequencer: comment checked-out branch properlyKristoffer Haugsbakk2-2/+22