From b2f5eddeac78eec4038268f8564739039612f78c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 21 May 2006 10:50:09 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.3-g9e84 --- git-add.html | 9 ++++++--- git-add.txt | 5 ++++- git-branch.html | 5 ++++- git-branch.txt | 3 +++ git-check-ref-format.html | 4 +++- git-check-ref-format.txt | 2 ++ git-checkout.html | 7 +++++-- git-checkout.txt | 5 ++++- 8 files changed, 31 insertions(+), 9 deletions(-) diff --git a/git-add.html b/git-add.html index d7859cc2..b34c596f 100644 --- a/git-add.html +++ b/git-add.html @@ -278,6 +278,8 @@ git-add(1) Manual Page

A simple wrapper for git-update-index to add files to the index, for people used to do "cvs add".

+

It only adds non-ignored files, to add ignored files use +"git update-index --add".

OPTIONS

@@ -287,7 +289,7 @@ for people used to do "cvs add".

- Files to add to the index. + Files to add to the index (see git-ls-files(1)).

@@ -369,7 +371,8 @@ git-add git-*.sh

See Also

-

git-rm(1)

+

git-rm(1) +git-ls-files(1)

Author

@@ -385,7 +388,7 @@ git-add git-*.sh
diff --git a/git-add.txt b/git-add.txt index 5e311294..6342ea33 100644 --- a/git-add.txt +++ b/git-add.txt @@ -14,11 +14,13 @@ DESCRIPTION A simple wrapper for git-update-index to add files to the index, for people used to do "cvs add". +It only adds non-ignored files, to add ignored files use +"git update-index --add". OPTIONS ------- ...:: - Files to add to the index. + Files to add to the index (see gitlink:git-ls-files[1]). -n:: Don't actually add the file(s), just show if they exist. @@ -68,6 +70,7 @@ git-add git-*.sh:: See Also -------- gitlink:git-rm[1] +gitlink:git-ls-files[1] Author ------ diff --git a/git-branch.html b/git-branch.html index ad5596a1..5ddc9246 100644 --- a/git-branch.html +++ b/git-branch.html @@ -330,6 +330,9 @@ specify more than one branch for deletion.

The name of the branch to create or delete. + The new branch name must pass all checks defined by + git-check-ref-format(1). Some of these checks + may restrict the characters allowed in a branch name.

@@ -408,7 +411,7 @@ a branch and check it out with a single command.

diff --git a/git-branch.txt b/git-branch.txt index 72fb2f89..0b37e2bf 100644 --- a/git-branch.txt +++ b/git-branch.txt @@ -43,6 +43,9 @@ OPTIONS :: The name of the branch to create or delete. + The new branch name must pass all checks defined by + gitlink:git-check-ref-format[1]. Some of these checks + may restrict the characters allowed in a branch name. :: The new branch will be created with a HEAD equal to this. It may diff --git a/git-check-ref-format.html b/git-check-ref-format.html index 1798f8d9..8e555647 100644 --- a/git-check-ref-format.html +++ b/git-check-ref-format.html @@ -330,6 +330,8 @@ tilde ~ and caret ^ are used to introduce postfix

colon : is used as in srcref:dstref to mean "use srcref's value and store it in dstref" in fetch and push operations. + It may also be used to select a specific object such as with + git-cat-file(1) "git-cat-file blob v1.3.3:refs.c".

@@ -340,7 +342,7 @@ colon : is used as in srcref:dstref to mean "use srcref's diff --git a/git-check-ref-format.txt b/git-check-ref-format.txt index 7dc1bdb6..3ea720dd 100644 --- a/git-check-ref-format.txt +++ b/git-check-ref-format.txt @@ -45,6 +45,8 @@ refname expressions (see gitlink:git-rev-parse[1]). Namely: . colon `:` is used as in `srcref:dstref` to mean "use srcref\'s value and store it in dstref" in fetch and push operations. + It may also be used to select a specific object such as with + gitlink:git-cat-file[1] "git-cat-file blob v1.3.3:refs.c". GIT diff --git a/git-checkout.html b/git-checkout.html index c57978d4..9d1e7bf0 100644 --- a/git-checkout.html +++ b/git-checkout.html @@ -307,7 +307,10 @@ given paths before updating the working tree.

- Create a new branch and start it at <branch>. + Create a new branch named <new_branch> and start it at + <branch>. The new branch name must pass all checks defined + by git-check-ref-format(1). Some of these checks + may restrict the characters allowed in a branch name.

@@ -454,7 +457,7 @@ $ git update-index frotz diff --git a/git-checkout.txt b/git-checkout.txt index 09512890..d82efc00 100644 --- a/git-checkout.txt +++ b/git-checkout.txt @@ -35,7 +35,10 @@ OPTIONS Force a re-read of everything. -b:: - Create a new branch and start it at . + Create a new branch named and start it at + . The new branch name must pass all checks defined + by gitlink:git-check-ref-format[1]. Some of these checks + may restrict the characters allowed in a branch name. -m:: If you have local modifications to one or more files that -- 2.11.0