From b1acf41036a1eddea29cc69c6b2a595582378465 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Jun 2011 17:26:34 -0400 Subject: update documentation that mentioned .git-annex/ --- doc/walkthrough/modifying_annexed_files.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/walkthrough/modifying_annexed_files.mdwn') diff --git a/doc/walkthrough/modifying_annexed_files.mdwn b/doc/walkthrough/modifying_annexed_files.mdwn index f75b73a24..1f7a7efb7 100644 --- a/doc/walkthrough/modifying_annexed_files.mdwn +++ b/doc/walkthrough/modifying_annexed_files.mdwn @@ -26,8 +26,7 @@ and this symlink is what gets committed to git in the end. # git commit my_cool_big_file -m "changed an annexed file" add my_cool_big_file ok [master 64cda67] changed an annexed file - 2 files changed, 2 insertions(+), 1 deletions(-) - create mode 100644 .git-annex/WORM-s30-m1289672605--file.log + 1 files changed, 1 insertions(+), 1 deletions(-) There is one problem with using `git commit` like this: Git wants to first stage the entire contents of the file in its index. That can be slow for -- cgit v1.2.3