From d78d5b596aa8c01fe39a51e921b938916947d5db Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 17 Oct 2012 18:29:24 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_4_ab1508a5a04e2106aad5e7985775a6fa._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/submodule_path_problem/comment_4_ab1508a5a04e2106aad5e7985775a6fa._comment diff --git a/doc/bugs/submodule_path_problem/comment_4_ab1508a5a04e2106aad5e7985775a6fa._comment b/doc/bugs/submodule_path_problem/comment_4_ab1508a5a04e2106aad5e7985775a6fa._comment new file mode 100644 index 0000000000..c46eedf8ed --- /dev/null +++ b/doc/bugs/submodule_path_problem/comment_4_ab1508a5a04e2106aad5e7985775a6fa._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="2001:4978:f:21a::2" + subject="comment 4" + date="2012-10-17T18:29:24Z" + content=""" +Ok, fixed that. +"""]] From 76987b849f093724d0f43edb96a567def84c8789 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 17 Oct 2012 18:31:58 +0000 Subject: [PATCH 2/2] Added a comment --- .../comment_2_462264821cbc48a433330cbf7ec6044d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/wishlist:_An_option_like_--git-dir/comment_2_462264821cbc48a433330cbf7ec6044d._comment diff --git a/doc/todo/wishlist:_An_option_like_--git-dir/comment_2_462264821cbc48a433330cbf7ec6044d._comment b/doc/todo/wishlist:_An_option_like_--git-dir/comment_2_462264821cbc48a433330cbf7ec6044d._comment new file mode 100644 index 0000000000..980658dc64 --- /dev/null +++ b/doc/todo/wishlist:_An_option_like_--git-dir/comment_2_462264821cbc48a433330cbf7ec6044d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="2001:4978:f:21a::2" + subject="comment 2" + date="2012-10-17T18:31:58Z" + content=""" +You can use `GIT_DIR`. It would not be hard to add a --git-dir option, the only catch is how to communicate that state on to where it constructs its git repository data structure. (I suppose it could just set GIT_DIR..) +"""]]