Merge branch 'jk/pending-keep-tag-name' into maint
History traversal with "git log --source" that starts with an annotated tag failed to report the tag as "source", due to an old regression in the command line parser back in v2.2 days. * jk/pending-keep-tag-name: revision.c: propagate tag names from pending array
This commit is contained in:
@ -294,9 +294,8 @@ static struct commit *handle_commit(struct rev_info *revs,
|
||||
/*
|
||||
* We'll handle the tagged object by looping or dropping
|
||||
* through to the non-tag handlers below. Do not
|
||||
* propagate data from the tag's pending entry.
|
||||
* propagate path data from the tag's pending entry.
|
||||
*/
|
||||
name = "";
|
||||
path = NULL;
|
||||
mode = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user