summaryrefslogtreecommitdiffstats
path: root/mailinfo.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-24treewide: replace cache.h with more direct headers, where possibleElijah Newren12-11/+30
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren15-9/+21
2023-02-24object-store.h: move struct object_info from cache.hElijah Newren4-65/+67
2023-02-24dir.h: refactor to no longer need to include cache.hElijah Newren5-35/+43
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren17-32/+36
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren11-59/+79
2023-02-24pretty.h: move has_non_ascii() declaration from commit.hElijah Newren3-3/+4
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren173-1/+172
2023-02-24hex.h: move some hex-related declarations from cache.hElijah Newren7-82/+95
2023-02-24hash.h: move some oid-related declarations from cache.hElijah Newren7-37/+42
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren91-134/+219
2023-02-24treewide: remove unnecessary cache.h includes in source filesElijah Newren29-30/+25
2023-02-24treewide: remove unnecessary cache.h includesElijah Newren10-11/+7
2023-02-24treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren11-15/+0
2023-02-24treewide: ensure one of the appropriate headers is sourced firstElijah Newren14-3/+19
2023-02-22The seventeenth batchJunio C Hamano1-0/+12
2023-02-16The sixteenth batchJunio C Hamano1-33/+24
2023-02-14Prepare for 2.39.3 just in caseJunio C Hamano3-2/+60
2023-02-11doc/ls-remote: clarify pattern formatJeff King2-6/+11
2023-02-11doc/ls-remote: cosmetic cleanups for examplesJeff King1-1/+3
2023-02-10cache-tree: fix strbuf growth in prime_cache_tree_rec()René Scharfe1-2/+1
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason5-35/+13
2023-02-10cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason3-15/+8
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason6-15/+25
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason5-9/+10
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason3-12/+5
2023-02-10builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2023-02-09The fifteenth batchJunio C Hamano1-0/+13
2023-02-09name-rev: fix names by dropping taggerdate workaroundElijah Newren2-11/+9
2023-02-08userdiff: support Java sealed classesAndrei Rybak7-1/+40
2023-02-08userdiff: support Java record typesAndrei Rybak4-2/+20
2023-02-08userdiff: support Java type parametersAndrei Rybak7-1/+37
2023-02-08hook: support a --to-stdin=<path> optionEmily Shaffer3-2/+27
2023-02-08sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer1-14/+4
2023-02-08hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer3-16/+14
2023-02-08run-command: allow stdin for run_processes_parallelEmily Shaffer1-1/+8
2023-02-08run-command.c: remove dead assignment in while-loopÆvar Arnfjörð Bjarmason1-3/+1
2023-02-08The fourteenth batchJunio C Hamano1-0/+8
2023-02-07Documentation: clarify multiple pushurls vs urlsCalvin Wan2-1/+11
2023-02-07config.h: remove unused git_configset_add_parameters()Ævar Arnfjörð Bjarmason1-9/+0
2023-02-07commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason3-0/+3
2023-02-07builtin/rebase.c: free() "options.strategy_opts"Ævar Arnfjörð Bjarmason1-0/+1
2023-02-07sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason1-6/+10
2023-02-07builtin/rebase.c: fix "options.onto_name" leakÆvar Arnfjörð Bjarmason2-1/+4
2023-02-07builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason2-6/+3
2023-02-07sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason19-5/+23
2023-02-07sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason1-9/+14
2023-02-07rebase: use "cleanup" pattern in do_interactive_rebase()Ævar Arnfjörð Bjarmason1-8/+5
2023-02-07push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason14-0/+21
2023-02-07push: refactor refspec_append_mapped() for subsequent leak-fixÆvar Arnfjörð Bjarmason1-12/+17