summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Merge branch 'il/ctrl-bs-del'Pratyush Yadav1-0/+2
2020-05-21l10n: vi(4874t): Updated Vietnamses translation for 2.27.0Tran Ngoc Quan1-3347/+3711
2020-05-20refs: improve documentation for ref iteratorHan-Wen Nienhuys1-3/+15
2020-05-20t: use update-ref and show-ref to reading/writing refsHan-Wen Nienhuys5-21/+21
2020-05-20refs.h: clarify reflog iteration orderHan-Wen Nienhuys1-1/+17
2020-05-20bisect: avoid tailing CR characters from revision in replayCarlo Marcelo Arenas Belón1-2/+2
2020-05-20command-list.txt: add gitfaq to the list of guidesPhilippe Blain1-0/+1
2020-05-20t5520: avoid alternation in grep's BRE (not POSIX)Carlo Marcelo Arenas Belón1-1/+1
2020-05-20t4216: avoid unnecessary subshell in test_bloom_filters_not_usedCarlo Marcelo Arenas Belón1-1/+1
2020-05-20Git 2.27-rc1v2.27.0-rc1Junio C Hamano2-1/+15
2020-05-20Merge branch 'es/bugreport'Junio C Hamano1-1/+1
2020-05-20Merge branch 'ak/slab-decl-cleanup'Junio C Hamano1-3/+3
2020-05-20Merge branch 'jc/fix-tap-output-under-bash'Junio C Hamano3-36/+1
2020-05-20Merge branch 'en/sparse-checkout'Junio C Hamano1-3/+3
2020-05-20Merge branch 'ds/trace-log-progress-fix'Junio C Hamano1-6/+2
2020-05-20Merge branch 'js/ci-sdk-download-fix'Junio C Hamano1-11/+44
2020-05-20Merge branch 'en/merge-rename-rename-worktree-fix'Junio C Hamano2-0/+67
2020-05-20Merge branch 'cb/no-more-gmtime'Junio C Hamano4-45/+0
2020-05-20Merge branch 'dd/t1509-i18n-fix'Junio C Hamano1-2/+2
2020-05-20Merge branch 'next' of github.com:ChrisADR/git-poJiang Xin1-3334/+3696
2020-05-19fsck: use ERROR_MULTI_PACK_INDEXDerrick Stolee1-1/+2
2020-05-19t4067: make rename detection test output raw diffJonathan Tan1-2/+2
2020-05-19pkt-line: extern packet_length()Denton Liu2-3/+12
2020-05-19transport: extract common fetch_pack() callDenton Liu1-17/+8
2020-05-19merge: optimization to skip evaluate_result for single strategyAndrew Ng1-1/+1
2020-05-19t5703: replace "grep -a" usage by perlĐoàn Trần Công Danh1-3/+6
2020-05-18git-sparse-checkout.txt: add missing 'Martin Ågren1-1/+1
2020-05-18git-credential.txt: use list continuationMartin Ågren1-8/+8
2020-05-18git-commit-graph.txt: fix list renderingMartin Ågren1-0/+1
2020-05-18git-commit-graph.txt: fix grammoMartin Ågren1-1/+1
2020-05-18date-formats.txt: fix list continuationMartin Ågren1-2/+1
2020-05-18t4210: detect REG_ILLSEQ dynamically and skip affected testsCarlo Marcelo Arenas Belón2-24/+59
2020-05-18t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)Carlo Marcelo Arenas Belón1-28/+66
2020-05-18upload-pack: use upload_pack_data fields in receive_needs()Christian Couder1-15/+13
2020-05-18upload-pack: pass upload_pack_data to create_pack_file()Christian Couder1-15/+9
2020-05-18upload-pack: remove static variable 'stateless_rpc'Christian Couder1-6/+7
2020-05-18upload-pack: pass upload_pack_data to check_non_tip()Christian Couder1-7/+6
2020-05-18upload-pack: pass upload_pack_data to send_ref()Christian Couder1-3/+4
2020-05-18upload-pack: move symref to upload_pack_dataChristian Couder1-5/+7
2020-05-18upload-pack: use upload_pack_data writer in receive_needs()Christian Couder1-5/+3
2020-05-18upload-pack: pass upload_pack_data to receive_needs()Christian Couder1-9/+8
2020-05-18upload-pack: pass upload_pack_data to get_common_commits()Christian Couder1-13/+13
2020-05-18upload-pack: use 'struct upload_pack_data' in upload_pack()Christian Couder1-15/+17
2020-05-18upload-pack: move 'struct upload_pack_data' aroundChristian Couder1-56/+56
2020-05-18upload-pack: move {want,have}_obj to upload_pack_dataChristian Couder1-23/+25
2020-05-18upload-pack: remove unused 'wants' from upload_pack_dataChristian Couder1-4/+0
2020-05-18git-bugreport.txt: adjust reference to strftime(3)Todd Zullinger1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau5-18/+24
2020-05-18t5318: reorder test below 'graph_read_expect'Taylor Blau1-9/+9
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau1-30/+3