summaryrefslogtreecommitdiffstats
path: root/http-fetch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-29merge-tree: accept 3 trees as argumentsJohannes Schindelin3-18/+35
2023-11-20Git 2.43v2.43.0Junio C Hamano2-56/+70
2023-11-19l10n: zh-TW: Git 2.43.0-rc1Yi-Jyun Pan1-742/+374
2023-11-18l10n: Update German translationRalf Thielow1-224/+347
2023-11-18l10n: bg.po: Updated Bulgarian translation (5579t)Alexander Shopov1-576/+872
2023-11-18l10n: zh_CN: for git 2.43.0-rc1Teng Long1-229/+373
2023-11-16send-email: remove stray characters from usageTodd Zullinger1-2/+2
2023-11-14Git 2.43-rc2v2.43.0-rc2Junio C Hamano1-1/+1
2023-11-14glossary: add definitions for dereference & peelVictoria Dye1-14/+35
2023-11-13l10n: Update Catalan translationJordi Mas1-264/+427
2023-11-12l10n: po-id for 2.43 (round 1)Bagas Sanjaya1-274/+400
2023-11-12RelNotes: minor wording fixes in 2.43.0 release notesElijah Newren1-18/+18
2023-11-11l10n: fr: v2.43.0 rnd 2Jean-Noël Avila1-220/+420
2023-11-10l10n: update uk localization for v2.43Arkadii Yakovets1-267/+358
2023-11-09l10n: sv.po: Update Swedish translation (5579t)Peter Krefting1-1750/+1819
2023-11-09l10n: tr: v2.43.0Emir SARI1-207/+322
2023-11-08Git 2.43-rc1v2.43.0-rc1Junio C Hamano2-1/+6
2023-11-08Prepare for -rc1Junio C Hamano1-1/+19
2023-11-07pack-bitmap: drop --unpacked non-commit objects from resultsTaylor Blau3-0/+47
2023-11-07list-objects: drop --unpacked non-commit objects from resultsTaylor Blau2-0/+16
2023-11-07RelNotes: improve wording of credential helper notesTodd Zullinger1-2/+3
2023-11-07RelNotes: minor typo fixes in 2.43.0 draftTodd Zullinger1-2/+2
2023-11-07A bit more before -rc1Junio C Hamano1-54/+15
2023-11-07setup: fix leaking repository formatPatrick Steinhardt1-0/+2
2023-11-07setup: refactor `upgrade_repository_format()` to have common exitPatrick Steinhardt1-11/+20
2023-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt3-1/+6
2023-11-07test-bloom: stop setting up Git directory twicePatrick Steinhardt1-1/+0
2023-11-04t: avoid perl's pack/unpack "Q" specifierJeff King1-3/+27
2023-11-03ci: upgrade to using macos-13Johannes Schindelin2-7/+5
2023-11-03strvec: drop unnecessary include of hex.hLinus Arver1-1/+0
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano225-1191/+1191
2023-11-02Git 2.42.1v2.42.1Junio C Hamano3-2/+90
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin1-1/+14
2023-11-02merge-file: add an option to process object IDsbrian m. carlson3-18/+123
2023-11-02git-merge-file doc: drop "-file" from argument placeholdersMartin Ågren1-10/+11
2023-11-01Documentation/gitformat-pack.txt: fix incorrect MIDX documentationTaylor Blau1-4/+5
2023-11-01Documentation/gitformat-pack.txt: fix typoTaylor Blau1-1/+1
2023-11-01clang-format: fix typo in commentAditya Neelamraju1-3/+3
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt5-27/+94
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt3-6/+117
2023-11-01builtin/show-ref: explicitly spell out different modes in synopsisPatrick Steinhardt2-4/+10
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt2-0/+13
2023-11-01builtin/show-ref: refactor options for patterns subcommandPatrick Steinhardt1-13/+22
2023-11-01builtin/show-ref: stop using global vars for `show_one()`Patrick Steinhardt1-22/+40
2023-11-01builtin/show-ref: stop using global variable to count matchesPatrick Steinhardt1-3/+4
2023-11-01builtin/show-ref: refactor `--exclude-existing` optionsPatrick Steinhardt1-34/+44
2023-11-01builtin/show-ref: fix dead code when passing patternsPatrick Steinhardt1-4/+1
2023-11-01builtin/show-ref: fix leaking string bufferPatrick Steinhardt1-1/+3
2023-11-01builtin/show-ref: split up different subcommandsPatrick Steinhardt1-47/+54
2023-11-01builtin/show-ref: convert pattern to a local variablePatrick Steinhardt1-18/+28