summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-17Merge branch 'bk/t2003-modernise'Junio C Hamano1-25/+25
2026-02-17Merge branch 'rs/commit-commit-stack'Junio C Hamano1-16/+13
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano7-7/+0
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano7-18/+21
2026-02-17Merge branch 'rs/version-wo-the-repository'Junio C Hamano2-4/+0
2026-02-17Merge branch 'yt/merge-file-outside-a-repository'Junio C Hamano3-7/+44
2026-02-17Merge branch 'ja/doc-synopsis-style-even-more'Junio C Hamano7-303/+337
2026-02-17Merge branch 'pc/lockfile-pid'Junio C Hamano7-29/+315
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello6-7/+45
2026-02-17gitweb: let page header grow on mobile for long wrapped project namesRito Rhymes1-1/+1
2026-02-17gitweb: fix mobile footer overflow by wrapping text and clearing floatsRito Rhymes1-1/+7
2026-02-17gitweb: fix mobile page overflow across log/commit/blob/diff viewsRito Rhymes1-0/+52
2026-02-17gitweb: prevent project search bar from overflowing on mobileRito Rhymes1-0/+12
2026-02-17gitweb: add viewport meta tag for mobile devicesRito Rhymes1-0/+1
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder8-15/+134
2026-02-17promisor-remote: change promisor_remote_reply()'s signatureChristian Couder3-17/+20
2026-02-17promisor-remote: keep advertised filters in memoryChristian Couder2-0/+65
2026-02-17list-objects-filter-options: support 'auto' mode for --filterChristian Couder6-3/+105
2026-02-17doc: fetch: document `--filter=<filter-spec>` optionChristian Couder1-0/+10
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder1-21/+27
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder1-5/+11
2026-02-17promisor-remote: allow a client to store fieldsChristian Couder4-6/+250
2026-02-17promisor-remote: refactor initialising field listsChristian Couder1-14/+14
2026-02-17shallow: handling fetch relative-deepenSamo Pogačnik4-82/+87
2026-02-17shallow: free local object_array allocationsSamo Pogačnik1-0/+1
2026-02-17doc: patch-id: see also git-cherry(1)Kristoffer Haugsbakk1-0/+4
2026-02-17doc: patch-id: add script exampleKristoffer Haugsbakk1-0/+40
2026-02-17doc: patch-id: emphasize multi-patch processingKristoffer Haugsbakk1-3/+4
2026-02-17add-patch: allow interfile navigation when selecting hunksAbraham Samuel Adekunle2-5/+161
2026-02-17add-patch: allow all-or-none application of patchesAbraham Samuel Adekunle1-27/+35
2026-02-17add-patch: modify patch_update_file() signatureAbraham Samuel Adekunle1-13/+19
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle7-1/+29
2026-02-17ref-filter: avoid strrchr() in rstrip_ref_components()Jeff King1-8/+6
2026-02-17ref-filter: simplify rstrip_ref_components() memory handlingJeff King1-3/+2
2026-02-17ref-filter: simplify lstrip_ref_components() memory handlingJeff King1-7/+2
2026-02-17ref-filter: factor out refname component countingJeff King1-23/+11
2026-02-17Documentation/git-history: document default for "--update-refs="Patrick Steinhardt1-1/+1
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt3-10/+10
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt3-77/+97
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt2-1/+40
2026-02-17builtin/history: perform revwalk checks before asking for user inputPatrick Steinhardt2-27/+44
2026-02-17git-gui: wire up "git-gui--askyesno" with MesonPatrick Steinhardt1-13/+15
2026-02-17git-gui: massage "git-gui--askyesno" with "generate-script.sh"Patrick Steinhardt3-2/+6
2026-02-17git-gui: prefer shell at "/bin/sh" with MesonPatrick Steinhardt1-1/+1
2026-02-17git-gui: fix use of GIT_CEILING_DIRECTORIESPatrick Steinhardt4-5/+16
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro3-11/+72
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro4-23/+25
2026-02-14CodingGuidelines: document NEEDSWORK commentsJunio C Hamano1-0/+10
2026-02-13The 4th batchJunio C Hamano1-0/+35
2026-02-13Merge branch 'sb/merge-ours-sparse'Junio C Hamano2-6/+23