mirror of
https://github.com/git/git.git
synced 2026-01-25 01:50:52 +00:00
Start the merging-rebase to upstream/maint
This commit starts the rebase ofb213911f46to49800c9407This merging rebase was started not because upstream's `maint` branch advanced (it did not), but to replace a couple of patches with newer iterations, as sent to the upstream Git project independently. In particular, those are: - The patch series merged byfe73baf344(jeffhostetler/jeffhostetler/quick_add_index_entry) was replaced by the most recent iteration of 'jh/add-index-entry-optim' (b986df5c35) - The Pull Request jeffhostetler/jeffhostetler/string_list_realloc merged viac775bdd100was replaced by the latest iteration of 'jh/string-list-micro-optim' (950a234cbd) - The jh/memihash-opt patches merged by2862058e9dwere replaced by the newest iteration (41b3eb4a6b) - The bug fix where difftool used a buffer after freeing it (d33e487771) was replaced by the one that made it into upstream (882add136f) - The patch in the `coverity` series that tried to fix a resource leak in git-am (a5208164e2) was replaced by a better patch submitted by Ren_ Scharfe (ac8ce18d89) - The patch in the `coverity` series that tried to fix a resource leak in the `handle_ssh_variant()` function (f07be76f51) has been dropped, as a different patch had been accepted into `pu` already - The rebase-i-extra patches (e1be548aaf) were replaced by the latest iteration (1d3d10b9e15) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in: