summaryrefslogtreecommitdiffstats
path: root/parallel-checkout.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-28config: pass ctx with config filesGlen Choo5-41/+81
2023-06-28config.c: pass ctx in configsetsGlen Choo5-32/+33
2023-06-28config: add ctx arg to config_fn_tGlen Choo91-181/+515
2023-06-28urlmatch.h: use config_fn_t typeGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo8-20/+26
2023-06-23The fourth batchJunio C Hamano1-0/+24
2023-06-23The third batchJunio C Hamano1-0/+28
2023-06-21The second batch for 2.42Junio C Hamano1-0/+35
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo11-0/+11
2023-06-17config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo1-0/+1
2023-06-17branch: fix a leak in cmd_branchRubén Justo1-0/+2
2023-06-17branch: fix a leak in setup_trackingRubén Justo1-1/+1
2023-06-17rev-parse: fix a leak with --abbrev-refRubén Justo1-1/+4
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo1-5/+0
2023-06-15credential: erase all matching credentialsM Hickford4-8/+44
2023-06-15credential: avoid erasing distinct passwordM Hickford5-18/+90
2023-06-15ls-tree: fix documentation of %x format placeholderRené Scharfe1-3/+3
2023-06-15doc: trailer: add more examples in DESCRIPTIONLinus Arver1-2/+18
2023-06-15doc: trailer: mention 'key' in DESCRIPTIONLinus Arver1-1/+4
2023-06-15doc: trailer.<token>.command: emphasize deprecationLinus Arver1-2/+2
2023-06-15doc: trailer: use angle brackets for <token> and <value>Linus Arver1-4/+4
2023-06-15doc: trailer: remove redundant phrasingLinus Arver1-3/+2
2023-06-15doc: trailer: examples: avoid the word "message" by itselfLinus Arver1-25/+25
2023-06-15doc: trailer: drop "commit message part" phrasingLinus Arver1-16/+20
2023-06-15doc: trailer: swap verb orderLinus Arver1-1/+1
2023-06-15doc: trailer: fix grammarLinus Arver1-4/+4
2023-06-14CodingGuidelines: use octal escapes, not hexJonathan Tan1-0/+4
2023-06-14diff-lib: honor override_submodule_config flag bitJosip Sokcevic2-1/+31
2023-06-13Start the 2.42 cycleJunio C Hamano3-2/+41
2023-06-13branch: fix a leak in setup_trackingRubén Justo1-1/+1
2023-06-13branch: fix a leak in check_tracking_branchRubén Justo1-1/+4
2023-06-13branch: fix a leak in inherit_trackingRubén Justo1-1/+1
2023-06-13branch: fix a leak in dwim_and_setup_trackingRubén Justo1-1/+2
2023-06-13remote: fix a leak in query_matches_negative_refspecRubén Justo1-1/+1
2023-06-13config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo1-0/+1
2023-06-12pack-bitmap.c: gracefully degrade on failure to load MIDX'd packTaylor Blau2-3/+40
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau5-3/+307
2023-06-12reachable.c: extract `obj_is_recent()`Taylor Blau1-1/+7
2023-06-12docs: typofixesLinus Arver12-13/+13
2023-06-12t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereqTodd Zullinger1-0/+1
2023-06-12repository: create read_replace_refs settingDerrick Stolee7-16/+68
2023-06-12replace-objects: create wrapper around settingDerrick Stolee4-5/+20
2023-06-12repository: create disable_replace_refs()Derrick Stolee13-11/+24
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt3-56/+139
2023-06-12cat-file: simplify reading from standard inputPatrick Steinhardt1-23/+9
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt2-3/+20
2023-06-12t1006: modernize test style to use `test_cmp`Patrick Steinhardt1-23/+47
2023-06-12t1006: don't strip timestamps from expected resultsPatrick Steinhardt1-42/+26
2023-06-12worktree: integrate with sparse-indexShuqi Liang3-0/+42
2023-06-12run-command: report exec error even on ENOENTRené Scharfe2-12/+4