summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* abspath: move related functions to abspathCalvin Wan2023-06-126-59/+59
* strbuf: clarify dependencyCalvin Wan2023-06-121-1/+1
* strbuf: clarify API boundaryCalvin Wan2023-06-121-0/+8
* Git 2.41v2.41.0Junio C Hamano2023-06-011-1/+1
* Merge tag 'l10n-2.41.0-2' of https://github.com/git-l10n/git-poJunio C Hamano2023-06-0111-3538/+25715
|\
| * l10n: zh_TW.po: Git 2.41.0Yi-Jyun Pan2023-05-311-1191/+1512
| * Merge branch 'add-uk-initial-l10n' of github.com:arkid15r/git-ukrainian-l10nJiang Xin2023-05-312-0/+21559
| |\
| | * l10n: update uk localizationArkadii Yakovets2023-05-171-1129/+1869
| | * l10n: uk: remove stale linesArkadii Yakovets2023-04-121-31/+0
| | * l10n: uk: add initial translationArkadii Yakovets2023-04-122-0/+20850
| * | l10n: sv.po: Update Swedish translation (5515t0f0u)Peter Krefting2023-05-311-180/+301
| * | l10n: Update Catalan translationJordi Mas2023-05-261-5/+5
| * | Merge branch 'l10n-de-2.41' of github.com:ralfth/gitJiang Xin2023-05-251-565/+317
| |\ \
| | * | l10n: Update German translationRalf Thielow2023-05-221-565/+317
| * | | Merge branch 'catalan' of github.com:Softcatala/git-poJiang Xin2023-05-251-576/+309
| |\ \ \
| | * | | l10n: Update Catalan translationJordi Mas2023-05-201-576/+309
| | |/ /
| * | | Merge branch 'tr' of github.com:bitigchi/git-poJiang Xin2023-05-251-185/+306
| |\ \ \
| | * | | l10n: tr: Update Turkish translations for 2.41.0Emir SARI2023-05-201-185/+306
| | |/ /
| * | | Merge branch 'main' of github.com:alshopov/git-poJiang Xin2023-05-251-186/+314
| |\ \ \
| | * | | l10n: bg.po: Updated Bulgarian translation (5515t)Alexander Shopov2023-05-191-186/+314
| * | | | Merge branch 'fr_2.41.0_rnd1' of github.com:jnavila/gitJiang Xin2023-05-251-187/+331
| |\ \ \ \
| | * | | | l10n: fr.po v2.41.0 rnd2Jean-Noël Avila2023-05-201-8/+8
| | * | | | l10n: fr.po v2.41.0 rnd1Jean-Noël Avila2023-05-201-186/+330
| | * | | | l10n: fr: fix translation of stash save helpBenjamin Jorand2023-05-201-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin2023-05-251-232/+383
| |\ \ \ \
| | * | | | l10n: po-id for 2.41 (round 1)Bagas Sanjaya2023-05-221-232/+383
| | |/ / /
| * | | | Merge branch 'tl/zh_CN_2.41.0_rnd1' of github.com:dyrone/gitJiang Xin2023-05-252-231/+378
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | l10n: zh_CN: Git 2.41.0 round #1Teng Long2023-05-202-231/+378
| * | | | Merge branch 'master' of github.com:git/gitJiang Xin2023-05-2036-55/+292
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'v2.41.0-rc0'Jiang Xin2023-05-16804-7037/+14318
| |\ \ \ \
| * | | | | l10n: TEAMS: Update pt_PT repo linkDaniel Santos2023-04-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Git 2.41-rc2v2.41.0-rc2Junio C Hamano2023-05-242-4/+4
* | | | | Merge branch 'sl/sparse-write-tree-part-2'Junio C Hamano2023-05-241-4/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | t1092: update a write-tree testShuqi Liang2023-05-081-4/+14
* | | | | A few more topics after 2.41-rc1Junio C Hamano2023-05-192-1/+5
* | | | | Merge branch 'js/rebase-count-fixes'Junio C Hamano2023-05-192-5/+16
|\ \ \ \ \
| * | | | | rebase -r: fix the total number shown in the progressJohannes Schindelin2023-05-152-3/+14
| * | | | | rebase --update-refs: fix loopsJohannes Schindelin2023-05-151-2/+2
* | | | | | Merge branch 'jc/do-not-negate-test-helpers'Junio C Hamano2023-05-195-7/+7
|\ \ \ \ \ \
| * | | | | | test: do not negate test_path_is_* to assert absenseJunio C Hamano2023-05-162-3/+3
| * | | | | | t2021: do not negate test_path_is_dirJunio C Hamano2023-05-161-1/+1
| * | | | | | tests: do not negate test_path_existsJunio C Hamano2023-05-162-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'cg/doc-http-lowspeed-limit'Junio C Hamano2023-05-191-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | doc/git-config: add unit for http.lowSpeedLimitCorentin Garcia2023-05-151-2/+3
* | | | | | Git 2.41-rc1v2.41.0-rc1Junio C Hamano2023-05-191-1/+1
* | | | | | Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'Junio C Hamano2023-05-193-0/+22
|\ \ \ \ \ \
| * | | | | | t/lib-httpd: make CGIPassAuth support conditionalJeff King2023-05-183-0/+22
* | | | | | | Merge branch 'bc/clone-empty-repo-via-protocol-v0'Junio C Hamano2023-05-193-7/+73
|\ \ \ \ \ \ \
| * | | | | | | upload-pack: advertise capabilities when cloning empty reposbrian m. carlson2023-05-173-7/+73
* | | | | | | | Merge branch 'jc/send-email-pre-process-fix'Junio C Hamano2023-05-192-2/+18
|\ \ \ \ \ \ \ \