File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,9 @@ static void warn_pathless_add(const char *option_name, const char *short_name) {
328328 * this is not the original behavior and can't be
329329 * changed until users trained themselves not to type
330330 * "git add -u" or "git add -A". For now, we warn and
331- * keep the old behavior. Later, this warning can be
332- * turned into a die(...), and eventually we may
333- * reallow the command with a new behavior .
331+ * keep the old behavior. Later, the behavior can be changed
332+ * to tree-wide, keeping the warning for a while, and
333+ * eventually we can drop the warning .
334334 */
335335 warning (_ ("The behavior of 'git add %s (or %s)' with no path argument from a\n"
336336 "subdirectory of the tree will change in Git 2.0 and should not be used anymore.\n"
You can’t perform that action at this time.
0 commit comments