summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-13Start the 2.42 cycleJunio C Hamano-2/+41
2023-06-13Merge branch 'zh/ls-files-format-atoms'Junio C Hamano-0/+68
2023-06-13Merge branch 'sl/diff-tree-sparse'Junio C Hamano-0/+48
2023-06-13Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano-8/+9
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano-26/+132
2023-06-13Merge branch 'sa/doc-ls-remote'Junio C Hamano-34/+70
2023-06-13Merge branch 'gc/doc-cocci-updates'Junio C Hamano-4/+36
2023-06-13Merge branch 'jc/diff-s-with-other-options'Junio C Hamano-14/+51
2023-06-13Merge branch 'kh/keep-tag-editmsg-upon-failure'Junio C Hamano-9/+44
2023-06-12branch: fix a leak in setup_trackingRubén Justo-1/+1
2023-06-12branch: fix a leak in check_tracking_branchRubén Justo-1/+4
2023-06-12branch: fix a leak in inherit_trackingRubén Justo-1/+1
2023-06-12branch: fix a leak in dwim_and_setup_trackingRubén Justo-1/+2
2023-06-12remote: fix a leak in query_matches_negative_refspecRubén Justo-1/+1
2023-06-12config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo-0/+1
2023-06-12pack-bitmap.c: gracefully degrade on failure to load MIDX'd packTaylor Blau-3/+40
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau-3/+307
2023-06-12reachable.c: extract `obj_is_recent()`Taylor Blau-1/+7
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau-4/+33
2023-06-12docs: typofixesLinus Arver-13/+13
2023-06-12t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereqTodd Zullinger-0/+1
2023-06-12strbuf: remove global variableCalvin Wan-64/+90
2023-06-12path: move related function to pathCalvin Wan-21/+25
2023-06-12object-name: move related functions to object-nameCalvin Wan-26/+27
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan-22/+19
2023-06-12abspath: move related functions to abspathCalvin Wan-59/+59
2023-06-12strbuf: clarify dependencyCalvin Wan-1/+1
2023-06-12strbuf: clarify API boundaryCalvin Wan-0/+8
2023-06-12repository: create read_replace_refs settingDerrick Stolee-16/+68
2023-06-12replace-objects: create wrapper around settingDerrick Stolee-5/+20
2023-06-12repository: create disable_replace_refs()Derrick Stolee-11/+24
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt-56/+139
2023-06-12cat-file: simplify reading from standard inputPatrick Steinhardt-23/+9
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt-3/+20
2023-06-12t1006: modernize test style to use `test_cmp`Patrick Steinhardt-23/+47
2023-06-12t1006: don't strip timestamps from expected resultsPatrick Steinhardt-42/+26
2023-06-12mingw: use lowercase includes for some Windows headersMike Hommey-3/+3
2023-06-12worktree: integrate with sparse-indexShuqi Liang-0/+42
2023-06-12run-command: report exec error even on ENOENTRené Scharfe-12/+4
2023-06-12t1800: loosen matching of error message for bad shebangRené Scharfe-15/+5
2023-06-12statinfo.h: move DTYPE defines from dir.hAlejandro R. Sedeño-14/+14
2023-06-12add: test use of brackets when color is disabledDerrick Stolee-0/+23
2023-06-12add: check color.ui for interactive addDerrick Stolee-1/+16
2023-06-06notes: move the documentation to the structKristoffer Haugsbakk-9/+11
2023-06-06notes: update documentation for `use_default_notes`Kristoffer Haugsbakk-2/+3
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu-2/+342
2023-06-06t/lib-gpg: introduce new prereq GPG2Kousik Sanagavarapu-0/+28
2023-06-04commit-reach: fix memory leak in get_reachable_subset()Mike Hommey-0/+2
2023-06-03ci: drop linux-clang jobJeff King-3/+0
2023-06-03ci: run ASan/UBSan in a single jobJeff King-9/+3