Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: add simple check for 'git checkout -b'
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 22c41a3ba80971e5edc6bbf02eb6ea59d3c41277..5ff64a983d8e8b09e1d842c5243300a030a929c9 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-313,7
+313,7
@@
static struct progress *get_progress(struct unpack_trees_options *o)
total++;
}
- return start_delayed_progress(_("
Checking out
files"), total);
+ return start_delayed_progress(_("
Updating
files"), total);
}
static void setup_collided_checkout_detection(struct checkout *state,