diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg <Henrik@web> | 2011-01-09 13:17:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-01-09 13:17:59 +0000 |
commit | 51327c242f7087587884903632505552917b844a (patch) | |
tree | 73b80440714f285de8e9f100a19e78a967dd5c69 | |
parent | 292c2796a42167378573028b97c4de582d107dc8 (diff) |
-rw-r--r-- | doc/bugs/problem_commit_normal_links.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/problem_commit_normal_links.mdwn b/doc/bugs/problem_commit_normal_links.mdwn index a669d85fd..bc96ec938 100644 --- a/doc/bugs/problem_commit_normal_links.mdwn +++ b/doc/bugs/problem_commit_normal_links.mdwn @@ -5,27 +5,49 @@ thank you for this wonderful tool! I am having an issue when I try to commit a normal link diokletian*194-> mkdir test + diokletian*195-> cd test + diokletian*196-> git init + Initialized empty Git repository in /home/henrus/test/.git/ + diokletian*197-> git annex init new + init new [master (root-commit) 49f5f91] git-annex setup + 1 files changed, 1 insertions(+), 0 deletions(-) + create mode 100644 .gitattributes + [master 76496ff] git annex init + 1 files changed, 1 insertions(+), 0 deletions(-) + create mode 100644 .git-annex/uuid.log + ok + diokletian*198-> mkdir subdir + diokletian*199-> ln -s subdir link + diokletian*200-> git add link + diokletian*201-> git commit -m "ok" + [master f12f62d] ok + 1 files changed, 1 insertions(+), 0 deletions(-) + create mode 120000 link + diokletian*202-> ln -s subdir/ link2 + diokletian*203-> git add link2 + diokletian*204-> git commit -m "not ok" + git-annex: Prelude.head: empty list The trailing slash seems to make a difference! |