Merge branch 'maint'
* maint: RelNotes-1.5.3.5: describe recent fixes merge-recursive.c: mrtree in merge() is not used before set sha1_file.c: avoid gcc signed overflow warnings Fix a small memory leak in builtin-add honor the http.sslVerify option in shell scripts
This commit is contained in:
@ -1572,7 +1572,7 @@ static int merge(struct commit *h1,
|
||||
{
|
||||
struct commit_list *iter;
|
||||
struct commit *merged_common_ancestors;
|
||||
struct tree *mrtree;
|
||||
struct tree *mrtree = mrtree;
|
||||
int clean;
|
||||
|
||||
if (show(4)) {
|
||||
|
||||
Reference in New Issue
Block a user