summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-19doc: fetch: document `--jobs=0` behaviorDaniel D. Beck-0/+2
2026-02-19commit: use commit graph in `lookup_commit_reference_gently()`Patrick Steinhardt-4/+4
2026-02-19commit: make `repo_parse_commit_no_graph()` more robustPatrick Steinhardt-3/+13
2026-02-19commit: avoid parsing non-commits in `lookup_commit_reference_gently()`Patrick Steinhardt-10/+50
2026-02-19t: use test_seq -f and pipes in a few more placesAaron Plattner-34/+29
2026-02-17format-patch: fix From header in cover letterMirko Faina-8/+17
2026-02-17The 5th batchJunio C Hamano-4/+21
2026-02-17Merge branch 'jc/doc-rerere-update'Junio C Hamano-2/+2
2026-02-17Merge branch 'sd/t7003-test-path-is-helpers'Junio C Hamano-6/+6
2026-02-17Merge branch 'kh/doc-rerere-options-xref'Junio C Hamano-2/+2
2026-02-17Merge branch 'bk/t2003-modernise'Junio C Hamano-25/+25
2026-02-17Merge branch 'rs/commit-commit-stack'Junio C Hamano-16/+13
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano-7/+0
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano-18/+21
2026-02-17Merge branch 'rs/version-wo-the-repository'Junio C Hamano-4/+0
2026-02-17Merge branch 'yt/merge-file-outside-a-repository'Junio C Hamano-7/+44
2026-02-17Merge branch 'ja/doc-synopsis-style-even-more'Junio C Hamano-307/+341
2026-02-17Merge branch 'pc/lockfile-pid'Junio C Hamano-29/+315
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello-7/+45
2026-02-17gitweb: let page header grow on mobile for long wrapped project namesRito Rhymes-1/+1
2026-02-17gitweb: fix mobile footer overflow by wrapping text and clearing floatsRito Rhymes-1/+7
2026-02-17gitweb: fix mobile page overflow across log/commit/blob/diff viewsRito Rhymes-0/+52
2026-02-17gitweb: prevent project search bar from overflowing on mobileRito Rhymes-0/+12
2026-02-17gitweb: add viewport meta tag for mobile devicesRito Rhymes-0/+1
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder-15/+134
2026-02-17promisor-remote: change promisor_remote_reply()'s signatureChristian Couder-17/+20
2026-02-17promisor-remote: keep advertised filters in memoryChristian Couder-0/+65
2026-02-17list-objects-filter-options: support 'auto' mode for --filterChristian Couder-3/+105
2026-02-17doc: fetch: document `--filter=<filter-spec>` optionChristian Couder-0/+10
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder-21/+27
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder-5/+11
2026-02-17promisor-remote: allow a client to store fieldsChristian Couder-6/+250
2026-02-17promisor-remote: refactor initialising field listsChristian Couder-14/+14
2026-02-17shallow: handling fetch relative-deepenSamo Pogačnik-82/+87
2026-02-17shallow: free local object_array allocationsSamo Pogačnik-0/+1
2026-02-17doc: patch-id: see also git-cherry(1)Kristoffer Haugsbakk-0/+4
2026-02-17doc: patch-id: add script exampleKristoffer Haugsbakk-0/+40
2026-02-17doc: patch-id: emphasize multi-patch processingKristoffer Haugsbakk-3/+4
2026-02-17add-patch: allow interfile navigation when selecting hunksAbraham Samuel Adekunle-5/+161
2026-02-17add-patch: allow all-or-none application of patchesAbraham Samuel Adekunle-27/+35
2026-02-17add-patch: modify patch_update_file() signatureAbraham Samuel Adekunle-13/+19
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle-1/+29
2026-02-17ref-filter: avoid strrchr() in rstrip_ref_components()Jeff King-8/+6
2026-02-17ref-filter: simplify rstrip_ref_components() memory handlingJeff King-3/+2
2026-02-17ref-filter: simplify lstrip_ref_components() memory handlingJeff King-7/+2
2026-02-17ref-filter: factor out refname component countingJeff King-23/+11
2026-02-17Documentation/git-history: document default for "--update-refs="Patrick Steinhardt-1/+1
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt-10/+10
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt-78/+98
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt-1/+40