git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* many files, simple history
@ 2010-05-14  2:57 Ali Tofigh
  2010-05-14  3:27 ` Michael Witten
  2010-05-14  4:05 ` Jeff King
  0 siblings, 2 replies; 5+ messages in thread
From: Ali Tofigh @ 2010-05-14  2:57 UTC (permalink / raw)
  To: git

short version: will git handle large number of files efficiently if
the history is simple and linear, i.e., without merges?

longer version: i'm considering using git to keep track of my
installed user programs/files on my linux machine, mainly because i
want to be able to uninstall software cleanly and completely (i almost
always build from source code and install in non-standard locations).
so i would want to use git to keep track of every program i install or
uninstall. this way, i could go back and uninstall a program simply by
finding the commit when it was installed, get the list of files that
were added as a result, and remove them (and of course, commit the
removals into git so i can always undo the uninstall too!)

so the history stored in git will be linear and consist of file
additions and removals. but this will potentially involve many files.
will git be able to handle this (as yet hypothetical) situation
efficiently?

/ali

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

end of thread, other threads:[~2010-05-14 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14  2:57 many files, simple history Ali Tofigh
2010-05-14  3:27 ` Michael Witten
2010-05-14 16:25   ` Ali Tofigh
2010-05-14  4:05 ` Jeff King
2010-05-14 16:18   ` Ali Tofigh

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).