summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-09mingw: drop the build-system plumbing for nedmallocJohannes Schindelin4-20/+0
2026-05-09mingw: stop using nedmallocJohannes Schindelin3-6/+1
2026-05-08doc: add caveat about turning off commit-graphKristoffer Haugsbakk2-0/+13
2026-05-08maintenance(geometric): do release the `.idx` files before repackingJohannes Schindelin2-1/+22
2026-05-08mingw: optionally use legacy (non-POSIX) delete semanticsJohannes Schindelin1-2/+45
2026-05-06t9904: add tests for the new url-parse builtinMatheus Afonso Martins Moreira2-0/+320
2026-05-06doc: describe the url-parse builtinMatheus Afonso Martins Moreira2-0/+81
2026-05-06builtin: create url-parse commandMatheus Afonso Martins Moreira7-0/+141
2026-05-06urlmatch: define url_parse functionMatheus Afonso Martins Moreira3-0/+173
2026-05-06url: return URL_SCHEME_UNKNOWN instead of dyingMatheus Afonso Martins Moreira3-5/+7
2026-05-06url: move scheme detection to URL header/sourceMatheus Afonso Martins Moreira3-22/+29
2026-05-06url: move url_is_local_not_ssh to url.hMatheus Afonso Martins Moreira5-9/+11
2026-05-06connect: rename enum protocol to url_schemeMatheus Afonso Martins Moreira1-34/+34
2026-05-06doc: restore: remove double underscoreKristoffer Haugsbakk1-1/+1
2026-05-06http: reject unsupported proxy URL schemesAliwoto2-25/+74
2026-05-05Merge branch 'en/backfill-fixes-and-edges' into ds/path-walk-filtersJunio C Hamano3-10/+153
2026-05-05refs: use peeled tag values in reference backendsKarthik Nayak2-11/+4
2026-05-05refs: add peeled object ID to the `ref_update` structKarthik Nayak4-13/+42
2026-05-05refs: move object parsing to the generic layerKarthik Nayak5-54/+47
2026-05-05update-ref: handle rejections while adding updatesKarthik Nayak1-39/+98
2026-05-05update-ref: move `print_rejected_refs()` upKarthik Nayak1-23/+22
2026-05-05refs: return `ref_transaction_error` from `ref_transaction_update()`Karthik Nayak2-18/+18
2026-05-05refs: extract out reflog config to generic layerKarthik Nayak4-2/+9
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak6-10/+26
2026-05-05refs: remove unused typedef 'ref_transaction_commit_fn'Karthik Nayak1-4/+0
2026-05-05xdiff: reduce the size of arrayPhillip Wood1-7/+4
2026-05-05xprepare: simplify error handlingPhillip Wood1-5/+2
2026-05-05xdiff: cleanup xdl_clean_mmatch()Phillip Wood1-3/+4
2026-05-05xdiff: reduce size of action arraysPhillip Wood1-14/+17
2026-05-05Merge branch 'en/xdiff-cleanup-3' into pw/xdiff-shrink-memory-consumptionJunio C Hamano4-32/+73
2026-05-04push: support pushing to a remote groupUsman Akinyemi4-41/+451
2026-05-04remote: move remote group resolution to remote.cUsman Akinyemi3-42/+49
2026-05-04remote: fix sign-compare warnings in push_cas_optionUsman Akinyemi1-2/+2
2026-05-02worktree: rename get_worktree_from_repository()Phillip Wood3-3/+3
2026-05-01doc: clarify http.emptyAuth valuesMatthew John Cheetham1-1/+12
2026-04-30l10n: bump mshick/add-pr-comment from v2 to v3Johannes Schindelin1-1/+1
2026-04-30ci: bump git-for-windows/setup-git-for-windows-sdk from v1 to v2Johannes Schindelin2-5/+5
2026-04-30ci: bump actions/checkout from v5 to v6Johannes Schindelin4-15/+15
2026-04-30ci: bump actions/github-script from v8 to v9Johannes Schindelin1-1/+1
2026-04-30ci: bump actions/{upload,download}-artifact to v7 and v8Johannes Schindelin1-11/+11
2026-04-30ci: bump microsoft/setup-msbuild from v2 to v3Johannes Schindelin1-1/+1
2026-04-30xdiff/xdl_cleanup_records: make execution of action easier to followEzekiel Newren1-10/+30
2026-04-30xdiff/xdl_cleanup_records: make setting action easier to followEzekiel Newren1-2/+12
2026-04-30xdiff/xdl_cleanup_records: make limits more clearEzekiel Newren1-7/+19
2026-04-30xdiff/xdl_cleanup_records: use unambiguous typesEzekiel Newren1-3/+3
2026-04-30xdiff: use unambiguous types in xdl_bogo_sqrt()Ezekiel Newren4-6/+6
2026-04-30xdiff/xdl_cleanup_records: delete local recs pointerEzekiel Newren1-9/+8
2026-04-29checkout -m: autostash when switching branchesHarald Nordgren9-150/+219
2026-04-29checkout: rollback lock on early returns in merge_working_treeHarald Nordgren1-7/+22
2026-04-29sequencer: teach autostash apply to take optional conflict marker labelsHarald Nordgren4-14/+40