<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.1.5</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.1.5</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.1.5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-05-19T00:21:43Z</updated>
<entry>
<title>GIT v1.5.1.5</title>
<updated>2007-05-19T00:21:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-19T00:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6b68342edc392bb640b30c2115eb6585a3303e25'/>
<id>urn:sha1:6b68342edc392bb640b30c2115eb6585a3303e25</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint</title>
<updated>2007-05-19T00:13:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-19T00:13:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cecb98a9c3ed9271b0974bb6d7edbcf16e8a68f3'/>
<id>urn:sha1:cecb98a9c3ed9271b0974bb6d7edbcf16e8a68f3</id>
<content type='text'>
* 'maint' of git://linux-nfs.org/~bfields/git:
  user-manual: reorganize public git repo discussion
  user-manual: listing commits reachable from some refs not others
  user-manual: introduce git
  user-manual: add a "counting commits" example
  user-manual: move howto/using-topic-branches into manual
  user-manual: move howto/make-dist.txt into user manual
  Documentation: remove howto's now incorporated into manual
  user-manual: move quick-start to an appendix
  glossary: expand and clarify some definitions, prune cross-references
  user-manual: revise birdseye-view chapter
  Add a birdview-on-the-source-code section to the user manual
</content>
</entry>
<entry>
<title>Documentation: git-rev-list's "patterns"</title>
<updated>2007-05-19T00:12:10Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2007-05-18T23:21:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a5c2d26a044af3899669b010a5b85801a8c2b6a7'/>
<id>urn:sha1:a5c2d26a044af3899669b010a5b85801a8c2b6a7</id>
<content type='text'>
git-rev-list(1) talks about patterns as values for the
--grep, --committed etc. parameters, without going into detail.
This patch mentions that these patterns are actually regexps.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>user-manual: reorganize public git repo discussion</title>
<updated>2007-05-18T03:23:08Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-15T04:00:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eda694491933ac5f209892f3e284b648bb0185a0'/>
<id>urn:sha1:eda694491933ac5f209892f3e284b648bb0185a0</id>
<content type='text'>
Helping a couple people set up public repos recently, I wanted to point
them at this piece of the user manual, but found it wasn't as helpful as
it could be:

	- It starts with a big explanation of why you'd want a public
	  repository, not necessary in their case since they already knew
	  why they wanted that.  So, separate that out.
	- It skimps on some of the git-daemon details, and puts the http
	  export information first.  Fix that.

Also group all the public repo subsections into a single section, and do
some miscellaneous related editing.

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>user-manual: listing commits reachable from some refs not others</title>
<updated>2007-05-18T01:58:53Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-14T02:58:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=629d9f785fecb964245dac52b422aec0bd00278e'/>
<id>urn:sha1:629d9f785fecb964245dac52b422aec0bd00278e</id>
<content type='text'>
This is just an amusing example raised by someone in irc.

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>user-manual: introduce git</title>
<updated>2007-05-18T01:58:53Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-13T06:23:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4'/>
<id>urn:sha1:99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4</id>
<content type='text'>
Well, we should say at least something about what git is.

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>user-manual: add a "counting commits" example</title>
<updated>2007-05-18T01:58:51Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-13T06:14:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=46acd3fa32404a9373d48c9caba271c34357ec9f'/>
<id>urn:sha1:46acd3fa32404a9373d48c9caba271c34357ec9f</id>
<content type='text'>
This is partly just an excuse to mention --pretty= and rev-list.

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>user-manual: move howto/using-topic-branches into manual</title>
<updated>2007-05-18T01:20:10Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-13T05:48:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9e2163ea45b688e9de4744ebb9b01ea7e1ed8d56'/>
<id>urn:sha1:9e2163ea45b688e9de4744ebb9b01ea7e1ed8d56</id>
<content type='text'>
Move howto/using-topic-branches into the user manual as an example for
the "sharing development" chapter.  While we're at it, remove some
discussion that's covered in earlier chapters, modernize somewhat (use
separate-heads setup, remotes, replace "whatchanged" by "log", etc.),
and replace syntax we'd need to explain by syntax we've already covered
(e.g. old..new instead of new ^old).

The result may not really describe what Tony Luck does any more.... Hope
that's not annoying.

Cc: Tony Luck &lt;tony.luck@intel.com&gt;
Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>user-manual: move howto/make-dist.txt into user manual</title>
<updated>2007-05-18T01:08:02Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-13T04:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=82c8bf28f8e4b5d2c647289abccb69b5fe69d3b1'/>
<id>urn:sha1:82c8bf28f8e4b5d2c647289abccb69b5fe69d3b1</id>
<content type='text'>
There seems to be a perception that the howto's are bit-rotting a
little.  The manual might be a more visible location for some of them,
and make-dist.txt seems like a good candidate to include as an example
in the manual.

For now, incorporate much of it verbatim.  Later we may want to update
the example a bit.

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>Documentation: remove howto's now incorporated into manual</title>
<updated>2007-05-18T01:05:46Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2007-05-13T03:52:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4db75b70d1a4c56bb6d91e03e6f9a84bccb6c760'/>
<id>urn:sha1:4db75b70d1a4c56bb6d91e03e6f9a84bccb6c760</id>
<content type='text'>
These two howto's have both been copied into the manual.  I'd rather not
maintain both versions if possible, and I think the user-manual will be
more visible than the howto directory.  (Though I wouldn't mind some
duplication if people really like having them here.)

Signed-off-by: "J. Bruce Fields" &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
</feed>
