Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTS
[gitweb.git]
/
builtin-remote.c
diff --git
a/builtin-remote.c
b/builtin-remote.c
index 0777dd719b41ec4c545b336bc5144a73d34001d7..9aafc19c4d20dd223002feb480980d5610b0b5f7 100644
(file)
--- a/
builtin-remote.c
+++ b/
builtin-remote.c
@@
-953,7
+953,7
@@
static int show_push_info_item(struct string_list_item *item, void *cb_data)
status = "up to date";
break;
case PUSH_STATUS_FASTFORWARD:
- status = "fast
forwardable";
+ status = "fast
-
forwardable";
break;
case PUSH_STATUS_OUTOFDATE:
status = "local out of date";