Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2009 06:49:28 +0000 (23:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2009 06:49:28 +0000 (23:49 -0700)
* maint:
Documentation: refer to gitworkflows(7) from tutorial and git(1)
daemon: Strictly parse the "extra arg" part of the command

1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 68ce6e01b118ed77493e31b25ce3799c07e7f4fd,3589a12e49cc6547469f0bd5c254cc547fd2863f..56d47709ac9ec698405215ecac13d66d7c773848
@@@ -43,12 -43,7 +43,12 @@@ unreleased) version of git, that is ava
  branch of the `git.git` repository.
  Documentation for older releases are available here:
  
 -* link:v1.6.3/git.html[documentation for release 1.6.3]
 +* link:v1.6.3.2/git.html[documentation for release 1.6.3.2]
 +
 +* release notes for
 +  link:RelNotes-1.6.3.2.txt[1.6.3.2],
 +  link:RelNotes-1.6.3.1.txt[1.6.3.1],
 +  link:RelNotes-1.6.3.txt[1.6.3].
  
  * release notes for
    link:RelNotes-1.6.2.5.txt[1.6.2.5],
@@@ -232,6 -227,8 +232,8 @@@ The link:user-manual.html#git-concepts[
  user-manual] and linkgit:gitcore-tutorial[7] both provide
  introductions to the underlying git architecture.
  
+ See linkgit:gitworkflows[7] for an overview of recommended workflows.
  See also the link:howto-index.html[howto] documents for some useful
  examples.
  
@@@ -649,7 -646,8 +651,8 @@@ SEE ALS
  linkgit:gittutorial[7], linkgit:gittutorial-2[7],
  link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7],
  linkgit:gitglossary[7], linkgit:gitcore-tutorial[7],
- linkgit:gitcli[7], link:user-manual.html[The Git User's Manual]
+ linkgit:gitcli[7], link:user-manual.html[The Git User's Manual],
+ linkgit:gitworkflows[7]
  
  GIT
  ---