-
Notifications
You must be signed in to change notification settings - Fork 140
[Outreachy] git: update documentation for --git-dir #537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/submit |
Submitted as [email protected] |
On the Git mailing list, Heba Waly wrote (reply to this):
|
On the Git mailing list, Emily Shaffer wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
/submit |
Submitted as [email protected] |
On the Git mailing list, Heba Waly wrote (reply to this):
|
On the Git mailing list, Johannes Sixt wrote (reply to this):
|
On the Git mailing list, Heba Waly wrote (reply to this):
|
/submit |
Submitted as [email protected] |
On the Git mailing list, Jeff King wrote (reply to this):
|
On the Git mailing list, Heba Waly wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This patch series was integrated into pu via git@fa2e08c. |
On the Git mailing list, Heba Waly wrote (reply to this):
|
git --git-dir <path> is a bit confusing and sometimes doesn't work as the user would expect it to. For example, if the user runs `git --git-dir=<path> status`, git will skip the repository discovery algorithm and will assign the work tree to the user's current work directory unless otherwise specified. When this assignment is wrong, the output will not match the user's expectations. This patch updates the documentation to make it clearer. Signed-off-by: Heba Waly <[email protected]> Helped-by: Junio C Hamano <[email protected]>
This branch is now known as |
This patch series was integrated into pu via git@46991dc. |
This patch series was integrated into pu via git@5eebd0c. |
This patch series was integrated into pu via git@ec707a1. |
/submit |
Submitted as [email protected] |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This patch series was integrated into pu via git@5806881. |
This patch series was integrated into pu via git@9ea7c93. |
This patch series was integrated into pu via git@4c443df. |
This patch series was integrated into pu via git@28a2d05. |
This patch series was integrated into pu via git@8bfc0e3. |
This patch series was integrated into next via git@839ae05. |
This patch series was integrated into pu via git@a92e687. |
This patch series was integrated into pu via git@d63ef25. |
This patch series was integrated into pu via git@17e4a1b. |
This patch series was integrated into next via git@17e4a1b. |
This patch series was integrated into master via git@17e4a1b. |
Closed via 17e4a1b. |
git --git-dir is a bit confusing and sometimes doesn't work as
the user would expect it to.
For example, if the user runs
git --git-dir=<path> status
, gitwill skip the repository discovery algorithm and will assign the
work tree to the user's current work directory unless otherwise
specified. When this assignment is wrong, the output will not match
the user's expectations.
This patch updates the documentation to make it clearer.