From 1e934c29d66f44ff074a9d02004e2bd6abb90462 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA" Date: Tue, 9 Aug 2011 13:02:32 +0000 Subject: --- doc/bugs/--git-dir_and_--work-tree_options.mdwn | 43 +++++++++++++------------ 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'doc') diff --git a/doc/bugs/--git-dir_and_--work-tree_options.mdwn b/doc/bugs/--git-dir_and_--work-tree_options.mdwn index 2e5d1cf0c..ebae56b04 100644 --- a/doc/bugs/--git-dir_and_--work-tree_options.mdwn +++ b/doc/bugs/--git-dir_and_--work-tree_options.mdwn @@ -1,28 +1,29 @@ git-annex does not take into account the --git-dir and --work-tree command line options (while they can be useful when scripting). -> mkdir /tmp/test -> cd /tmp/test -> git init -Initialized empty Git repository in /tmp/test/.git/ -> git annex init test -init test ok -> touch foo -> cd -> git --git-dir=/tmp/test/.git --work-tree=/tmp/test annex add foo -git-annex: Not in a git repository. + > mkdir /tmp/test + > cd /tmp/test + > git init + Initialized empty Git repository in /tmp/test/.git/ + > git annex init test + init test ok + > touch foo + > cd + > git --git-dir=/tmp/test/.git --work-tree=/tmp/test annex add foo + git-annex: Not in a git repository. regular git add works: -> git --git-dir=/tmp/test/.git --work-tree=/tmp/test add foo -> git --git-dir=/tmp/test/.git --work-tree=/tmp/test status -# On branch master -# -# Initial commit -# -# Changes to be committed: -# (use "git rm --cached ..." to unstage) -# -# new file: foo -# + + > git --git-dir =/tmp/test/.git --work-tree=/tmp/test add foo + > git --git-dir=/tmp/test/.git --work-tree=/tmp/test status + # On branch master + # + # Initial commit + # + # Changes to be committed: + # (use "git rm --cached ..." to unstage) + # + # new file: foo + # git-annex version: 3.20110702 -- cgit v1.2.3