[PATCH] Documentation/gitcore-tutorial.txt: HEAD not symlink these days

Subsystems: documentation, the rest

DORMANTno replies

4 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] Documentation/gitcore-tutorial.txt: HEAD not symlink these days

From: <hidden>
Date: 2016-06-15 22:45:52

Signed-off-by: jidanni <redacted>
---
 Documentation/gitcore-tutorial.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt
index e4dd551..05328cf 100644
--- a/Documentation/gitcore-tutorial.txt
+++ b/Documentation/gitcore-tutorial.txt
@@ -751,7 +751,7 @@ Creating a new branch
 
 Branches in git are really nothing more than pointers into the git
 object database from within the `.git/refs/` subdirectory, and as we
-already discussed, the `HEAD` branch is nothing but a symlink to one of
+already discussed, the `HEAD` branch is nothing but a pointer to one of
 these object pointers.
 
 You can at any time create a new branch by just picking an arbitrary
-- 
1.6.0.6

Re: [PATCH] Documentation/gitcore-tutorial.txt: HEAD not symlink these days

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:45:52

On Tue, Jan 06, 2009 at 10:18:39AM +0800, jidanni@jidanni.org wrote:
 Branches in git are really nothing more than pointers into the git
 object database from within the `.git/refs/` subdirectory, and as we
-already discussed, the `HEAD` branch is nothing but a symlink to one of
+already discussed, the `HEAD` branch is nothing but a pointer to one of
 these object pointers.
The currect term for HEAD is a 'symref', see the glossary. ;-)

Re: [PATCH] Documentation/gitcore-tutorial.txt: HEAD not symlink these days

From: <hidden>
Date: 2016-06-15 22:45:52

MV> The currect term for HEAD is a 'symref', see the glossary. ;-)

OK please change it for me, as today is my junior patching practice
day, and a patch to a patch is way over my head.

Re: [PATCH] Documentation/gitcore-tutorial.txt: HEAD not symlink these days

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:45:52

On Tue, Jan 06, 2009 at 10:47:35AM +0800, jidanni@jidanni.org wrote:
OK please change it for me, as today is my junior patching practice
day, and a patch to a patch is way over my head.
I can, but in the longer term, I think it's better if you learn to use
git rebase -i / git commit --amend. You can do it tomorrow as well.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help