Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
unpack-trees: do not capitalize "working"
author
Alex Henrie
<alexhenrie24@gmail.com>
Thu, 8 Sep 2016 04:34:53 +0000
(22:34 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 8 Sep 2016 19:17:23 +0000
(12:17 -0700)
In English, only proper nouns are capitalized.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
1c67d53
)
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 11c37fbc583f6867ed97eac2ee8d42ae689db71c..c87a90a08d7d56db2a64a7a42cdd365373557624 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-123,9
+123,9
@@
void setup_unpack_trees_porcelain(struct unpack_trees_options *opts,
msgs[ERROR_SPARSE_NOT_UPTODATE_FILE] =
_("Cannot update sparse checkout: the following entries are not up-to-date:\n%s");
msgs[ERROR_WOULD_LOSE_ORPHANED_OVERWRITTEN] =
msgs[ERROR_SPARSE_NOT_UPTODATE_FILE] =
_("Cannot update sparse checkout: the following entries are not up-to-date:\n%s");
msgs[ERROR_WOULD_LOSE_ORPHANED_OVERWRITTEN] =
- _("The following
W
orking tree files would be overwritten by sparse checkout update:\n%s");
+ _("The following
w
orking tree files would be overwritten by sparse checkout update:\n%s");
msgs[ERROR_WOULD_LOSE_ORPHANED_REMOVED] =
msgs[ERROR_WOULD_LOSE_ORPHANED_REMOVED] =
- _("The following
W
orking tree files would be removed by sparse checkout update:\n%s");
+ _("The following
w
orking tree files would be removed by sparse checkout update:\n%s");
opts->show_all_errors = 1;
/* rejected paths may not have a static buffer */
opts->show_all_errors = 1;
/* rejected paths may not have a static buffer */