Sync with 2.0.2
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:48:16 +0000 (11:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:48:16 +0000 (11:48 -0700)
* maint:
Git 2.0.2
annotate: use argv_array

1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 79242096714e90a385e9b63a60326a41f8bd983d,9d0883d28ffe249fad95e98c91d48f6d2905f5f1..d0ddfcb0aa151cc6530d9edae36d81e68a9bf37f
@@@ -29,7 -29,7 +29,7 @@@ in-depth introduction
  After you mastered the basic concepts, you can come back to this
  page to learn what commands Git offers.  You can learn more about
  individual Git commands with "git help command".  linkgit:gitcli[7]
 -manual page gives you an overview of the command line command syntax.
 +manual page gives you an overview of the command-line command syntax.
  
  Formatted and hyperlinked version of the latest Git documentation
  can be viewed at `http://git-htmldocs.googlecode.com/git/git.html`.
@@@ -39,13 -39,14 +39,14 @@@ ifdef::stalenotes[
  ============
  
  You are reading the documentation for the latest (possibly
 -unreleased) version of Git, that is available from 'master'
 +unreleased) version of Git, that is available from the 'master'
  branch of the `git.git` repository.
  Documentation for older releases are available here:
  
- * link:v2.0.1/git.html[documentation for release 2.0.1]
+ * link:v2.0.2/git.html[documentation for release 2.0.2]
  
  * release notes for
+   link:RelNotes/2.0.2.txt[2.0.2],
    link:RelNotes/2.0.1.txt[2.0.1],
    link:RelNotes/2.0.0.txt[2.0.0].
  
@@@ -756,7 -757,7 +757,7 @@@ Git so take care if using Cogito etc
  
  'GIT_WORK_TREE'::
        Set the path to the root of the working tree.
 -      This can also be controlled by the '--work-tree' command line
 +      This can also be controlled by the '--work-tree' command-line
        option and the core.worktree configuration variable.
  
  'GIT_NAMESPACE'::
@@@ -881,7 -882,7 +882,7 @@@ for further details
  'GIT_ASKPASS'::
        If this environment variable is set, then Git commands which need to
        acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)
 -      will call this program with a suitable prompt as command line argument
 +      will call this program with a suitable prompt as command-line argument
        and read the password from its STDOUT. See also the 'core.askpass'
        option in linkgit:git-config[1].