summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-16completion: prompt: use generic colorsFelipe Contreras-16/+11
2023-03-16object-name: fix quiet @{u} parsingFelipe Contreras-2/+8
2023-03-13rebase: prefer --default-prefix to --{src,dst}-prefix for format-patchJeff King-1/+1
2023-03-12Git 2.40v2.40.0Junio C Hamano-1/+1
2023-03-12Merge tag 'l10n-2.40.0-rnd1' of https://github.com/git-l10n/git-poJunio C Hamano-4492/+3499
2023-03-12t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin-1/+1
2023-03-12t5604: GETTEXT_POISON fix, part 1Johannes Schindelin-1/+1
2023-03-12t5619: GETTEXT_POISON fixJohannes Schindelin-1/+1
2023-03-12range-diff: use ssize_t for parsed "len" in read_patches()Jeff King-1/+1
2023-03-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin-1/+1
2023-03-12range-diff: handle unterminated lines in read_patches()Jeff King-14/+11
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin-4/+4
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin-1/+1
2023-03-12http: support CURLOPT_PROTOCOLS_STRJeff King-13/+44
2023-03-12ci: install python on ubuntuJiang Xin-4/+4
2023-03-12range-diff: drop useless "offset" variable from read_patches()Jeff King-2/+2
2023-03-12http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King-36/+36
2023-03-12http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King-1/+1
2023-03-12nedmalloc: avoid new compile errorJohannes Schindelin-1/+0
2023-03-12ci: use the same version of p4 on both Linux and macOSJiang Xin-9/+10
2023-03-12ci: remove the pipe after "p4 -V" to catch errorsJiang Xin-2/+2
2023-03-12github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin-1/+1
2023-03-12compat/win32/syslog: fix use-after-reallocJohannes Schindelin-0/+2
2023-03-10ls-files: fix "--format" output of relative pathsAdam Johnson-1/+20
2023-03-10receive-pack: fix stale packfile locks when dyingPatrick Steinhardt-4/+10
2023-03-10Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-poJiang Xin-647/+471
2023-03-09test: don't print aggregate-results commandFelipe Contreras-2/+2
2023-03-09test: simplify counts aggregationFelipe Contreras-7/+3
2023-03-09object-file: reprepare alternates when necessaryDerrick Stolee-0/+10
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong-0/+22
2023-03-09add-patch: handle "* Unmerged path" linesJeff King-1/+23
2023-03-09format-patch: add format.noprefix optionJeff King-0/+26
2023-03-09format-patch: do not respect diff.noprefixJeff King-0/+14
2023-03-09diff: add --default-prefix optionJeff King-0/+29
2023-03-09t4013: add tests for diff prefix optionsJeff King-0/+32
2023-03-09diff: factor out src/dst prefix setupJeff King-5/+16
2023-03-08sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason-2/+25
2023-03-08advice: add diverging advice for novicesFelipe Contreras-0/+12
2023-03-08Merge branch 'l10n-de-2.40' of github.com:ralfth/gitJiang Xin-486/+681
2023-03-08Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin-739/+481
2023-03-08Merge branch 'catalan' of github.com:Softcatala/git-poJiang Xin-475/+663
2023-03-08Merge branch 'fr_2.40.0_rnd1' of github.com:jnavila/gitJiang Xin-706/+300
2023-03-08Merge branch 'master' of github.com:nafmo/git-l10n-svJiang Xin-471/+294
2023-03-08Merge branch 'master' of github.com:alshopov/git-poJiang Xin-494/+312
2023-03-08Merge branch 'turkish' of github.com:bitigchi/git-poJiang Xin-474/+297
2023-03-07l10n: zh_CN v2.40.0 round 1Fangyi Zhou-647/+471
2023-03-06Git 2.40-rc2v2.40.0-rc2Junio C Hamano-1/+1
2023-03-06Merge branch 'gm/signature-format-doc'Junio C Hamano-5/+20
2023-03-06parse-options: use prefix_filename_except_for_dash() helperJeff King-3/+1
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King-11/+20