зеркало из https://github.com/microsoft/git.git
Merge branch 'jc/blame-abbrev'
Almost everybody uses DEFAULT_ABBREV to refer to the default setting for the abbreviation, but "git blame" peeked into underlying variable bypassing the macro for no good reason. * jc/blame-abbrev: blame: use DEFAULT_ABBREV macro
This commit is contained in:
Коммит
3b01d9aee0
|
@ -2111,7 +2111,7 @@ static void find_alignment(struct scoreboard *sb, int *option)
|
|||
unsigned largest_score = 0;
|
||||
struct blame_entry *e;
|
||||
int compute_auto_abbrev = (abbrev < 0);
|
||||
int auto_abbrev = default_abbrev;
|
||||
int auto_abbrev = DEFAULT_ABBREV;
|
||||
|
||||
for (e = sb->ent; e; e = e->next) {
|
||||
struct origin *suspect = e->suspect;
|
||||
|
|
Загрузка…
Ссылка в новой задаче