Skip to content

Commit f2d0e80

Browse files
committed
Merge branch 'kh/you-still-use-whatchanged-fix' into seen
* kh/you-still-use-whatchanged-fix: fixup! git: allow alias-shadowing deprecated builtins
2 parents e9d32d4 + 54079c0 commit f2d0e80

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

git.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,7 @@ static int run_argv(struct strvec *args)
823823
* deprecation complaint in the meantime.
824824
*/
825825
if (is_deprecated_command(args->v[0]) &&
826-
alias_lookup(args->v[0])) {
827-
if (!handle_alias(args))
828-
break;
826+
handle_alias(args)) {
829827
done_alias = 1;
830828
continue;
831829
}

0 commit comments

Comments
 (0)