summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-09doc: warn people against --max-pack-sizeLibravatar Jeff King3-10/+23
2021-06-08t: use user-specified utf-8 locale for testing svnLibravatar Đoàn Trần Công Danh6-22/+32
2021-06-08doc: merge: mention default of defaulttoupstreamLibravatar Felipe Contreras1-1/+1
2021-06-08doc/log: correct default for --decorateLibravatar Đoàn Trần Công Danh1-1/+3
2021-06-08mergetools/kdiff3: make kdiff3 work on Windows tooLibravatar Michael Schindler1-0/+9
2021-06-08xdiff: use BUG(...), not xdl_bug(...)Libravatar Ævar Arnfjörð Bjarmason1-14/+8
2021-06-08read-cache.c: don't guard calls to progress.c APILibravatar Ævar Arnfjörð Bjarmason1-6/+3
2021-06-08protocol-caps.h: add newline at end of fileLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-06-08t: fix whitespace around &&Libravatar Andrei Rybak7-8/+8
2021-06-06Git 2.32Libravatar Junio C Hamano1-1/+1
2021-06-06Merge tag 'l10n-2.32.0-rnd1.1' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano16-44421/+49753
2021-06-06Merge branch 'rs/parallel-checkout-test-fix'Libravatar Junio C Hamano1-1/+1
2021-06-06Merge branch 'jc/fsync-can-fail-with-eintr'Libravatar Junio C Hamano1-2/+3
2021-06-06parallel-checkout: avoid dash local bug in testsLibravatar René Scharfe1-1/+1
2021-06-05l10n: es: 2.32.0 round 1Libravatar Christopher Diaz Riveros1-3300/+3806
2021-06-05l10n: zh_CN: for git v2.32.0 l10n round 1Libravatar Jiang Xin1-3207/+3655
2021-06-05Merge branch 'fix_typo' of github.com:e-yes/gitLibravatar Jiang Xin1-1/+1
2021-06-05fsync(): be prepared to see EINTRLibravatar Junio C Hamano1-2/+3
2021-06-04Merge branch 'pt-PT' of github.com:git-l10n-pt-PT/git-poLibravatar Jiang Xin1-635/+602
2021-06-04l10n: Update Catalan translationLibravatar Jordi Mas1-4743/+5714
2021-06-04docs: fix api-trace2 doc for "too_many_files" eventLibravatar Josh Steadmon1-2/+2
2021-06-04Remove warning that repack only works on non-promisor packfilesLibravatar Tao Klerks1-5/+1
2021-06-04cat-file: merge two block into oneLibravatar ZheNing Hu1-4/+1
2021-06-04cat-file: handle trivial --batch format with --batch-all-objectsLibravatar ZheNing Hu2-6/+29
2021-06-02l10n: de.po: Update German translation for Git v2.32.0Libravatar Matthias Rüster1-3239/+3717
2021-06-02Git 2.32-rc3Libravatar Junio C Hamano1-1/+1
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05Libravatar David Aguilar2-2/+2
2021-06-02l10n: README: note on fuzzy translationsLibravatar Bagas Sanjaya1-0/+12
2021-06-02l10n: README: document l10n conventionsLibravatar Bagas Sanjaya1-0/+46
2021-06-02l10n: README: document "core translation"Libravatar Bagas Sanjaya1-0/+24
2021-06-02l10n: README: document git-po-helperLibravatar Bagas Sanjaya1-0/+31
2021-06-02l10n: README: add file extention ".md"Libravatar Jiang Xin1-0/+0
2021-06-02push: don't get a full remote objectLibravatar Felipe Contreras1-1/+1
2021-06-02push: only check same_remote when neededLibravatar Felipe Contreras1-1/+2
2021-06-02push: remove trivial functionLibravatar Felipe Contreras1-6/+1
2021-06-02push: remove redundant checkLibravatar Felipe Contreras1-2/+1
2021-06-02push: factor out the typical caseLibravatar Felipe Contreras1-5/+6
2021-06-02push: get rid of all the setup_push_* functionsLibravatar Felipe Contreras1-27/+11
2021-06-02push: trivial simplificationsLibravatar Felipe Contreras1-11/+3
2021-06-02push: make setup_push_* return the dstLibravatar Felipe Contreras1-14/+16
2021-06-02push: only get the branch when neededLibravatar Felipe Contreras1-1/+2
2021-06-02push: factor out null branch checkLibravatar Felipe Contreras1-7/+3
2021-06-02push: split switch casesLibravatar Felipe Contreras1-6/+10
2021-06-02push: return immediately in trivial switch caseLibravatar Felipe Contreras1-5/+5
2021-06-02push: create new get_upstream_ref() helperLibravatar Felipe Contreras1-18/+18
2021-06-02doc: push: explain default=simple correctlyLibravatar Felipe Contreras1-7/+6
2021-06-02push: remove unused code in setup_push_upstream()Libravatar Felipe Contreras1-8/+2
2021-06-02push: simplify setup_push_simple()Libravatar Felipe Contreras1-8/+2
2021-06-02push: reorganize setup_push_simple()Libravatar Felipe Contreras1-17/+12
2021-06-02push: copy code to setup_push_simple()Libravatar Felipe Contreras1-4/+32