Skip to content

Commit 6431ea3

Browse files
committed
psuh: show parameters & config opts
Signed-off-by: Long Nguyen <n.h.long.9697@gmail.com>
1 parent eed3805 commit 6431ea3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

builtin/psuh.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ int cmd_psuh(int argc, const char **argv,
77
const char *prefix, struct repository *repo) {
88
int i;
99
const char *config_name;
10-
printf(_("Pushing to %s\n"), repo->name);
11-
printf(_("Pushing to %s\n"), repo->url);
1210
printf(Q_("Your args (there is %d):\n",
1311
"Your args (there are %d):\n",
1412
argc),

0 commit comments

Comments
 (0)