aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 18:26:55 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 18:26:55 +0200
commitaa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a (patch)
tree33bba87df6d89ad11770dcb9265288f64499ee37
parentremove a paraphrase separation (diff)
downloadusing-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.gz
using-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.bz2
using-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 7beac25..aa0eb5e 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -931,8 +931,8 @@ git mv FILE NEW_NAME # Rename FILE to NEW_NAME
If a directory becomes empty
in the working directory it is
automatically removed from working
-directory. Directories are never
-tracked by Git, so you cannot have
+directory. Directories are not
+tracked by Git, you cannot have
an empty directory in a commit.
You can also use @command{git add -u}