summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_add_adds_unlocked_files/comment_2_4b46116eabe61946ae65b293d7bbacb7._comment
blob: 5eb35789b8a97150ae28ad0e7a45438f9e8cd80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="209.250.56.54"
 subject="behaving as intended"
 date="2014-10-09T20:30:26Z"
 content="""
git-annex add is supposed to add unlocked files. See the documentation for the unlock command on the man page. Typical workflow is to unlock a file, edit it, add the changes, and commit it.

Your example has 2 files with content \"foo\" and 1 file with content \"foobar\", which require 2 objects to be stored by git-annex, so that's what it stores.

I suggest you get a bit more familiar with git-annex before filing bugs on it.
"""]]