summaryrefslogtreecommitdiffstats
path: root/run-command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren28-25/+29
2023-03-19The second batchJunio C Hamano1-0/+52
2023-03-17Start the 2.41 cycleJunio C Hamano3-2/+38
2023-03-12Git 2.40v2.40.0Junio C Hamano1-1/+1
2023-03-09object-file: reprepare alternates when necessaryDerrick Stolee1-0/+10
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong3-0/+22
2023-03-09add-patch: handle "* Unmerged path" linesJeff King2-1/+23
2023-03-08sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason2-2/+25
2023-03-08advice: add diverging advice for novicesFelipe Contreras3-0/+12
2023-03-08l10n: zh_CN v2.40.0 round 1Fangyi Zhou1-647/+471
2023-03-07Git 2.40-rc2v2.40.0-rc2Junio C Hamano1-1/+1
2023-03-06parse-options: use prefix_filename_except_for_dash() helperJeff King1-3/+1
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King6-11/+20
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano4-1/+22
2023-03-06bundle: document handling of "-" as stdinJeff King1-3/+5
2023-03-06bundle: let "-" mean stdin for reading operationsJeff King2-4/+37
2023-03-06git-merge-tree.txt: replace spurious HTML entityAndreas Schwab1-1/+1
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King3-24/+22
2023-03-06l10n: update German translationRalf Thielow1-486/+681
2023-03-03format-patch: output header for empty commitsJohn Keeping2-0/+11
2023-03-03l10n: tr: Update Turkish translations for v.2.40.0Emir SARI1-474/+297
2023-03-02l10n: fr: v2.40.0 rnd 2Jean-Noël Avila1-2/+6
2023-03-02l10n: fr: v2.40.0 rnd 1Jean-Noël Avila1-704/+294
2023-03-02l10n: fr: fix some typosJean-Noël Avila1-3/+3
2023-03-02l10n: po-id for 2.40 (round 1)Bagas Sanjaya1-739/+481
2023-03-02l10n: sv.po: Update Swedish translation (5490t0f0u)Peter Krefting1-471/+294
2023-03-02l10n: bg.po: Updated Bulgarian translation (5490t)Alexander Shopov1-494/+312
2023-03-01l10n: Update Catalan translationJordi Mas1-475/+663
2023-03-01Git 2.40-rc1v2.40.0-rc1Junio C Hamano1-1/+1
2023-03-01push: allow delete single-level refZheNing Hu3-2/+17
2023-03-01receive-pack: fix funny ref error messsageZheNing Hu1-1/+1
2023-03-01A bit more before 2.40-rc1Junio C Hamano1-0/+9
2023-02-28range-diff: avoid compiler warning when char is unsignedRené Scharfe1-1/+1
2023-02-27signature-format.txt: note SSH and X.509 signature delimitersGwyneth Morgan2-5/+20
2023-02-27rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou1-1/+1
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham3-1/+263
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham4-0/+147
2023-02-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham4-0/+129
2023-02-27A bit more before 2.40-rc1Junio C Hamano1-0/+31
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe2-9/+38
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong8-12/+26
2023-02-27test-lib: drop comment about test_descriptionAndrei Rybak1-6/+0
2023-02-27unpack-trees: add usage notices around df_conflict_entryElijah Newren2-1/+3
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren3-19/+19
2023-02-27unpack-trees: rewrap a few overlong lines from previous patchElijah Newren1-7/+9
2023-02-27unpack-trees: mark fields only used internally as internalElijah Newren2-90/+95
2023-02-27unpack_trees: start splitting internal fields from public APIElijah Newren2-22/+25
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren2-1/+1
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren3-10/+14