diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
commit | b1acf41036a1eddea29cc69c6b2a595582378465 (patch) | |
tree | 33025d13ac8c7d8cd0c7ccdf1eda5773e0829fc5 /doc/walkthrough | |
parent | d70e9a945b4ac44ff42872b08dcf09051759eb9c (diff) |
update documentation that mentioned .git-annex/
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/modifying_annexed_files.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
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 |