1
0
mirror of https://github.com/git/git.git synced 2024-09-28 05:20:00 +02:00

Merge branch 'maint'

* maint:
  tutorial: use "project history" instead of "changelog" in header
  Documentation: user-manual todo
  user-manual: add a missing section ID
  Fix typo in remote branch example in git user manual
  user-manual: quick-start updates
This commit is contained in:
Junio C Hamano 2007-06-10 16:45:08 -07:00
commit c85d4f1660
2 changed files with 13 additions and 8 deletions

View File

@ -132,8 +132,8 @@ and newly modified files, and in both cases it takes a snapshot of the
given files and stages that content in the index, ready for inclusion in given files and stages that content in the index, ready for inclusion in
the next commit. the next commit.
Viewing the changelog Viewing project history
--------------------- -----------------------
At any point you can view the history of your changes using At any point you can view the history of your changes using

View File

@ -27,7 +27,7 @@ $ man git-clone
See also <<git-quick-start>> for a brief overview of git commands, See also <<git-quick-start>> for a brief overview of git commands,
without any explanation. without any explanation.
Also, see <<todo>> for ways that you can help make this manual more Finally, see <<todo>> for ways that you can help make this manual more
complete. complete.
@ -921,6 +921,7 @@ echo "git diff --stat --summary -M v$last v$new > ../diffstat-$new"
and then he just cut-and-pastes the output commands after verifying that and then he just cut-and-pastes the output commands after verifying that
they look OK. they look OK.
[[Finding-comments-with-given-content]]
Finding commits referencing a file with given content Finding commits referencing a file with given content
----------------------------------------------------- -----------------------------------------------------
@ -1682,7 +1683,7 @@ automatically set the default remote branch to pull from at the time
that a branch is created: that a branch is created:
------------------------------------------------- -------------------------------------------------
$ git checkout --track -b origin/maint maint $ git checkout --track -b maint origin/maint
------------------------------------------------- -------------------------------------------------
In addition to saving you keystrokes, "git pull" also helps you by In addition to saving you keystrokes, "git pull" also helps you by
@ -3669,11 +3670,11 @@ itself!
include::glossary.txt[] include::glossary.txt[]
[[git-quick-start]] [[git-quick-start]]
Appendix A: Git Quick Start Appendix A: Git Quick Reference
=========================== ===============================
This is a quick summary of the major commands; the following chapters This is a quick summary of the major commands; the previous chapters
will explain how these work in more detail. explain how these work in more detail.
[[quick-creating-a-new-repository]] [[quick-creating-a-new-repository]]
Creating a new repository Creating a new repository
@ -3951,3 +3952,7 @@ CVS, Subversion, and just imports of series of release tarballs.
More details on gitweb? More details on gitweb?
Write a chapter on using plumbing and writing scripts. Write a chapter on using plumbing and writing scripts.
Alternates, clone -reference, etc.
git unpack-objects -r for recovery