git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] submodule: configure submodule.<name>.path on add and init
@ 2012-09-24 19:30 Orgad Shaneh
  2012-09-24 19:32 ` Orgad Shaneh
  2012-09-24 19:57 ` Jens Lehmann
  0 siblings, 2 replies; 6+ messages in thread
From: Orgad Shaneh @ 2012-09-24 19:30 UTC (permalink / raw)
  To: git; +Cc: Orgad Shaneh

In order to read diff options for a submodule, its path must be configured
---
 git-submodule.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/git-submodule.sh b/git-submodule.sh
index 3e2045e..f97bb62 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -359,6 +359,7 @@ Use -f if you really want to add it." >&2
 			esac
 		) || die "$(eval_gettext "Unable to checkout submodule '\$sm_path'")"
 	fi
+	git config submodule."$sm_path".path "$sm_path"
 	git config submodule."$sm_path".url "$realrepo"
 
 	git add $force "$sm_path" ||
@@ -476,6 +477,7 @@ cmd_init()
 				url=$(resolve_relative_url "$url") || exit
 				;;
 			esac
+			git config submodule."$name".path "$name" ||
 			git config submodule."$name".url "$url" ||
 			die "$(eval_gettext "Failed to register url for submodule path '\$sm_path'")"
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] submodule: configure submodule.<name>.path on add and init
@ 2012-09-24 19:32 Orgad Shaneh
  0 siblings, 0 replies; 6+ messages in thread
From: Orgad Shaneh @ 2012-09-24 19:32 UTC (permalink / raw)
  To: git; +Cc: Orgad Shaneh

In order to read diff options for a submodule, its path must be configured

Signed-off-by: Orgad Shaneh <orgads@gmail.com>
---
 git-submodule.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/git-submodule.sh b/git-submodule.sh
index 3e2045e..af9c003 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -359,6 +359,7 @@ Use -f if you really want to add it." >&2
 			esac
 		) || die "$(eval_gettext "Unable to checkout submodule '\$sm_path'")"
 	fi
+	git config submodule."$sm_path".path "$sm_path"
 	git config submodule."$sm_path".url "$realrepo"
 
 	git add $force "$sm_path" ||
@@ -476,6 +477,7 @@ cmd_init()
 				url=$(resolve_relative_url "$url") || exit
 				;;
 			esac
+			git config submodule."$name".path "$name" &&
 			git config submodule."$name".url "$url" ||
 			die "$(eval_gettext "Failed to register url for submodule path '\$sm_path'")"
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-25 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 19:30 [PATCH] submodule: configure submodule.<name>.path on add and init Orgad Shaneh
2012-09-24 19:32 ` Orgad Shaneh
2012-09-24 19:57 ` Jens Lehmann
2012-09-24 20:43   ` Junio C Hamano
2012-09-25 20:58     ` Jens Lehmann
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24 19:32 Orgad Shaneh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).