Thread (8 messages) flat view 8 messages, 4 authors, 2016-06-15

Re: [PATCH 1/2] rm: better error message on failure for multiple files

From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:57:36

Mathieu Lienard--Mayor wrote:
quoted hunk ↗ jump to hunk
@@ -170,30 +175,47 @@ static int check_local_mod(unsigned char *head, int index_only)
                 * "intent to add" entry.
                 */
                if (local_changes && staged_changes) {
-                       if (!index_only || !(ce->ce_flags & CE_INTENT_TO_ADD))
-                               errs = error(_("'%s' has staged content different "
-                                            "from both the file and the HEAD\n"
-                                            "(use -f to force removal)"), name);
+                       if (!index_only || !(ce->ce_flags & CE_INTENT_TO_ADD)) {
+                               strbuf_addstr(&files_staged, "\n        ");
Ouch.  Wouldn't a string-list be more appropriate for this kind of thing?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help