summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | name-rev: don't xstrdup() an already dup'd stringÆvar Arnfjörð Bjarmason2023-02-061-13/+10
| * | | | various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-063-5/+14
| * | | | clone: use free() instead of UNLEAK()Ævar Arnfjörð Bjarmason2023-02-061-2/+3
| * | | | commit-graph: use free_commit_graph() instead of UNLEAK()Ævar Arnfjörð Bjarmason2023-02-061-2/+4
* | | | | Merge branch 'jk/doc-ls-remote-matching'Junio C Hamano2023-02-221-1/+1
|\ \ \ \ \
| * | | | | doc/ls-remote: clarify pattern formatJeff King2023-02-101-1/+1
* | | | | | Merge branch 'ab/the-index-compatibility'Junio C Hamano2023-02-228-28/+34
|\ \ \ \ \ \
| * | | | | | cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2023-02-102-6/+6
| * | | | | | cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason2023-02-101-5/+5
| * | | | | | cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason2023-02-104-10/+14
| * | | | | | cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2023-02-102-5/+7
| * | | | | | cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason2023-02-101-1/+1
| * | | | | | builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2023-02-101-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'en/name-rev-make-taggerdate-much-less-important'Junio C Hamano2023-02-221-11/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | name-rev: fix names by dropping taggerdate workaroundElijah Newren2023-02-091-11/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ab/retire-scripted-add-p'Junio C Hamano2023-02-155-60/+22
|\ \ \ \ \
| * | | | | docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason2023-02-061-1/+1
| * | | | | add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-064-34/+16
| * | | | | add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-43/+23
* | | | | | Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-151-8/+5
|\ \ \ \ \ \
| * | | | | | pack-objects: use strcspn(3) in name_cmp_len()René Scharfe2023-02-061-8/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ab/sequencer-unleak'Junio C Hamano2023-02-152-15/+15
|\ \ \ \ \ \
| * | | | | | builtin/rebase.c: free() "options.strategy_opts"Ævar Arnfjörð Bjarmason2023-02-061-0/+1
| * | | | | | builtin/rebase.c: fix "options.onto_name" leakÆvar Arnfjörð Bjarmason2023-02-061-1/+3
| * | | | | | builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason2023-02-061-6/+0
| * | | | | | sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-062-0/+6
| * | | | | | rebase: use "cleanup" pattern in do_interactive_rebase()Ævar Arnfjörð Bjarmason2023-02-061-8/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ds/bundle-uri-5'Junio C Hamano2023-02-152-1/+11
|\ \ \ \ \ \
| * | | | | | fetch: fetch from an external bundle URIDerrick Stolee2023-01-311-0/+6
| * | | | | | clone: set fetch.bundleURI if appropriateDerrick Stolee2023-01-311-1/+5
* | | | | | | Sync with Git 2.39.2Junio C Hamano2023-02-131-4/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |