summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou2023-02-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ew/fetch-hiderefs'Junio C Hamano2023-03-172-1/+3
|\ \ \ \ \ \
| * | | | | | fetch: support hideRefs to speed up connectivity checksEric Wong2023-02-272-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-1712-70/+4
|\ \ \ \ \ \
| * | | | | | drop pure pass-through config callbacksJeff King2023-02-274-24/+4
| * | | | | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-0912-46/+0
* | | | | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-1713-55/+67
|\ \ \ \ \ \ \
| * | | | | | | run_processes_parallel: mark unused callback parametersJeff King2023-02-242-4/+6
| * | | | | | | notes: mark unused callback parametersJeff King2023-02-241-2/+3
| * | | | | | | for_each_object: mark unused callback parametersJeff King2023-02-248-37/+45
| * | | | | | | list-objects: mark unused callback parametersJeff King2023-02-242-10/+11
| * | | | | | | mark unused parameters in signal handlersJeff King2023-02-242-2/+2
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-1766-7/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-239-0/+9
| * | | | | | | | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-234-0/+4
| * | | | | | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-2356-0/+56
| * | | | | | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-2320-7/+23
| |/ / / / / / /
* | | | | | | | Merge branch 'en/dir-api-cleanup'Junio C Hamano2023-03-172-8/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | unpack-trees: special case read-tree debugging as internal usageElijah Newren2023-02-271-5/+5
| * | | | | | | | sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren2023-02-271-1/+0
| * | | | | | | | sparse-checkout: avoid using internal API of unpack-treesElijah Newren2023-02-271-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2023-03-171-31/+62
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | fsck: check even zero-entry index filesJeff King2023-02-271-3/+2
| * | | | | | | fsck: mention file path for index errorsJeff King2023-02-241-15/+27
| * | | | | | | fsck: check index files in all worktreesJeff King2023-02-241-2/+16
| * | | | | | | fsck: factor out index fsckJeff King2023-02-241-24/+30
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'rs/am-parse-options-cleanup' into maint-2.39Junio C Hamano2023-02-141-1/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano2023-02-147-7/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rj/branch-copy-and-rename' into maint-2.39Junio C Hamano2023-02-141-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39Junio C Hamano2023-02-141-8/+5
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'ab/bundle-wo-args' into maint-2.39Junio C Hamano2023-02-141-5/+4
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/countermand-format-attach'Junio C Hamano2023-02-271-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | format.attach: allow empty value to disable multi-part messagesJunio C Hamano2023-02-171-0/+2
* | | | | | | | | | | | | Merge branch 'mh/credential-password-expiry'Junio C Hamano2023-02-271-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | credential: new attribute password_expiry_utcM Hickford2023-02-221-0/+3
* | | | | | | | | | | | | Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano2023-02-241-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer2023-02-211-0/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ab/hook-api-with-stdin'Junio C Hamano2023-02-222-17/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hook: support a --to-stdin=<path> optionEmily Shaffer2023-02-081-1/+3
| * | | | | | | | | | | | hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer2023-02-081-16/+4
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-2212-53/+79
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason2023-02-061-0/+1
| * | | | | | | | | | | | push: refactor refspec_append_mapped() for subsequent leak-fixÆvar Arnfjörð Bjarmason2023-02-061-12/+17
| * | | | | | | | | | | | receive-pack: release the linked "struct command *" listÆvar Arnfjörð Bjarmason2023-02-061-0/+11
| * | | | | | | | | | | | builtin/merge.c: free "&buf" on "Your local changes..." errorÆvar Arnfjörð Bjarmason2023-02-061-1/+2
| * | | | | | | | | | | | builtin/merge.c: use fixed strings, not "strbuf", fix leakÆvar Arnfjörð Bjarmason2023-02-061-7/+4
| * | | | | | | | | | | | show-branch: free() allocated "head" before returnÆvar Arnfjörð Bjarmason2023-02-061-0/+1
| * | | | | | | | | | | | commit-graph: fix a parse_options_concat() leakÆvar Arnfjörð Bjarmason2023-02-061-2/+2
| * | | | | | | | | | | | worktree: fix a trivial leak in prune_worktrees()Ævar Arnfjörð Bjarmason2023-02-061-3/+3
| * | | | | | | | | | | | repack: fix leaks on error with "goto cleanup"Ævar Arnfjörð Bjarmason2023-02-061-6/+7