]> git.cworth.org Git - hgbook-git/log
hgbook-git
16 years agoPort 2.5 (all about command options) from mercurial to git
Carl Worth [Fri, 28 Sep 2007 05:10:29 +0000 (22:10 -0700)]
Port 2.5 (all about command options) from mercurial to git

16 years agoMention -n as an alias for--max-count
Carl Worth [Fri, 28 Sep 2007 05:10:12 +0000 (22:10 -0700)]
Mention -n as an alias for--max-count

16 years agoPort section 2.4 (a tour through history) from mercurial to git
Carl Worth [Fri, 28 Sep 2007 04:58:28 +0000 (21:58 -0700)]
Port section 2.4 (a tour through history) from mercurial to git

16 years agoTrack some changes in the tutorial repository
Carl Worth [Fri, 28 Sep 2007 02:47:38 +0000 (19:47 -0700)]
Track some changes in the tutorial repository

It's packed now, and the author dates are fixed.

16 years agoConvert funky space-like characters to space
Carl Worth [Thu, 27 Sep 2007 23:45:47 +0000 (16:45 -0700)]
Convert funky space-like characters to space

Apparently the original HTML (or something in the conversion process)
gave us some funky UTF-8 character, (0xC2 0xA0), where I would expect
a simple space. This was causing problems when trying to cut-and-paste
example commands from the document, (since bash wouldn't break the
command-line on the non-space characters). Replace all these with good
old ASCII spaces.

16 years agoPort section 2.3 (working with a repository) from mercurial to git
Carl Worth [Thu, 27 Sep 2007 23:43:38 +0000 (16:43 -0700)]
Port section 2.3 (working with a repository) from mercurial to git

16 years agoPort section 2.2 (Getting started) from mercurial to git
Carl Worth [Thu, 27 Sep 2007 23:13:25 +0000 (16:13 -0700)]
Port section 2.2 (Getting started) from mercurial to git

16 years agoPort section 2.1 (Installing) from mercurial to git
Carl Worth [Thu, 27 Sep 2007 23:06:13 +0000 (16:06 -0700)]
Port section 2.1 (Installing) from mercurial to git

16 years agoStart a list of dated modifications made to the document
Carl Worth [Thu, 27 Sep 2007 23:00:29 +0000 (16:00 -0700)]
Start a list of dated modifications made to the document

This is an OPL requirement. We also satisfy other OPL requirements
by explicitly stating that this is a modified document and that
it is not endorsed by Bryan O'Sullivan.

16 years agoConvert examples to proper markdown style (tab-indented)
Carl Worth [Thu, 27 Sep 2007 22:52:33 +0000 (15:52 -0700)]
Convert examples to proper markdown style (tab-indented)

Also drop line numbers from the examples, (I don't *think* the
text references these.

16 years agoFill all paragraphs
Carl Worth [Thu, 27 Sep 2007 22:49:18 +0000 (15:49 -0700)]
Fill all paragraphs

It's nice to have everything fit comfortably within 80 columns

16 years agoRemove unused navigation bars
Carl Worth [Thu, 27 Sep 2007 22:43:55 +0000 (15:43 -0700)]
Remove unused navigation bars

16 years agoAdd OPL text as attachment D
Carl Worth [Thu, 27 Sep 2007 22:43:32 +0000 (15:43 -0700)]
Add OPL text as attachment D

This is more robust than just including a URL for the license.

16 years agoAdd copyright statement and license information
Carl Worth [Thu, 27 Sep 2007 20:57:44 +0000 (13:57 -0700)]
Add copyright statement and license information

This brings the document into conformance with the Open Publication
License and should allow republication.

16 years agoInitial import of chapter 2 of hgbook
Bryan O’Sullivan [Thu, 27 Sep 2007 20:53:23 +0000 (13:53 -0700)]
Initial import of chapter 2 of hgbook

This chapter was obtained from:

http://hgbook.red-bean.com/hgbookch2.html#x6-230002

on September 27, 2007 and converted to markdown format with
html2text.py