summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.38-rc0v2.38.0-rc0Junio C Hamano2022-09-152-1/+10
* Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano2022-09-152-3/+32
|\
| * fetch: add branch.*.merge to default ref-prefix extensionJeff King2022-09-082-3/+32
| * fetch: stop checking for NULL transport->remote in do_fetch()Jeff King2022-09-081-1/+1
* | Merge branch 'rs/add-p-worktree-mode-prompt-fix'Junio C Hamano2022-09-151-8/+8
|\ \
| * | add -p: fix worktree patch mode promptsRené Scharfe2022-09-141-8/+8
* | | Merge branch 'js/typofix'Junio C Hamano2022-09-156-6/+6
|\ \ \
| * | | Documentation: fix various repeat word typosJacob Stopak2022-09-126-6/+6
* | | | Merge branch 'en/remerge-diff-fixes'Junio C Hamano2022-09-152-7/+55
|\ \ \ \
| * | | | diff: fix filtering of merge commits under --remerge-diffElijah Newren2022-09-022-0/+6
| * | | | diff: fix filtering of additional headers under --remerge-diffElijah Newren2022-09-022-1/+18
| * | | | diff: have submodule_format logic avoid additional diff headersElijah Newren2022-09-022-6/+31
* | | | | Prepare for 2.38-rc0Junio C Hamano2022-09-141-0/+11
* | | | | Merge branch 'jk/plug-list-object-filter-leaks'Junio C Hamano2022-09-143-11/+21
|\ \ \ \ \
| * | | | | prepare_repo_settings(): plug leak of config valuesJeff King2022-09-081-4/+3
| * | | | | list_objects_filter_options: plug leak of filter_spec stringsJeff King2022-09-081-6/+13
| * | | | | transport: free filter options in disconnect_git()Jeff King2022-09-081-0/+1
| * | | | | transport: deep-copy object-filter struct for fetch-packJeff King2022-09-081-1/+3
| * | | | | list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King2022-09-081-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/submodule-helper-leakfix'Junio C Hamano2022-09-1412-64/+176
|\ \ \ \ \
| * | | | | submodule--helper: fix a configure_added_submodule() leakÆvar Arnfjörð Bjarmason2022-09-022-2/+3
| * | | | | submodule--helper: free rest of "displaypath" in "struct update_data"Ævar Arnfjörð Bjarmason2022-09-021-7/+8
| * | | | | submodule--helper: free some "displaypath" in "struct update_data"Ævar Arnfjörð Bjarmason2022-09-024-1/+5
| * | | | | submodule--helper: fix a memory leak in print_status()Ævar Arnfjörð Bjarmason2022-09-021-1/+2
| * | | | | submodule--helper: fix a leak in module_add()Ævar Arnfjörð Bjarmason2022-09-021-2/+6
| * | | | | submodule--helper: fix obscure leak in module_add()Ævar Arnfjörð Bjarmason2022-09-021-11/+11
| * | | | | submodule--helper: fix "reference" leakÆvar Arnfjörð Bjarmason2022-09-021-6/+15
| * | | | | submodule--helper: fix a memory leak in get_default_remote_submodule()Ævar Arnfjörð Bjarmason2022-09-021-1/+5
| * | | | | submodule--helper: fix a leak with repo_clear()Ævar Arnfjörð Bjarmason2022-09-021-0/+1
| * | | | | submodule--helper: fix "sm_path" and other "module_cb_list" leaksÆvar Arnfjörð Bjarmason2022-09-022-1/+21
| * | | | | submodule--helper: fix "errmsg_str" memory leakÆvar Arnfjörð Bjarmason2022-09-021-0/+1
| * | | | | submodule--helper: add and use *_release() functionsÆvar Arnfjörð Bjarmason2022-09-022-1/+28
| * | | | | submodule--helper: don't leak {run,capture}_command() cp.dir argumentÆvar Arnfjörð Bjarmason2022-09-021-3/+3
| * | | | | submodule--helper: "struct pathspec" memory leak in module_update()Ævar Arnfjörð Bjarmason2022-09-021-1/+3
| * | | | | submodule--helper: fix most "struct pathspec" memory leaksÆvar Arnfjörð Bjarmason2022-09-021-23/+51
| * | | | | submodule--helper: fix trivial get_default_remote_submodule() leakÆvar Arnfjörð Bjarmason2022-09-021-0/+2
| * | | | | submodule--helper: fix a leak in "clone_submodule"Ævar Arnfjörð Bjarmason2022-09-026-5/+12
| * | | | | Merge branch 'ab/submodule-helper-prep' into ab/submodule-helper-leakfixJunio C Hamano2022-09-0216-371/+467
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'ab/dedup-config-and-command-docs'Junio C Hamano2022-09-1442-226/+280
|\ \ \ \ \ \ \
| * | | | | | | docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason2022-09-079-0/+54
| * | | | | | | docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason2022-09-0713-0/+88
| * | | | | | | log docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-072-28/+6
| * | | | | | | difftool docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-073-41/+29
| * | | | | | | notes docs: de-duplicate and combine configuration sectionsÆvar Arnfjörð Bjarmason2022-09-073-81/+33
| * | | | | | | apply docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-071-7/+3
| * | | | | | | send-email docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-072-37/+39
| * | | | | | | grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-072-29/+7
| * | | | | | | docs: add and use include template for config/* includesÆvar Arnfjörð Bjarmason2022-09-079-3/+21
* | | | | | | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-1493-269/+270
|\ \ \ \ \ \ \ \
| * | | | | | | | git-compat-util.h: use "deprecated" for UNUSED variablesÆvar Arnfjörð Bjarmason2022-09-011-1/+2