Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix recent 'unpack_trees()'-related changes breaking 'git stash'
[gitweb.git]
/
builtin-remote.c
diff --git
a/builtin-remote.c
b/builtin-remote.c
index 637b90425e1a9049ec9e9ebc2a3cf687616f6e79..24e692953b25164e7418efc24b5cd685e61bd1d0 100644
(file)
--- a/
builtin-remote.c
+++ b/
builtin-remote.c
@@
-46,6
+46,7
@@
static int opt_parse_track(const struct option *opt, const char *arg, int not)
static int fetch_remote(const char *name)
{
const char *argv[] = { "fetch", name, NULL };
+ printf("Updating %s\n", name);
if (run_command_v_opt(argv, RUN_GIT_CMD))
return error("Could not fetch %s", name);
return 0;