login
Header Space

 
 

Mailing list archives

Search results

Found 40 matching messages (0.169 seconds). Page 1 of 2.

Re: way to automatically add untracked files?

... to do is git-add all untracked files, and also > > automatically ... thought of as "adding new files", but obviously then it got ... s actually a really slow way to do it, and so ... whether deleted or modified) Linus - To unsubscribe from this list: send ...

git - Linus Torvalds - Aug 5 2007 - 01:03

Re: way to automatically add untracked files?

... to do is git-add all untracked files, and also > > automatically ... git-rm all "disappeared" files > ... > > One way to do this seems ... the right thing with > "dissapeared" files: If I do: > > mv foo ... status will show a new file "bar.cc", but will list ...

git - Shawn O. Pearce - Aug 5 2007 - 00:13

Re: way to automatically add untracked files?

... often want to do is git-add all untracked files, and also > > > automatically git-rm all "disappeared" files > > ... > > > One way to do this seems to ... do the right thing with > > "dissapeared" files: If I do: > > > > mv foo.cc ...

git - Johan Herland - Aug 5 2007 - 08:11

way to automatically add untracked files?

... to do is git-add all untracked files, and also automatically ... modified files. One way to do this seems to be just " ... . Is this the right thing to do? Is there something funny ... (from a dance-class advertisement) - To unsubscribe from this list: send ...

git - Miles Bader - Aug 4 2007 - 23:31

Re: way to automatically add untracked files?

... want to do is git-add all untracked files, and also > automatically git-rm all "disappeared" files ... > One way to do this seems ... the right thing with "dissapeared" files: If I do: mv foo.cc bar.cc git add . then git-status will show ...

git - Miles Bader - Aug 5 2007 - 00:00

Re: way to automatically add untracked files?

... be more disciplined and > write perfect .gitignore files so that "git ... world does not work that way. Sigh. There are all sorts ... style involves keeping .gitignore up-to-date so that there's ... my wish to have git "do it automatically." "git-add -u; ...

git - Miles Bader - Aug 5 2007 - 00:53

Re: way to automatically add untracked files?

... of _exactly_ the files I need to add/remove output just > ... . Thus my wish to have git "do it > automatically." As Linus ... the filesystem in normal UNIX way, and be done with "git ... code bloat for little gain. - To unsubscribe from this list: send ...

git - Junio C Hamano - Aug 5 2007 - 01:04

Re: way to automatically add untracked files?

... files that went away and automatically remove them, so > > git add ... 's actually a really slow way to do it, and > so ... contradictory form of human settlement' - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...

git - Miles Bader - Aug 5 2007 - 03:34

Re: way to automatically add untracked files?

... easily be thought as meaning "add the current state of directory ... the rename you are looking to see. No, it doesn't ... anyway to automatically tell git "please mark for removal all files ... Make me one with everything." - To unsubscribe from this list: send ...

git - Miles Bader - Aug 5 2007 - 00:22

Re: way to automatically add untracked files?

... talking about two different operations. Adding _new_ files, unless you are just beginning a new ... are already tracking; and "git add new-file..." is what people usually use ... the world does not work that way. - To unsubscribe from this list: send ...

git - Junio C Hamano - Aug 5 2007 - 00:39

Benchmarking git-add vs git-ls-files+update-index (was: way to automatically add untracked files?)

... 's actually a really slow way to do it, and >>> so ... do >>> >>> git ls-files -o | git update-index --add --stdin >>> git ... texlive/2007/texmf-dist ls-files -z -m -o .|(cd /usr ... Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send ...

git - David Kastrup - Aug 5 2007 - 06:33

Re: way to automatically add untracked files?

... 's the correct way to add those new files that aren' ... obvious performance optimization of skipping files that are stat clean in ... reading and hashing every single file, even if it is already ... working harder than we need to during this operation. I believe ...

git - Shawn O. Pearce - Aug 4 2007 - 23:58

Re: way to automatically add untracked files?

... that's actually a really slow way to do it, and > so it ... to do > > git ls-files -o | git update-index --add --stdin > git commit ... theoretical "on multi-core, ls-files and update-index can run ... the body of a message to majordomo@vger.kernel.org More ...

git - Junio C Hamano - Aug 5 2007 - 01:14

Re: way to automatically add untracked files?

... was just looking for a convenient way to reduce my typing on those ... have a bunch of added/removed/renamed files; "git-add -u; git add ... York Times, 1 May 1960] - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...

git - Miles Bader - Aug 5 2007 - 01:17

Re: way to automatically add untracked files?

... 's actually a really slow way to do it, and >> so ... do >> >> git ls-files -o | git update-index --add --stdin >> git ... if it never allows pipes to even slighly fill up (which ... Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send ...

git - David Kastrup - Aug 5 2007 - 03:32

Re: way to automatically add untracked files?

... help > hg addremove [OPTION]... [FILE]... > > add all new files, delete all missing files ... the patterns in .hgignore. As > with add, these changes take effect at the ... 1.5.3-rc4, right?) - Ted - To unsubscribe from this list: send the ...

git - Theodore Tso - Aug 5 2007 - 12:11

Re: way to automatically add untracked files?

... >> hg addremove [OPTION]... [FILE]... >> >> add all new files, delete all missing files ... the patterns >> in .hgignore. As >> with add, these changes take effect at the ... >> would be a >> lot friendlier to people whose workflow is more aligned ...

git - Steffen Prohaska - Aug 5 2007 - 16:04

Re: way to automatically add untracked files?

... hg addremove [OPTION]... [FILE]... > > > > > > add all new files, delete all missing ... /Aliases#head-714f0aa64cb53eda636d41e16bf2b99477588685 Hth, Dscho - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...

git - Johannes Schindelin - Aug 5 2007 - 20:17

Re: way to automatically add untracked files?

... Herland wrote: > So different users seem to have two different (almost incompatible) > expectations to git-add: > > 1. git-add adds new files into the ... Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the ...

git - Jakub Narebski - Aug 5 2007 - 20:32

Re: way to automatically add untracked files?

... .net> writes: > So different users seem to have two different (almost incompatible) > expectations to git-add: > > 1. git-add adds new files into the ... -- David Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send the ...

git - David Kastrup - Aug 5 2007 - 08:17

speck-geostationary