summaryrefslogtreecommitdiffstats
path: root/config.mak.uname (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2024-11-26reftable: rename scratch bufferPatrick Steinhardt4-18/+20
2024-11-26refs: adapt `initial_transaction` flag to be unsignedPatrick Steinhardt2-2/+2
2024-11-25t7900: fix host-dependent behaviour when testing git-maintenance(1)Patrick Steinhardt1-2/+7
2024-11-25Git 2.47.1v2.47.1Junio C Hamano1-0/+5
2024-11-24Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau1-2/+2
2024-11-24doc: switch links to httpsJosh Soref1-1/+1
2024-11-24doc: update links to current pagesJosh Soref1-1/+1
2024-11-22The eleventh batchJunio C Hamano1-0/+14
2024-11-22t/perf: use 'test_file_size' in more placesTaylor Blau2-2/+2
2024-11-22pack-bitmap.c: typofix in `find_boundary_objects()`Taylor Blau1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt928-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt4-97/+1
2024-11-21t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt3-11/+11
2024-11-21t: mark some tests as leak freePatrick Steinhardt2-0/+2
2024-11-21t5601: work around leak sanitizer issuePatrick Steinhardt1-11/+15
2024-11-21git-compat-util: drop now-unused `UNLEAK()` macroPatrick Steinhardt2-35/+0
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt2-2/+0
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt1-11/+22
2024-11-21builtin/init-db: fix leaking directory pathsPatrick Steinhardt1-15/+19
2024-11-21builtin/help: fix leaks in `check_git_cmd()`Patrick Steinhardt1-6/+7
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt3-6/+7
2024-11-21help: fix leaking `struct cmdnames`Patrick Steinhardt1-0/+4
2024-11-21help: refactor to not use globals for reading configPatrick Steinhardt1-23/+24
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt1-22/+39
2024-11-21split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt2-1/+6
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt2-36/+32