summaryrefslogtreecommitdiffstats
path: root/environment.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-01t/lib-credential.sh: ensure credential helpers handle long headersTaylor Blau1-0/+29
2023-05-01credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau1-0/+2
2023-04-29The fifteenth batchJunio C Hamano1-0/+11
2023-04-28The fourteenth batchJunio C Hamano1-0/+5
2023-04-25The thirteenth batchJunio C Hamano1-0/+13
2023-04-22The twelfth batchJunio C Hamano1-0/+11
2023-04-20The eleventh batchJunio C Hamano1-0/+17
2023-04-19gpg-interface: set trust level of missing key to "undefined"Jeff King2-8/+15
2023-04-19doc: git-checkout: reorganize examplesFelipe Contreras1-22/+28
2023-04-19doc: git-checkout: trivial callout cleanupFelipe Contreras1-4/+0
2023-04-18repository.h: drop unused `gc_cruft_packs`Taylor Blau2-4/+1
2023-04-18builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau6-21/+11
2023-04-18t/t9300-fast-import.sh: prepare for `gc --cruft` by defaultTaylor Blau1-9/+4
2023-04-18t/t6500-gc.sh: add additional test casesTaylor Blau1-0/+4
2023-04-18t/t6500-gc.sh: refactor cruft pack testsTaylor Blau1-82/+44
2023-04-18t/t6501-freshen-objects.sh: prepare for `gc --cruft` by defaultTaylor Blau1-5/+5
2023-04-18t/t5304-prune.sh: prepare for `gc --cruft` by defaultTaylor Blau1-14/+14
2023-04-18builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau4-9/+53
2023-04-18builtin/repack.c: fix incorrect reference to '-C'Taylor Blau1-1/+1
2023-04-18pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau1-6/+8
2023-04-18protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren3-21/+22
2023-04-18The tenth batchJunio C Hamano1-0/+20
2023-04-17fsck: validate .rev file headerDerrick Stolee5-6/+36
2023-04-17fsck: check rev-index position valuesDerrick Stolee2-4/+26
2023-04-17fsck: check rev-index checksumsDerrick Stolee2-0/+50
2023-04-17fsck: create scaffolding for rev-index checksDerrick Stolee4-0/+63
2023-04-17Git 2.40.1v2.40.1Johannes Schindelin3-2/+10
2023-04-17Git 2.39.3v2.39.3Johannes Schindelin2-4/+10
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin3-2/+10
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin3-2/+9
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin3-2/+9
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin3-2/+9
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin3-2/+9
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin3-2/+9
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin3-2/+9
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin3-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Git 2.30.9v2.30.9Taylor Blau3-2/+45
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2-0/+23
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau1-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2-8/+9
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2-1/+10
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2-2/+27
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2023-04-15v0 protocol: use size_t for capability length/offsetJeff King7-19/+19
2023-04-15t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King1-19/+7
2023-04-15t5512: allow any protocol version for filtered symref testJeff King1-3/+1
2023-04-15t5512: add v2 support for "ls-remote --symref" testJeff King1-8/+11
2023-04-15v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King2-37/+17