Re: [git-users] what is manifest file?

2014-11-11 Thread Konstantin Khomoutov
On Mon, 10 Nov 2014 03:00:34 -0800 (PST)
Naveen Shreevatsa  wrote:

> What is manifest file? what does it contain? what is it use? 
> is it same as .plf file in perforce?

Git does not have anything named "manifest file" among its concepts,
so what are you talking about?  We need more context.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] what is manifest file?

2014-11-11 Thread Philip Oakley
  - Original Message - 
  From: Naveen Shreevatsa 
  To: git-users@googlegroups.com 
  Sent: Monday, November 10, 2014 11:00 AM
  Subject: [git-users] what is manifest file?


  Hi GIT community,

  What is manifest file? what does it contain? what is it use? 
  is it same as .plf file in perforce?

  Thanks,
  GIT


  -- 
That may depend on the context in which the name "manifest file" was used. 
Where was the term used?

It is most likely a way to describe the "Index" / "Staging area", which is a 
facility that is fairly special to GIT (relative to most other version control 
systems. 

In particular, Git does not commit individual files, rather it commits your 
view of the whole project, and you construct theat view by adding files to the 
index/staging area, and this is similar to the way that when loading a ship, 
the cargo is listed on a 'manifest'. 

You will see (if you look) lots of discussion about what is the correct 
terminology for this step in the process - and no one can agree, hence the wide 
use of analogous terms. 

[For the computer geek, the situation is further confused because computers can 
duplicate file content perfectly with ease, so Git will add any file you 
'stage' to your local repository as soon as you mention it, even if you later 
unstage it before doing your commit, thus the index is actually a [manifest] 
list, rather than the content itself - All these levels of abstraction become 
quite confusing!]

Philip

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] what is manifest file?

2014-11-10 Thread Naveen Shreevatsa
Hi GIT community,

What is manifest file? what does it contain? what is it use? 
is it same as .plf file in perforce?

Thanks,
GIT

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.