Re: way to automatically add untracked files?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: Miles Bader <miles@...>, <git@...>
Date: Sunday, August 5, 2007 - 7:22 am

On Aug 5, 2007, at 6:39 AM, Junio C Hamano wrote:


I exactly need the functionality that Miles is describing for
the following good reason:

Mac OS X has the notion of a bundle, which is a directory that
contains related files that are fully controlled by the application
that is writing that bundle. The bundle functionality is
directly supported by the OS and most applications save their
data as bundles. For example on Mac OS X, the Openoffice format,
which packs related files in a zip file, would just be a directory
with all related files grouped together (no ZIP archive needed).

So here is what I need: I want to be able to track a directory
with all its contents. The data inside the directory are not
under my control. It's only the directory that matters for me.

Git is already quite good at that because it doesn't need to
place anything inside the opaque directory! Subversion for example
has no chance because it clutters the directory with .svn
directories, which will be removed by the next Save (an
application first creates a new temporary directory, stores
all data there, moves the old directory to a backup location,
and renames the new directory to the final destination only
if no problems occurred).

When I started with git I figured out that

    git-ls-files -z --others dir | git-update-index --add -z --stdin
    git commit -a

does the job for me. Would

    git add dir
    git add -u dir
    git commit

be equivalent, but restricted to the changes in dir?

	Steffen


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
way to automatically add untracked files?, Miles Bader, (Sat Aug 4, 11:31 pm)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 12:00 am)
Re: way to automatically add untracked files?, Linus Torvalds, (Sun Aug 5, 1:03 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 3:34 am)
Re: way to automatically add untracked files?, Linus Torvalds, (Sun Aug 5, 1:04 pm)
Re: way to automatically add untracked files?, Junio C Hamano, (Sun Aug 5, 1:14 am)
Re: way to automatically add untracked files?, David Kastrup, (Sun Aug 5, 3:32 am)
Re: way to automatically add untracked files?, Shawn O. Pearce, (Sun Aug 5, 12:13 am)
Re: way to automatically add untracked files?, Junio C Hamano, (Mon Aug 6, 4:45 am)
Re: way to automatically add untracked files?, David Kastrup, (Mon Aug 6, 2:19 pm)
Re: way to automatically add untracked files?, Miles Bader, (Mon Aug 6, 8:08 pm)
Re: way to automatically add untracked files?, Johan Herland, (Sun Aug 5, 8:11 am)
Re: way to automatically add untracked files?, Theodore Tso, (Sun Aug 5, 12:11 pm)
Re: way to automatically add untracked files?, Johan Herland, (Sun Aug 5, 3:16 pm)
Re: way to automatically add untracked files?, Johannes Schindelin, (Sun Aug 5, 8:16 pm)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 11:09 pm)
Re: way to automatically add untracked files?, Johannes Schindelin, (Sun Aug 5, 11:21 pm)
Re: way to automatically add untracked files?, Johan Herland, (Mon Aug 6, 3:46 am)
Re: way to automatically add untracked files?, Johannes Schindelin, (Mon Aug 6, 8:17 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 11:45 pm)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 8:00 pm)
Re: way to automatically add untracked files?, Steffen Prohaska, (Sun Aug 5, 4:04 pm)
Re: way to automatically add untracked files?, Johannes Schindelin, (Sun Aug 5, 8:17 pm)
Re: way to automatically add untracked files?, Steffen Prohaska, (Mon Aug 6, 12:58 am)
Re: way to automatically add untracked files?, David Kastrup, (Sun Aug 5, 8:17 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 12:22 am)
Re: way to automatically add untracked files?, Junio C Hamano, (Sun Aug 5, 12:23 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 12:30 am)
Re: way to automatically add untracked files?, Junio C Hamano, (Sun Aug 5, 12:39 am)
Re: way to automatically add untracked files?, Steffen Prohaska, (Sun Aug 5, 7:22 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 12:53 am)
Re: way to automatically add untracked files?, Junio C Hamano, (Sun Aug 5, 1:04 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 1:17 am)
Re: way to automatically add untracked files?, Johannes Schindelin, (Sun Aug 5, 1:23 am)
Re: way to automatically add untracked files?, Miles Bader, (Sun Aug 5, 1:27 am)
Re: way to automatically add untracked files?, Shawn O. Pearce, (Sat Aug 4, 11:58 pm)
Re: way to automatically add untracked files?, Junio C Hamano, (Sun Aug 5, 12:13 am)