[llvm-commits] [PATCH] docs/GettingStarted.html: [Git] Document improvements

NAKAMURA Takumi geek4civic at gmail.com
Sat Jul 23 21:29:38 PDT 2011


Good afternoon, Git bikeshed guys! :D

I would like to add some topics to the doc. Please review;

  - Pointing out of grammaro and typo is welcome, though, you may
commit one directly.
  - More improvements; You may commit yours afterward of mine.

It might be the time to split the section to Git.html, how do you think?
(Personally, I would like "the Git cheatsheet with llvm.org")

ps. yes, yes, they are generated with;
git format-patch master..HEAD --cover-letter --stdout | git imap-send
(I have format.attach in ~/.gitconfig)


NAKAMURA Takumi (3):
  docs/GettingStarted.html: [Git] Split the subsubsection for
    committer's section.
  docs/GettingStarted.html: [Git] Mention branch.master.rebase for the
    tracking branch.
  docs/GettingStarted.html: [Git] Add instructions how to generate
    patchset with Git.

 docs/GettingStarted.html |   81 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 81 insertions(+), 0 deletions(-)

-- 
1.7.4.1



More information about the llvm-commits mailing list