git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 11/12] documentation: replace Discussion section by link to user-manual chapter
       [not found]                       ` <46E45F45.3040109@op5.se>
@ 2007-09-16  1:56                         ` J. Bruce Fields
  2007-09-16 19:38                           ` Andreas Ericsson
  0 siblings, 1 reply; 3+ messages in thread
From: J. Bruce Fields @ 2007-09-16  1:56 UTC (permalink / raw)
  To: Andreas Ericsson; +Cc: Junio C Hamano, git

On Sun, Sep 09, 2007 at 11:01:57PM +0200, Andreas Ericsson wrote:
> J. Bruce Fields wrote:
>> +
>> +A git project normally consists of a working directory with a ".git"
>> +subdirectory at the top level.  The .git directory contains, among other
>> +things, a compressed object database representing the complete history
>> +of the project, a set of pointers into that history ("refs")
>
> ... into that history ("refs" - branches and tags)

I slept on it and took another look, and decided you were right; this is
what I have there now:
 
  A git project normally consists of a working directory with a ".git"
  subdirectory at the top level.  The .git directory contains, among
  other things, a compressed object database representing the complete
  history of the project, an "index" file which links that history to
  the current contents of the working tree, and named pointers into that
  history such as tags and branch heads.
 
--b.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 05/12] user-manual: rewrite index discussion
       [not found]               ` <7vbqcbuzgj.fsf@gitster.siamese.dyndns.org>
@ 2007-09-16  2:20                 ` J. Bruce Fields
  0 siblings, 0 replies; 3+ messages in thread
From: J. Bruce Fields @ 2007-09-16  2:20 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Sun, Sep 09, 2007 at 05:38:20PM -0700, Junio C Hamano wrote:
> At the end of first paragraph as a note would be good.  People
> may scan from top to bottom (maybe "Find...") to look for
> "cache" and find the sentence "this chapter is about index but
> that is what you are looking for".  That feels a natural flow.

OK, I've addressed all the comments I've gotten and pushed an updated
version to:

  git://linux-nfs.org/~bfields/git.git maint

Please pull if it looks ready.

--b.

J. Bruce Fields (12):
      user-manual: adjust section levels in "git internals"
      user-manual: move object format details to hacking-git chapter
      user-manual: rename "git internals" to "git concepts"
      user-manual: create new "low-level git operations" chapter
      user-manual: rewrite index discussion
      user-manual: reorder commit, blob, tree discussion
      user-manual: rewrite object database discussion
      user-manual: move packfile and dangling object discussion
      user-manual: fix introduction to packfiles
      user-manual: todo updates and cleanup
      documentation: replace Discussion section by link to user-manual chapter
      core-tutorial: minor cleanup

 Documentation/Makefile          |    2 +-
 Documentation/core-intro.txt    |  592 --------------------------
 Documentation/core-tutorial.txt |   32 +-
 Documentation/git.txt           |   57 +++-
 Documentation/user-manual.txt   |  868 ++++++++++++++++++++++-----------------
 5 files changed, 548 insertions(+), 1003 deletions(-)
 delete mode 100644 Documentation/core-intro.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 11/12] documentation: replace Discussion section by link to user-manual chapter
  2007-09-16  1:56                         ` [PATCH 11/12] documentation: replace Discussion section by link to user-manual chapter J. Bruce Fields
@ 2007-09-16 19:38                           ` Andreas Ericsson
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Ericsson @ 2007-09-16 19:38 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Junio C Hamano, git

J. Bruce Fields wrote:
> On Sun, Sep 09, 2007 at 11:01:57PM +0200, Andreas Ericsson wrote:
>> J. Bruce Fields wrote:
>>> +
>>> +A git project normally consists of a working directory with a ".git"
>>> +subdirectory at the top level.  The .git directory contains, among other
>>> +things, a compressed object database representing the complete history
>>> +of the project, a set of pointers into that history ("refs")
>> ... into that history ("refs" - branches and tags)
> 
> I slept on it and took another look, and decided you were right; this is
> what I have there now:
>  
>   A git project normally consists of a working directory with a ".git"
>   subdirectory at the top level.  The .git directory contains, among
>   other things, a compressed object database representing the complete
>   history of the project, an "index" file which links that history to
>   the current contents of the working tree, and named pointers into that
>   history such as tags and branch heads.
>  

Looks good. Thanks :)

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-16 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <11893670592247-git-send-email-bfields@citi.umich.edu>
     [not found] ` <11893670593767-git-send-email-bfields@citi.umich.edu>
     [not found]   ` <1189367059977-git-send-email-bfields@citi.umich.edu>
     [not found]     ` <11893670591013-git-send-email-bfields@citi.umich.edu>
     [not found]       ` <11893670592312-git-send-email-bfields@citi.umich.edu>
     [not found]         ` <11893670593596-git-send-email-bfields@citi.umich.edu>
     [not found]           ` <11893670592701-git-send-email-bfields@citi.umich.edu>
     [not found]             ` <11893670593670-git-send-email-bfields@citi.umich.edu>
     [not found]               ` <1189367060244-git-send-email-bfields@citi.umich.edu>
     [not found]                 ` <11893670603146-git-send-email-bfields@citi.umich.edu>
     [not found]                   ` <11893670603581-git-send-email-bfields@citi.umich.edu>
     [not found]                     ` <11893670601869-git-send-email-bfields@citi.umich.edu>
     [not found]                       ` <46E45F45.3040109@op5.se>
2007-09-16  1:56                         ` [PATCH 11/12] documentation: replace Discussion section by link to user-manual chapter J. Bruce Fields
2007-09-16 19:38                           ` Andreas Ericsson
     [not found]           ` <7vsl5nh4io.fsf@gitster.siamese.dyndns.org>
     [not found]             ` <20070909222450.GC12147@fieldses.org>
     [not found]               ` <7vbqcbuzgj.fsf@gitster.siamese.dyndns.org>
2007-09-16  2:20                 ` [PATCH 05/12] user-manual: rewrite index discussion J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).